From owner-freebsd-questions Tue Jul 16 10:42: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C0837B400 for ; Tue, 16 Jul 2002 10:42:00 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E7143E42 for ; Tue, 16 Jul 2002 10:41:59 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.200] (vpn-client.marcuscom.com [10.2.1.200]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g6GHfBFg032602; Tue, 16 Jul 2002 13:41:13 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: gnome2 epic quest From: Joe Marcus Clarke To: burningclown@westhost43.westhost.net Cc: freebsd-questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 16 Jul 2002 13:41:28 -0400 Message-Id: <1026841292.311.28.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-07-15 at 14:01, burningclown@westhost43.westhost.net 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: > > > > 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 > > > > > 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 majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message