[SciPy-dev] NAN in special/cephes breaks CVS build

Pearu Peterson pearu at cens.ioc.ee
Sat Feb 23 07:08:42 EST 2002


Hi,

The latest CVS does not build on my debian box and it fails with the
following message:

/home/users/pearu/src_cvs/scipy/special/cephes/iv.c:85: `NAN' undeclared
(first use in this function)

NAN is defined in math.h that includes bits/nan.h. So I tried to fix it
by adding

#include <math.h>

to scipy/special/cephes/mconf.h. But it has no effect :(. I am confused.

Does it work for you?

Pearu




More information about the SciPy-Dev mailing list