Date: Wed, 11 Mar 2009 17:41:02 +0100 From: Oliver Lehmann <lehmann@ans-netz.de> To: gahr@FreeBSD.org Cc: ports@freebsd.org Subject: gegl does not compile when gtk support is deactivated Message-ID: <20090311174102.3645851a.lehmann@ans-netz.de>
next in thread | raw e-mail | index | archive | help
Hi, when disabling GTK support (in fact I've disabled every option in make config) gegl does not compile: cc .libs/2geglbuffer.o -o .libs/2geglbuffer -Wl,--export-dynamic -pthread ../gegl/.libs/libgegl-0.0.so -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so -pthread /usr/local/lib/libglib-2.0.so -licui18n /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so /usr/local/lib/libbabl-0.0.so -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib .libs/2geglbuffer.o(.text+0x1d): In function `main': : undefined reference to `gtk_init' gmake[3]: *** [2geglbuffer] Error 1 gmake[3]: Leaving directory `/mnt/misc/usr/ports/graphics/gegl/work/gegl-0.0.22/examples' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/mnt/misc/usr/ports/graphics/gegl/work/gegl-0.0.22/examples' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/mnt/misc/usr/ports/graphics/gegl/work/gegl-0.0.22' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/gegl. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090311174102.3645851a.lehmann>