[SciPy-user] wrong compiler selected?

Robert Cimrman cimrman3 at ntc.zcu.cz
Wed Aug 6 06:56:00 EDT 2008


David Cournapeau wrote:
> Robert Cimrman wrote:
>> It looks like NPY_USE_C99_FORMATS is set to one, causing 'PRIdPTR' 
>> instead of 'd' to be used in NPY_INTP_FMT
>>
>> Is this a problem of numpy compiler selection, or else?
>>
>> SciPy compiles fine when I tweaked this manually.
>>   
> 
> Nothing to do with the compiler. I added this change to numpy and did
> not think about checking how c++ reacted to this. It should work with a
> recent svn update of numpy (>=r5614).

Thanks David, it works now.

r.



More information about the SciPy-User mailing list