Re: [Numpy-discussion] building numpy trunk on WindowsXP

2008-12-11 Thread Charles R Harris
On Thu, Dec 11, 2008 at 11:01 PM, wrote: > On Fri, Dec 12, 2008 at 12:12 AM, Charles R Harris > wrote: > > > > > > On Thu, Dec 11, 2008 at 9:26 PM, David Cournapeau > > wrote: > >> > >> josef.p...@gmail.com wrote: > >> > I just tried to build numpy for the first time, on Windows XP SP2, > >> >

Re: [Numpy-discussion] building numpy trunk on WindowsXP

2008-12-11 Thread josef . pktd
On Fri, Dec 12, 2008 at 12:12 AM, Charles R Harris wrote: > > > On Thu, Dec 11, 2008 at 9:26 PM, David Cournapeau > wrote: >> >> josef.p...@gmail.com wrote: >> > I just tried to build numpy for the first time, on Windows XP SP2, >> > sse2, single CPU with MingW 3.45, Python25 >> > >> > I used `se

Re: [Numpy-discussion] building numpy trunk on WindowsXP

2008-12-11 Thread Charles R Harris
On Thu, Dec 11, 2008 at 9:26 PM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > josef.p...@gmail.com wrote: > > I just tried to build numpy for the first time, on Windows XP SP2, > > sse2, single CPU with MingW 3.45, Python25 > > > > I used `setup.py bdist` and copied extracted archive

Re: [Numpy-discussion] building numpy trunk on WindowsXP

2008-12-11 Thread David Cournapeau
josef.p...@gmail.com wrote: > I just tried to build numpy for the first time, on Windows XP SP2, > sse2, single CPU with MingW 3.45, Python25 > > I used `setup.py bdist` and copied extracted archive into > sitepackages, (so I can delete it again) > You can also use bdist_wininst, which will cre

[Numpy-discussion] building numpy trunk on WindowsXP

2008-12-11 Thread josef . pktd
I just tried to build numpy for the first time, on Windows XP SP2, sse2, single CPU with MingW 3.45, Python25 I used `setup.py bdist` and copied extracted archive into sitepackages, (so I can delete it again) Are the errors and failures below expected, or did my build not work correctly? Josef