[SciPy-user] wrong compiler selected?

David Cournapeau david at ar.media.kyoto-u.ac.jp
Wed Aug 6 05:47:04 EDT 2008


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).

cheers,

David



More information about the SciPy-User mailing list