On Thu, Jul 7, 2011 at 5:48 PM, Dirk Ullrich <dirk.ullrich@googlemail.com> wrote:
Hi,

the current HEAD of NumPy fails to build.
To be more precise: compilation of
`numpy/core/src/multiarray/multiarraymodule_onefile.c' fails. It looks
like that is caused by splitting the `nditer.c.src' stuff in the same
directory into `nditer_api.c', `nditer_constr.c' and
`nditer_templ.c.src': If you #include the three new `.c' files in
`multiarraymodule_onefile.c' instead of `nditer.c' the problem seems
to be fixed.

Sorry for posting this to this mailing list instead of filing a bug.
But I am new to NumPy and have now account yet for Trac (yet).


Thanks for the report, it should be fixed in 834b5bf.

Chuck