Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2001 22:06:47 -0500
From:      "Dan Langille" <dan@langille.org>
To:        "Chris Knight" <chris@aims.com.au>
Cc:        <freebsd-ports@freebsd.org>
Subject:   RE: databases/gnomedb fails on config
Message-ID:  <3C0FEBF7.8377.11B8BB04@localhost>
In-Reply-To: <022c01c17ec8$b6b097b0$020aa8c0@aims.private>
References:  <3C0FDD63.26223.117FD960@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C0FEBF7.8377.11B8BB04>