[Numpy-tickets] [NumPy] #513: Cygwin build problem: Multi-include protection needed for fenv.c
NumPy
numpy-tickets@scipy....
Mon May 7 07:57:58 CDT 2007
#513: Cygwin build problem: Multi-include protection needed for fenv.c
------------------------+---------------------------------------------------
Reporter: jenisys | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.2 Release
Component: numpy.core | Version: none
Severity: normal | Keywords: Build problem
------------------------+---------------------------------------------------
'''VERSION:''' 1.0.2
'''PLATFORM:''' Cygwin 1.5.24-2
'''PYTHON:''' 2.5.1
file:numpy/core/include/numpy/fenv/fenv.c seems to be included multiple
times in some source files. Compilation fails because symbol
"__fe_dfl_env" exists twice in same source/object file.
'''QUICKFIX:''' Add header-like multi-include protection to source file.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/513>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list