[Numpy-tickets] [NumPy] #898: NumPy trunk doesn't compile on Windows
NumPy
numpy-tickets@scipy....
Fri Aug 29 10:34:53 CDT 2008
#898: NumPy trunk doesn't compile on Windows
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: 1.2.0
Component: numpy.core | Version: devel
Severity: blocker | Keywords:
-----------------------------+----------------------------------------------
!NumPy trunk r5726 fails to compile on Windows Vista Business 64-bit with
Python 2.6b2 and Visual Studio 2008.
{{{
umathmodule.c
numpy\core\src\umathmodule.c.src(64) : error C2059: syntax error : 'type'
numpy\core\src\umathmodule.c.src(70) : error C2059: syntax error : 'type'
numpy\core\src\ufuncobject.c(1701) : warning C4244: '=' : conversion from
'npy_intp' to 'int', possible loss of data
numpy\core\src\ufuncobject.c(2422) : warning C4244: '=' : conversion from
'npy_intp' to 'int', possible loss of data
}}}
Build log attached.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/898>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list