degger@xxxxxxx writes: > On 13 Nov, Michael Natterer wrote: > > > Be afraid! > > It's shiny, it's new, it's unstable, it's b0rken, it's The GIMP 1.3 !! > > Get ready for reorganized, not-yet-really-working sourcecode, compile > > it, hack it, send patches and help making a new GIMP that kicks ass. > > Indeed. :) > autoconf 2.52 chokes on the dnl'ed out perl-files in AC_OUTPUT in > configure.in. Yeah, feels like we need a 1.3.1 pretty soon (which should be no problem now that lots of "make dist" issues are fixed). > And I get this: > /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/local/include -DGIMPDIR=\"".gimp-1.3"\" -DDATADIR=\""/usr/local/share/gimp/1.3"\" -DSYSCONFDIR=\""/usr/local/etc/gimp/1.3"\" -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_COMPAT_H -DGTK_DISABLE_COMPAT_H -O2 -Wall -c gimpstock.c > rm -f .libs/gimpstock.lo > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/local/include -DGIMPDIR=\".gimp-1.3\" -DDATADIR=\"/usr/local/share/gimp/1.3\" -DSYSCONFDIR=\"/usr/local/etc/gimp/1.3\" -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_DISABLE_COMPAT_H -DGTK_DISABLE_COMPAT_H -O2 -Wall -Wp,-MD,.deps/gimpstock.pp -c gimpstock.c -fPIC -DPIC -o gimpstock.o > gimpstock.c:183: `stock_menu_navigation' undeclared here (not in a function) > gimpstock.c:183: initializer element is not constant > gimpstock.c:183: (near initialization for `gimp_stock_menu_pixbufs[0].inline_data') > gimpstock.c:184: `stock_menu_qmask_off' undeclared here (not in a function) > gimpstock.c:184: initializer element is not constant > gimpstock.c:184: (near initialization for `gimp_stock_menu_pixbufs[1].inline_data') > gimpstock.c:185: `stock_menu_qmask_on' undeclared here (not in a function) > gimpstock.c:185: initializer element is not constant > gimpstock.c:185: (near initialization for `gimp_stock_menu_pixbufs[2].inline_data') That's indeed strange (but from time to time happens here too...). Just re-make, or if it's really evil, remove themes/Default/gimp-stock-pixbufs.h before. Guess the gdk-pixbuf stock header generation rules are somehow wrong... > But apart from that it looks good. :) :) ciao, --Mitch