RSS/Atom feed Twitter
Site is read-only, email is disabled

building gimp-2.3.13: error in gimpstock.c

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

building gimp-2.3.13: error in gimpstock.c Bogolisk 18 Jan 17:50
  building gimp-2.3.13: error in gimpstock.c Sven Neumann 18 Jan 19:06
building gimp-2.3.13: error in gimpstock.c Bogolisk 18 Jan 20:09
building gimp-2.3.13: error in gimpstock.c Bogolisk 18 Jan 21:43
Bogolisk
2007-01-18 17:50:36 UTC (over 17 years ago)

building gimp-2.3.13: error in gimpstock.c

Please help a newbie!

I got stuck here when trying to build gimp-2.3.13

Is it because I dont have gdk-pixbuf installed? I thought gdk-pixbuf is for gtk1.2 only and not needed for gtk2.

make[3]: Entering directory `/home/linhd/build2/gimp-2.3.13/libgimpwidgets' if /bin/bash ../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -Wall -g -O2 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT gimpstock.lo -MD -MP -MF ".deps/gimpstock.Tpo" -c -o gimpstock.lo gimpstock.c; \ then mv -f ".deps/gimpstock.Tpo" ".deps/gimpstock.Plo"; else rm -f ".deps/gimpstock.Tpo"; exit 1; fi i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -Wall -g -O2 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT gimpstock.lo -MD -MP -MF .deps/gimpstock.Tpo -c gimpstock.c -fPIC -DPIC -o .libs/gimpstock.o gimpstock.c:334: error: 'stock_anchor_16' undeclared here (not in a function) gimpstock.c:335: error: 'stock_center_24' undeclared here (not in a function) gimpstock.c:336: error: 'stock_duplicate_16' undeclared here (not in a function) gimpstock.c:337: error: 'stock_edit_16' undeclared here (not in a function) gimpstock.c:338: error: 'stock_paste_as_new_16' undeclared here (not in a function) gimpstock.c:339: error: 'stock_paste_into_16' undeclared here (not in a function) ....

Thanx

Sven Neumann
2007-01-18 19:06:12 UTC (over 17 years ago)

building gimp-2.3.13: error in gimpstock.c

Hi,

On Thu, 2007-01-18 at 11:50 -0500, Bogolisk wrote:

Is it because I dont have gdk-pixbuf installed? I thought gdk-pixbuf is for gtk1.2 only and not needed for gtk2.

It is part of gtk2, so you most probably have it installed.

make[3]: Entering directory `/home/linhd/build2/gimp-2.3.13/libgimpwidgets' if /bin/bash ../libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -Wall -g -O2 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT gimpstock.lo -MD -MP -MF ".deps/gimpstock.Tpo" -c -o gimpstock.lo gimpstock.c; \ then mv -f ".deps/gimpstock.Tpo" ".deps/gimpstock.Plo"; else rm -f ".deps/gimpstock.Tpo"; exit 1; fi i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"LibGimpWidgets\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -Wall -g -O2 -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT gimpstock.lo -MD -MP -MF .deps/gimpstock.Tpo -c gimpstock.c -fPIC -DPIC -o .libs/gimpstock.o gimpstock.c:334: error: 'stock_anchor_16' undeclared here (not in a function) gimpstock.c:335: error: 'stock_center_24' undeclared here (not in a function) gimpstock.c:336: error: 'stock_duplicate_16' undeclared here (not in a function) gimpstock.c:337: error: 'stock_edit_16' undeclared here (not in a function) gimpstock.c:338: error: 'stock_paste_as_new_16' undeclared here (not in a function) gimpstock.c:339: error: 'stock_paste_into_16' undeclared here (not in a function)

Probably a hickup with make dependencies. Try 'make -C themes clean' and attempt a rebuild.

Sven

Bogolisk
2007-01-18 20:09:48 UTC (over 17 years ago)

building gimp-2.3.13: error in gimpstock.c

On 18 Jan 2007, sven@gimp.org wrote:

Probably a hickup with make dependencies. Try 'make -C themes clean' and attempt a rebuild.

Sven

Thank you very much! that did it! I'm still watching the build right now

Thaks again

Bogolisk
2007-01-18 21:43:45 UTC (over 17 years ago)

building gimp-2.3.13: error in gimpstock.c

On 18 Jan 2007, bogolisk@gmail.com wrote:

On 18 Jan 2007, sven@gimp.org wrote:

Probably a hickup with make dependencies. Try 'make -C themes clean' and attempt a rebuild.

Sven

Thank you very much! that did it! I'm still watching the build right now

Thaks again

cool! it built succesfully!

Another question!, how do I limit the locale to just a couple of languages (de, en, fr, ...)? Right now the locale totals a whoppy 18M on my machine!

Thank you