From owner-freebsd-ports Thu Dec 6 19: 7: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 5FB6B37B419 for ; Thu, 6 Dec 2001 19:06:57 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id fB736o593793; Fri, 7 Dec 2001 16:06:51 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: "Chris Knight" Date: Thu, 6 Dec 2001 22:06:47 -0500 MIME-Version: 1.0 Subject: RE: databases/gnomedb fails on config Reply-To: dan@langille.org Cc: Message-ID: <3C0FEBF7.8377.11B8BB04@localhost> In-reply-to: <022c01c17ec8$b6b097b0$020aa8c0@aims.private> References: <3C0FDD63.26223.117FD960@localhost> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 7 Dec 2001 at 13:41, Chris Knight wrote: > Howdy, > > I found with some of the GNOME components I had to add: > > -I/usr/X11R6/include/gtk-pixbuf-1.0 > > to CPPFLAGS for the CONFIGURE_ENV assignment in the Makefile for those > GNOME components that failed on the build while using portupgrade. Thanks for the tip. Before: CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" After: CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I/usr/X11R6/include/gtk- pixbuf-1.0" \ LIBS="-L${LOCALBASE}/lib" cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I /usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/X11R6/i nclude/gdk-pixbuf-1.0 -I/usr/local/include/gnome-xml - I/usr/X11R6/include/libglade-1.0 -DGAL_GLADEDIR=\"/usr/X11R6/shar e/gnome/gal/0.18.1/glade\" - DGAL_IMAGESDIR=\"/usr/X11R6/share/gnome/pixmaps/gal/categories\" - I/usr/local/include -I/us r/X11R6/include/gtk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 - I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6 /include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c - fPIC -DPIC -o .libs/e-gui-utils.lo e-gui-utils.c:33: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory gmake[3]: *** [e-gui-utils.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal- 0.18.1/gal/widgets' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal- 0.18.1/gal' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.18.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gal. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message