Compile problems on 1.5.1
Charles M. Gagnon
charlesg@unixrealm.com
Tue, 19 Sep 2000 22:02:14 -0400
For Solaris 8 I get:
finite:
#include <ieeefp.h>
int isnand(double dsrc);
int isnanf(float fsrc);
int finite(double dsrc);
fpclass_t fpclass(double dsrc);
int unordered(double dsrc1, double dsrc2);
#include <math.h>
int isnan(double dsrc);
isspace:
#include <ctype.h>
int isalpha(int c);
int isupper(int c);
int islower(int c);
int isdigit(int c);
int isxdigit(int c);
int isalnum(int c);
int isspace(int c);
int ispunct(int c);
int isprint(int c);
int isgraph(int c);
int iscntrl(int c);
int isascii(int c);
On Tue, Sep 19, 2000 at 01:54:19PM -0700, Dave Peticolas wrote:
> "Charles M. Gagnon" writes:
> > Dave, just to test, I just did a "make clean" and removed
> > config.cache and config.status on my gnucash-1.5.0 directory
> > and re-did "./configure; make" and it went without a hitch.
> >
> > Are you sure that not something that changed between 1.5.0
> > and 1.5.1.
>
> Well, one thing that changed is that the compiler flags became
> more strict about checking for missing function prototypes.
>
> Could you do a 'man finite' and 'man isspace' and see which
> headers they are declared in on your system?
>
> thanks,
> dave
--
Charles Gagnon | My views are my views and they
http://unixrealm.com | do not represent those of anybody
charlesg@unixrealm.com | but me.
Why do they put Braille on the drive thru bank machines?
-- Dennis Miller