From owner-freebsd-gnome Wed May 22 13:35: 6 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hurakan.cl.msu.edu (hurakan.cl.msu.edu [35.8.3.39]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3537B425 for ; Wed, 22 May 2002 13:34:59 -0700 (PDT) Received: from hurakan.cl.msu.edu (localhost [127.0.0.1]) by hurakan.cl.msu.edu (8.12.3/8.12.3) with ESMTP id g4MKYwbt075233; Wed, 22 May 2002 16:34:58 -0400 (EDT) (envelope-from glowack2@msu.edu) Received: (from glowack2@localhost) by hurakan.cl.msu.edu (8.12.3/8.12.3/Submit) id g4MKYwai075232; Wed, 22 May 2002 16:34:58 -0400 (EDT) X-Authentication-Warning: hurakan.cl.msu.edu: glowack2 set sender to glowack2@msu.edu using -f Subject: Re: libgnomecanvas compile problem From: Edward Glowacki To: Joe Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <20020522144051.Q97677-100000@shumai.marcuscom.com> References: <20020522144051.Q97677-100000@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 22 May 2002 16:34:58 -0400 Message-Id: <1022099698.97176.50.camel@hurakan.cl.msu.edu> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-05-22 at 14:42, Joe Clarke wrote: > On 22 May 2002, Edward Glowacki wrote: > > I upgraded libglade to 0.17_2, and I'm adding/updating other > > dependencies for gnome2 as I encounter problems. What's the best way to > > get the GNOME 1.4 API properly up-to-date? > > portupgrade -r pkgconfig OK, that is complete, looks like most everything compiled OK, except a few misc packages that aren't important right now (xscreensaver, etc..) > > Grr... while writing this I just ran into another snag in my libbonoboui > > compile... =) > > Remove /usr/X11R6/include/libgnome. This should be a legacy symlink that > should not longer exist with the new APIs. Now I'm getting failed compiles with libgnomeui... ugh! Somehow I think I managed to try this upgrade in exactly the wrong way! =-) cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DG_LOG_DOMAIN=\"GnomeUI\" -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -D_REENTRANT -D_THREAD_SAFE -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libglade-2.0 -I/usr/local/include -O -pipe -c glade-gnome.c -fPIC -DPIC -o .libs/glade-gnome.lo In file included from /usr/X11R6/include/libbonoboui-2.0/libbonoboui.h:18, from glade-gnome.c:35: /usr/X11R6/include/bonobo/bonobo-widget.h:13: libgnome/gnome-defs.h: No such file or directory In file included from /usr/X11R6/include/bonobo/bonobo-widget.h:17, from /usr/X11R6/include/libbonoboui-2.0/libbonoboui.h:18, from glade-gnome.c:35: /usr/X11R6/include/bonobo/bonobo-wrapper.h:13: libgnome/gnome-defs.h: No such file or directory [this repeats for quite a while with other files not finding gnome-defs.h, until the compile finally fails totally...] In file included from /usr/X11R6/include/libbonoboui-2.0/libbonoboui.h:42, from glade-gnome.c:35: /usr/X11R6/include/libbonoboui-2.0/bonobo/bonobo-ui-toolbar.h:26: syntax error before `typedef' gmake[2]: *** [glade-gnome.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/libgnomeui/work/libgnomeui-1.117.0/glade' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/libgnomeui/work/libgnomeui-1.117.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/libgnomeui. -- Edward Glowacki glowack2@msu.edu Michigan State University "...a partial solution to the right problem is better than a complete solution to the wrong one." (http://uiweb.com/issues/issue14.htm) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message