[Numpy-discussion] Cygwin compile: fatal error: fenv/fenv.c

Ralf Gommers ralf.gommers at googlemail.com
Wed Feb 29 17:41:45 EST 2012


On Wed, Feb 29, 2012 at 11:07 PM, Matt Miller <mattm184 at 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.python.org/pipermail/numpy-discussion/attachments/20120229/cdc65d2c/attachment.html>


More information about the NumPy-Discussion mailing list