GNOME Bugzilla – Bug 316799
compilation fails on svg plug-in
Last modified: 2005-09-20 20:07:25 UTC
Distribution/Version: Ubuntu Breezy 1. Grab CVS HEAD 2. Run ./autogen.sh 3. Run ./configure --prefix=/usr --disable-print --enable-python 4. Run make if 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 -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 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -g -O2 -Wall -MT svg-svg.o -MD -MP -MF ".deps/svg-svg.Tpo" -c -o svg-svg.o `test -f 'svg.c' || echo './'`svg.c; \ then mv -f ".deps/svg-svg.Tpo" ".deps/svg-svg.Po"; else rm -f ".deps/svg-svg.Tpo"; exit 1; fi svg.c: In function ‘load_rsvg_pixbuf’: svg.c:442: error: too many arguments to function ‘rsvg_handle_set_dpi’ svg.c: In function ‘load_rsvg_size’: svg.c:544: error: too many arguments to function ‘rsvg_handle_set_dpi’ make[3]: *** [svg-svg.o] Error 1 make[3]: Leaving directory `/home/avp/soft/build/graphics/gimp/gimp-2005-09-20/plug-ins/common' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/avp/soft/build/graphics/gimp/gimp-2005-09-20/plug-ins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/avp/soft/build/graphics/gimp/gimp-2005-09-20' make: *** [all] Error 2 librsvg is 2.12.0-0ubuntu2 here
*** This bug has been marked as a duplicate of 314400 ***