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). Dirk _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
