[Numpy-discussion] Compiling for free on Windows32

David Cournapeau cournape at gmail.com
Thu Apr 16 11:34:18 EDT 2009


On Thu, Apr 16, 2009 at 11:50 PM, Fadhley Salim
<Fadhley.Salim at uk.calyon.com> wrote:
> I just installed the latest stable mingw, and made sure that the mingw
> bin directory is in my PATH. I used the command you suggested and got
> the following output:
>
> http://pastebin.com/m4aea512c

Could you make sure to remove entirely the build directory (rd /s /q
build) and try again ? The problem is that some headers are not
generated for some reasons, and that is often caused by distutils not
being good at detecting obsolete sources.

David



More information about the NumPy-Discussion mailing list