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 345062 - 3 errors detected in "gimp.c"
3 errors detected in "gimp.c"
Status: RESOLVED DUPLICATE of bug 344203
Product: GIMP
Classification: Other
Component: libgimp
2.3.x
Other IRIX
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-16 01:05 UTC by g.fischer@ah-online.com
Modified: 2008-01-15 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description g.fischer@ah-online.com 2006-06-16 01:05:01 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
Comment 1 Sven Neumann 2006-06-16 08:06:33 UTC
See the discussion in bug #344203 and the patches in bug #342390.
Comment 2 Manish Singh 2006-06-16 16:09:55 UTC

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