GNOME Bugzilla – Bug 554898
Compile failure on uri-backend-wget.c
Last modified: 2008-10-03 18:32:07 UTC
Please describe the problem: configured with --without-{gvfs,gnome-vfs,libcurl} No, there probably won't be many people using it, but I got curious... :-) make[3]: Entering directory `/tmp/gimp-2.6.0/plug-ins/file-uri' gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -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/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -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 -O2 -march=i486 -mtune=i686 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT uri.o -MD -MP -MF .deps/uri.Tpo -c -o uri.o uri.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -pthread -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/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -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 -O2 -march=i486 -mtune=i686 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT uri-backend-wget.o -MD -MP -MF .deps/uri-backend-wget.Tpo -c -o uri-backend-wget.o uri-backend-wget.c uri-backend-wget.c: In function 'uri_backend_load_image': uri-backend-wget.c:94: error: expected expression before ',' token uri-backend-wget.c:104: error: expected expression before ',' token make[3]: *** [uri-backend-wget.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/uri.Tpo .deps/uri.Po make[3]: Leaving directory `/tmp/gimp-2.6.0/plug-ins/file-uri' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/gimp-2.6.0/plug-ins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/gimp-2.6.0' make: *** [all] Error 2 Steps to reproduce: See Description. Actual results: See Description. Expected results: See Description. Does this happen every time? See Description. Other information: Extra commas (probably accidentally left over from making changes) are present; patch arriving soon...
Created attachment 119877 [details] [review] Remove extra commas
That's fixed already. But thanks anyway. 2008-10-02 Sven Neumann <sven@gimp.org> * plug-ins/file-uri/uri-backend-wget.c: removed spurious commas that broke the build.