After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316799 - compilation fails on svg plug-in
compilation fails on svg plug-in
Status: RESOLVED DUPLICATE of bug 314400
Product: GIMP
Classification: Other
Component: Plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-20 18:15 UTC by Alexandre Prokoudine
Modified: 2005-09-20 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2005-09-20 18:15:13 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
Comment 1 weskaggs 2005-09-20 20:07:25 UTC

*** This bug has been marked as a duplicate of 314400 ***