Colin Bannister wrote:
make fails, with output below.
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT gimpstock.lo -MD -MP -MF ".deps/gimpstock.Tpo" \ -c -o gimpstock.lo `test -f 'gimpstock.c' || echo './'`gimpstock.c; \ then mv -f ".deps/gimpstock.Tpo" ".deps/gimpstock.Plo"; \ else rm -f ".deps/gimpstock.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT gimpstock.lo -MD -MP -MF .deps/gimpstock.Tpo -c gimpstock.c -fPIC -DPIC -o .libs/gimpstock.o cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory gimpstock.c:299: `stock_anchor_16' undeclared here (not in a function) gimpstock.c:299: initializer element is not constant gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0].inline_data') gimpstock.c:299: initializer element is not constant gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0]')
I've seen this on my first build attempts on Win32, too. There was a problem with libpng on my system, and so the stock icons headers weren't built.
Do a
make clean make
in the themes subdirectory and look for errors and warnings.
HTH, Michael
-- The GIMP > http://www.gimp.org | IRC: irc://irc.gimp.org/gimp Wiki > http://wiki.gimp.org | .de: http://gimpforum.de Sodipodi > http://sodipodi.sf.net | IRC: irc://irc.gimp.org/sodipodi _______________________________________________ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
