Re: [Numpy-discussion] Build error on Windows

2011-07-20 Thread Mark Wiebe
The 'm' seems to be the math library on Linux, removing it breaks the build for me. I've put this patch, minus removing the 'm', in a pull request along with hopefully a fix for http://projects.scipy.org/numpy/ticket/1909. https://github.com/numpy/numpy/pull/118 -Mark On Tue, Jul 19, 2011 at 3:1

Re: [Numpy-discussion] Build error on Windows

2011-07-19 Thread Ralf Gommers
On Sun, Jul 17, 2011 at 11:55 PM, Chris Barker wrote: > On 7/14/2011 8:04 PM, Christoph Gohlke wrote: > >> A patch for the build issues is attached. Remove the build directory >> before rebuilding. >> >> Christoph, > > I had other issues (I think in one case, a *.c file was not getting > re-built

Re: [Numpy-discussion] Build error on Windows

2011-07-17 Thread Chris Barker
On 7/14/2011 8:04 PM, Christoph Gohlke wrote: A patch for the build issues is attached. Remove the build directory before rebuilding. Christoph, I had other issues (I think in one case, a *.c file was not getting re-built from the *.c.src file. But anyway, at the end the patch appears to wor

Re: [Numpy-discussion] Build error on Windows

2011-07-14 Thread Christoph Gohlke
On 7/14/2011 6:56 PM, Chris Barker wrote: Hi folks, I'm trying to build numpy HEAD on Windows in preparation for the SciPy sprints tomorrow. I've never built numpy on Windows, and I'm new to git, so I could be doing any number of things wrong. I think I have the latest code: C:\Documents and

[Numpy-discussion] Build error on Windows

2011-07-14 Thread Chris Barker
Hi folks, I'm trying to build numpy HEAD on Windows in preparation for the SciPy sprints tomorrow. I've never built numpy on Windows, and I'm new to git, so I could be doing any number of things wrong. I think I have the latest code: C:\Documents and Settings\Chris\My Documents\SciPy\numpy_git