GNOME Bugzilla – Bug 345062
3 errors detected in "gimp.c"
Last modified: 2008-01-15 14:07:06 UTC
hello, irix 6.5.29, mipspro 7.4.4: --------------------------- c99 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/gimp/include "-DG_LOG_DOMAIN=\"LibGimp\"" -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local2/include -I/usr/nekoware/include -I/usr/freeware/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 -O3 -mips4 -lfastm -lm -TARG:platform=IP27:proc=r12000 -OPT:Olimit=0:roundoff=3:IEEE_arithmetic=3 -c gimp.c -Wp,-MDupdate,.deps/gimp.TPlo -DPIC -o .libs/gimp.o cc-1020 c99: ERROR File = gimp.c, Line = 1352 The identifier "FD_SETSIZE" is undefined. if ((select_val = select (FD_SETSIZE, &readfds, NULL, NULL, tvp)) > 0) ^ cc-1070 c99: ERROR File = gimp.c, Line = 1337 The indicated type is incomplete. struct timeval tv; ^ cc-1020 c99: ERROR File = gimp.c, Line = 1335 The identifier "fd_set" is undefined. fd_set readfds; ^ thanks as always
See the discussion in bug #344203 and the patches in bug #342390.
*** This bug has been marked as a duplicate of 344203 ***