Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-12 Thread Hugh Sasse
On Fri, 5 Jan 2007, Hugh Sasse wrote: I am now getting : gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-12 Thread Kevin Ryde
Hugh Sasse [EMAIL PROTECTED] writes: cc1: warnings being treated as errors That's designed to force all users to be developers :-(. numbers.c: In function 'xisinf': numbers.c:147: warning: implicit declaration of function 'isinf' You might be able to just stick in a prototype, or