can't build latest cvs
Hi there,
I'm getting this during build from latest cvs:
if g++ -DHAVE_CONFIG_H -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/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT sp-image.o -MD -MP -MF ".deps/sp-image.Tpo" \ -c -o sp-image.o `test -f 'sp-image.cpp' || echo './'`sp-image.cpp; \ then mv -f ".deps/sp-image.Tpo" ".deps/sp-image.Po"; \ else rm -f ".deps/sp-image.Tpo"; exit 1; \ fi sp-image.cpp: In function `GdkPixbuf* Inkscape::IO::pixbuf_new_from_file(const char*, GError**)': sp-image.cpp:361: error: `gdk_pixbuf_set_option' undeclared (first use this function) sp-image.cpp:361: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [sp-image.o] Error 1 make[2]: Leaving directory `/home/michal/cvs/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/michal/cvs/inkscape' make: *** [all] Error 2
Any ideas?
Michal
Michal Žeravík wrote:
sp-image.cpp:361: error: `gdk_pixbuf_set_option' undeclared (first use this function)
Drat.
I'd used that on suggestion from those in the devel IRC. While some of the info panned out, it looks like using that "set" function is just not consistent.
For now it would be safe just to comment out those two occurances.
participants (2)
-
Jon A. Cruz
-
Michal Žeravík