GNOME Bugzilla – Bug 128124
sheet-object-graphic.c doesn't compile on NetBSD/sparc-1.5
Last modified: 2004-12-22 21:47:04 UTC
This bug is a followup for bug #124951 I got the following compile error in Gnumeric 1.2.2 on NetBSD/sparc-1.5: <-- snip --> ... -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -D_POSIX_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -c sheet-object-graphic.c sheet-object-graphic.c:1233: warning: #warning FIXME without affines sheet-object-graphic.c: In function `sheet_object_graphic_print': sheet-object-graphic.c:338: `M_PI_2' undeclared (first use in this function) sheet-object-graphic.c:338: (Each undeclared identifier is reported only once sheet-object-graphic.c:338: for each function it appears in.) sheet-object-graphic.c:336: warning: `phi' might be used uninitialized in this function sheet-object-graphic.c: In function `make_ellipse': sheet-object-graphic.c:1047: `M_SQRT1_2' undeclared (first use in this function) gmake[3]: *** [sheet-object-graphic.o] Error 1 gmake[3]: Leaving directory `/aux/adrian/build/gnumeric-1.2.2/src' <-- snip -->
Patch and discussion in bug 128136. *** This bug has been marked as a duplicate of 128136 ***