[Numpy-discussion] Cygwin compile: fatal error: fenv/fenv.c
Ralf Gommers
ralf.gommers@googlemail....
Wed Feb 29 16:41:45 CST 2012
On Wed, Feb 29, 2012 at 11:07 PM, Matt Miller <mattm184@gmail.com> wrote:
> More reading of the thread linked solved the issue. To reiterate, add
> numpy/ and change .c to .h in line 590 of ieee754.c.src.
>
> Ex:
>
> elif defined(__CYGWIN__)
> include "numpy/fenv/fenv.h"
> endif
>
Thanks for confirming. Fixed in master and 1.6.x now.
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20120229/cdc65d2c/attachment-0001.html
More information about the NumPy-Discussion
mailing list