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