On Fri, May 01, 2009 at 08:40:03AM +0200, Moritz Kaiser wrote: > > gimp2-svg-2.6.4-4 fails to compile repeatedly. selfupdate doesn't help. > Errors starting with the first faulty gcc call follow. > > gcc -I/sw/lib/system-openssl/include -I/sw/lib/fontconfig2/include > -I/sw/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g > -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes > -Wmissing-declarations -Winit-self -Wpointer-arith > -Wold-style-definition -g -O2 -Wall -Wdeclaration-after-statement > -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith > -Wold-style-definition -I../.. -I../.. -I/sw/lib/fontconfig2/include > -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 > -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 > -I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 > -I/usr/X11R6/include -I/usr/X11/include -UGTK_DISABLE_SINGLE_INCLUDES -c > libgimp-scan.c -fno-common -DPIC -o .libs/libgimp-scan.o > In file included from /sw/include/libgimp/gimpui.h:25, > from libgimp-scan.c:9: > /sw/include/libgimp/gimpchainbutton.h:81: error: parse error before > 'gimp_chain_button_get_type' [...]
Looks like interference from some other package that is installed on your system. Could you try this command: dpkg -S /sw/include/libgimp/gimpchainbutton.h to see what package owns that file? If you 'fink remove' that package, it should solve this build problem. I think I see the makefile bug causing the wrong .h to be found, but removing th package that supplies the wrong .h is an easy work-around for now. dan -- Daniel Macks [email protected] http://www.netspace.org/~dmacks ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
