bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug on Guile Make


From: Kevin Ryde
Subject: Re: Bug on Guile Make
Date: Thu, 01 Mar 2007 08:51:27 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

"Simon Butcher" <address@hidden> writes:
>
> numbers.c: In function 'xisinf':
> numbers.c:147: warning: implicit declaration of function 'isinf'

I think we went 12 rounds with that recently.  I think it was
slackness in the configure test, letting gcc do constant folding
instead of actually probing for the func.  You should be able to edit
the generated config.h to turn off HAVE_ISINF.

> numbers.c: In function 'scm_log':
> numbers.c:6022: error: '_Complex_I' undeclared (first use in this
> function)

That may be new.  The test for using "complex double" is whether that
type exists.  I'd have thought <complex.h> (which your config.h says
exists) supplied _Complex_I.  Is there another name or something?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]