Re: balsa patch



On Fri, Apr 16, 1999 at 05:11:25PM -0500, 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? 

The gtkfeatures.h file on my system is from March 19, while the other
gtk include files were installed on March 25. So I can see why you don't
have this file, while others have it. Now I don't know if this file got
accidentally removed or not. I suppose if everything else compiles
fine, gtkfeatures.h is not needed anymore, and balsa should be fixed.

Hmmm, last access to gtkfeatures.h on my system was on April 4, and
the other include files were accessed yesterday, which probably shows
that gtkfeatures.h should not be used anymore.

(I don't know where to put this comment. Why doesn't everyone add their
replies after the quoted text.)

Ronald

> 
> 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
> > 
> 
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.



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