Re: [Numpy-discussion] Compilation with Visual Studio 2003

2007-11-11 Thread Matthieu Brucher
No, it looks like NPY_ALLOW_THREADS is not defined: this pre processor symbol is defined in config.h, which is auto generated by the setup.py from numpy.core. Can you paste its content (should be somewhere in your build directory). David Here it is : /* #define SIZEOF_SHORT 2 */ /*

Re: [Numpy-discussion] Compilation with Visual Studio 2003

2007-11-11 Thread David Cournapeau
Matthieu Brucher wrote: Strange, I tested again and it worked this time... I sometimes noticed this kind of behaviour too, when I cancelled the build at some point. Maybe the build does not update the config.h if you cancelled just at the middle of its generation, or something like that.

Re: [Numpy-discussion] Compilation with Visual Studio 2003

2007-11-10 Thread David Cournapeau
On Nov 11, 2007 2:33 AM, Matthieu Brucher [EMAIL PROTECTED] wrote: Hi, I want to add some support to ACML, but currently, I can't even compile numpy (Visual Studio and g77), the current SVN fails with : running build_ext No module named msvccompiler in numpy.distutils; trying from distutils