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 128124 - sheet-object-graphic.c doesn't compile on NetBSD/sparc-1.5
sheet-object-graphic.c doesn't compile on NetBSD/sparc-1.5
Status: RESOLVED DUPLICATE of bug 128136
Product: Gnumeric
Classification: Applications
Component: Compilation
1.2.x
Other All
: Normal major
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2003-11-28 16:03 UTC by Adrian Bunk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Bunk 2003-11-28 16:03:32 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  -->
Comment 1 Morten Welinder 2003-11-30 21:45:21 UTC
Patch and discussion in bug 128136.


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