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 128123 - mathfunc.c doesn't compile on NetBSD/sparc-1.5
mathfunc.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 15:43 UTC by Adrian Bunk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Bunk 2003-11-28 15:43:39 UTC
This is a followup for bug #124951.

I got the following compile error in Gnumeric 1.2.2 on NetBSD/sparc-1.5:

<--  snip  -->

...
-I/usr/local/include/libgnomeprintui-2.2      -O2 -mcpu=v8 -Wall -Wmissing
-prototypes  -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -
Wwrite-strings -D_POSIX_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -c mathfunc.c
mathfunc.c: In function
`mathfunc_init':-I/usr/local/include/libgnomeprintui-2.2      -O2 -mcpu=v8
-Wall -Wmissing
-prototypes  -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -
Wwrite-strings -D_POSIX_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -c mathfunc.c
mathfunc.c: In function `mathfunc_init':
mathfunc.c:103: warning: implicit declaration of function `finite'
mathfunc.c:146: warning: implicit declaration of function `isnan'
mathfunc.c: In function `pnorm_both':
mathfunc.c:549: warning: implicit declaration of function `log1p'
mathfunc.c: In function `qnorm':
mathfunc.c:669: warning: implicit declaration of function `expm1'
mathfunc.c: In function `stirlerr':
mathfunc.c:1148: warning: implicit declaration of function `lgamma'
mathfunc.c: In function `qt':
mathfunc.c:1969: `M_1_PI' undeclared (first use in this function)
mathfunc.c:1969: (Each undeclared identifier is reported only once
mathfunc.c:1969: for each function it appears in.)
mathfunc.c:1928: warning: `q' might be used uninitialized in this function
mathfunc.c: In function `random_01':
mathfunc.c:5063: warning: implicit declaration of function `random'
mathfunc.c: In function `lbeta3':
mathfunc.c:6330: `signgam' undeclared (first use in this function)
mathfunc.c:6312: warning: `sign_a' might be used uninitialized in this function
mathfunc.c:6312: warning: `sign_b' might be used uninitialized in this function
mathfunc.c:6312: warning: `sign_ab' might be used uninitialized in this
function
gmake[3]: *** [mathfunc.o] Error 1
gmake[3]: Leaving directory `/aux/adrian/build/gnumeric-1.2.2/src'

<--  snip  -->
Comment 1 Morten Welinder 2003-11-30 21:44:34 UTC
Patch and discussion in bug 128136.

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