On Mon, 2002-07-15 at 14:01, [EMAIL PROTECTED] wrote: > > Hi - > > I spent the weekend attempting to upgrade to Gnome 2 and KDE 3, woohoo. I made > it to KDE 3 but Gnome 2 is proving elusive. There seemed to be something between > Glade2 and libgnomecanvas that just ... wasn't happy. When I examined the output > I found that both were crapping out over the same thing. I was careful to 'make > clean' before both build attempts: > > <output prior to this snipped> > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DG_LOG_DOMAIN=\"GnomeCanvas\" >-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 >-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libart-2.0 >-I/usr/local/include/libxml2 -I/usr/X11R6/include/gtk-2.0 >-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include >-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/libglade-2.0 >-I/usr/local/include -O -pipe -c glade-canvas.c -fPIC -DPIC -o .libs/glade-canvas.lo > In file included from /usr/local/include/glade/glade-build.h:25, > from glade-canvas.c:35: > /usr/local/include/glade/glade-xml.h:26: gtk/gtkdata.h: No such file or directory > In file included from /usr/local/include/glade/glade-build.h:25, > from glade-canvas.c:35: > /usr/local/include/glade/glade-xml.h:44: syntax error before `GtkData' > /usr/local/include/glade/glade-xml.h:54: syntax error before `GtkDataClass' > glade-canvas.c:41: syntax error before `static' > glade-canvas.c: In function `glade_module_register_widgets': > glade-canvas.c:83: `glade_standard_build_widget' undeclared (first use in this >function) > glade-canvas.c:83: (Each undeclared identifier is reported only once > glade-canvas.c:83: for each function it appears in.) > gmake[2]: *** [glade-canvas.lo] Error 1 > gmake[2]: Leaving directory >`/usr/ports/graphics/libgnomecanvas/work/libgnomecanvas-2.0.1/glade' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory >`/usr/ports/graphics/libgnomecanvas/work/libgnomecanvas-2.0.1' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > <end snipped> > > > I reinstalled gtk2.0 just to be safe, examined -it- and found that it gets > installed to /usr/X11R6/include, not /usr/local/include as the above seems to > expect ... can -I- fix this by simply rewriting the include statement in > glade-xml.h? Or, er, what? > > Any advice would be appreciated and I hope this isn't a stupid question ....
Looks like you may have some old directories lingering about that are causing problems with the GNOME 2 build. Remove /usr/local/include/glade, and you should be set. Joe > > Thanks, > > Glenn Becker > > +----------------+ > http://www.burningclown.com > "Everyone's Portal to Nothing At All" > +----------------+ > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
