[Numpy-discussion] Numpy trunk and 1.4.x branch fail to build with VS2008

Christoph Gohlke cgohlke at uci.edu
Sat Nov 28 13:27:49 EST 2009


The current numpy sources from svn trunk (r7772 or newer) and the 1.4.x 
branch fail to build with Visual Studio 2008 with the following compiler 
error:

numpy\core\src\multiarray\descriptor.h(16) : error C2133: 
'_datetime_strings' : unknown size

A quick fix is to specify the size of the _datetime_strings array, e.g. 
_datetime_strings[14].

Christoph




More information about the NumPy-Discussion mailing list