Re: balsa patch



Are you using gtk 1.3 or gtk 1.2?  After looking into this some more, I noticed that my system,
which was using gtk 1.3 headers, had a very old gtkfeatures.h in the include directory.  After
"updating" to gtk 1.2, however, the header was replaced with a new gtkfeatures.h.

If you are using GTK 1.3 right now, you really ought to be switching back to gtk 1.2 CVS RSN.  :)
Right now there is enough binary compatibility to where a fresh install of GTK 1.2 will only cause
minor problems with existing apps, but that could change at any moment.  And it could also change
that new versions of GTK 1.3 are no longer compatible with Gnome, the gnome-libs are currently still
pretty much assuming GTK 1.2.

If this is still not the issue, then I'm not sure what is going on that's causing you to miss the
header file. :)

On Sun, 18 Apr 1999 00:42:05 Steve Luzynski wrote:
> On Sat, 17 Apr 1999 22:23:39 Jesse D . Sightler wrote:
> > Yes, GTK+ really ought to be installing gtkfeatures.h.  What files are in the directory (gtkprefix}/include/gtk/ on your machine?
> 
> Lots of them, ls -l output gzip'ed and attached to converse some space.
> 
> I haven't re-checked out GTK since the 15th, I dread recompiling when things
> are working okay.
> 
> My other Linux boxes all have the file, but it has an older date since I rarely
> rm -rf the /opt/gnome tree before updating. Like I said, this is a new 
> workstation so I started from scratch this time.
> 
> -Steve
> 
> > 
> > On Fri, 16 Apr 1999 18:11:25 Steve Luzynski wrote:
> > > Hmm. Interesting then. Because this is on a brand new machine I just
> > > bought, formatted, installed RH5.2 on, and removed ALL preinstalled
> > > gnome packages from, with a sparkling clean fresh cvs checkout of
> > > everything.
> > > 
> > > There is no gtkfeatures.h anywhere on my system and even a new
> > > checkout of balsa today tries to #include <gtk/gtkfeatures.h>.
> > > 
> > > Is there a sync problem with anoncvs? Or should I actually have a
> > > gtkfeatures.h somewhere? 
> > > 
> > > On Fri, 16 Apr 1999 00:47:32 Jesse D . Sightler wrote:
> > > > It compiles perfectly without this patch here.  I see no reason why this patch
> > > > should be necessary (especially since "gnome.h" already includes "gtk/gtk.h":).
> > > > 
> > > > If you need this to compile, something must be broken on your setup.
> > > > 
> > > > 
> > > > On Thu, 15 Apr 1999 20:50:43 Steve Luzynski wrote:
> > > > > Okay, so to get some movement going again, here's a tiny bit to at least
> > > > > get the thing to compile. :)
> > > > > 
> > > > > Index: balsa/src/balsa-mblist.c
> > > > > ===================================================================
> > > > > RCS file: /cvs/gnome/balsa/src/balsa-mblist.c,v
> > > > > retrieving revision 1.27
> > > > > diff -u -r1.27 balsa-mblist.c
> > > > > --- balsa-mblist.c	1999/02/28 00:14:58	1.27
> > > > > +++ balsa-mblist.c	1999/04/16 00:45:22
> > > > > @@ -20,7 +20,7 @@
> > > > >  #include "config.h"
> > > > > 
> > > > >  #include <gnome.h>
> > > > > -#include <gtk/gtkfeatures.h>
> > > > > +#include <gtk/gtk.h>
> > > > > 
> > > > >  #include "balsa-app.h"
> > > > >  #include "balsa-icons.h"
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > >         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> > > > >          To unsubscribe: mail gnome-list-request@gnome.org with 
> > > > >                        "unsubscribe" as the Subject.
> > > > > 
> > > > 
> > > > ---------------
> > > > Jesse D. Sightler
> > > > http://www3.pair.com/jsight/
> > > > 
> > > > "An honest answer can get you into a lot of trouble." 
> > > >          - Anonymous
> > > > 
> > > 
> > > 
> > 
> > ---------------
> > Jesse D. Sightler
> > http://www3.pair.com/jsight/
> > 
> > "An honest answer can get you into a lot of trouble." 
> >          - Anonymous
> > 
> 

---------------
Jesse D. Sightler
http://www3.pair.com/jsight/

"An honest answer can get you into a lot of trouble." 
         - Anonymous



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]