Re: [Numpy-discussion] mingw32 and numpy 1.10

2015-08-10 Thread Charles R Harris
On Mon, Aug 10, 2015 at 4:53 PM, Nathaniel Smith wrote: > On Aug 10, 2015 3:38 PM, "Charles R Harris" > wrote: > > > > Mingw32 will not compile current numpy due to initialization of a static > structure slot with a Python C-API function. The function is not considered > a constant expression by

Re: [Numpy-discussion] mingw32 and numpy 1.10

2015-08-10 Thread Nathaniel Smith
On Aug 10, 2015 3:38 PM, "Charles R Harris" wrote: > > Mingw32 will not compile current numpy due to initialization of a static structure slot with a Python C-API function. The function is not considered a constant expression by the old gcc in mingw32. Compilation does work with more recent compil

[Numpy-discussion] mingw32 and numpy 1.10

2015-08-10 Thread Charles R Harris
Mingw32 will not compile current numpy due to initialization of a static structure slot with a Python C-API function. The function is not considered a constant expression by the old gcc in mingw32. Compilation does work with more recent compilers; evidently the meaning of "constant expression" is u