Build Failure on WIndows Vista
![](https://secure.gravatar.com/avatar/a8058d090fab1e078b910eefe9815b71.jpg?s=120&d=mm&r=g)
Greetings, I am running Windows Vista Ultimate and trying to build numpy from the SVN branch using MSVC 2003. I have been able to build previously, but with my latest SVN update I am no longer able to build. My CPU is an Intel Core2 T7600 @2.33GHz. The error is below. e:\svn\numpy\numpy\core\include\numpy\npy_cpu.h(44) : fatal error C1189: #error: Unknown CPU, please report this to numpy maintainers with information about your platform (OS, CPU and compiler) error: Command "D:\Program Files\Microsoft Visual Studio 2003\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -Inumpy\core\include -Ibuild\src.win32-2.5\numpy\core\include/numpy -Inumpy\core\src -Inumpy\core\include -ID:\Python25\include -ID:\Python25\PC /Tcbuild\src.win32-2.5\numpy\core\src\_sortmodule.c /Fobuild\temp.win32-2.5\Release\build\src.win32-2.5\numpy\core\src\_sortmodule.obj" failed with exit status 2 -Patrick -- Patrick Marsh Graduate Research Assistant School of Meteorology University of Oklahoma http://www.patricktmarsh.com
![](https://secure.gravatar.com/avatar/59bdb3784070f0a6836aca9ee03ad817.jpg?s=120&d=mm&r=g)
On Sat, Mar 7, 2009 at 5:41 AM, Patrick Marsh <patrickmarshwx@gmail.com> wrote:
Greetings,
I am running Windows Vista Ultimate and trying to build numpy from the SVN branch using MSVC 2003. I have been able to build previously, but with my latest SVN update I am no longer able to build. My CPU is an Intel Core2 T7600 @2.33GHz. The error is below.
Should be fixed in r6559 (note that building with MSVC 2003 will still fail in the random module, though, because of a MSVC compiler limitation). cheers, David
participants (2)
-
David Cournapeau
-
Patrick Marsh