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 554898 - Compile failure on uri-backend-wget.c
Compile failure on uri-backend-wget.c
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.6.0
Other All
: Normal blocker
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-03 17:49 UTC by Robby Workman
Modified: 2008-10-03 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove extra commas (827 bytes, patch)
2008-10-03 17:50 UTC, Robby Workman
none Details | Review

Description Robby Workman 2008-10-03 17:49:00 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...
Comment 1 Robby Workman 2008-10-03 17:50:07 UTC
Created attachment 119877 [details] [review]
Remove extra commas
Comment 2 Sven Neumann 2008-10-03 18:32:07 UTC
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.