Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-28 Thread Pearu Peterson
Hi, I finally got numpy to build on Windows XP x86_64 MSVC. The code needed to get it work is within DISTUTILS_USE_SDK defines. However, the tests fail on importing numpy: the package is not found. Could someone with access to this machine take a look at the configuration of installing numpy? Re

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Albert Strasheim
Hello On Sat, 28 Jul 2007, Albert Strasheim wrote: > float __cdecl logf(float); > float __cdecl sqrtf(float); > > but they're missing the __cdecl in the NumPy code. Somewhere a macro > needs to be defined to __cdecl on Windows (and left empty on other > platforms) and including in the NumPy de

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Albert Strasheim
Hello all On Sat, 28 Jul 2007, Stefan van der Walt wrote: > On Sat, Jul 28, 2007 at 12:54:52AM +0200, Pearu Peterson wrote: > > Ok, I have now enabled DISTUTILS_USE_SDK for > > AMD64 Windows platform and it seems working.. > > Fantastic, thanks! > > > However, the build still fails but now the

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Stefan van der Walt
On Sat, Jul 28, 2007 at 12:54:52AM +0200, Pearu Peterson wrote: > Ok, I have now enabled DISTUTILS_USE_SDK for > AMD64 Windows platform and it seems working.. Fantastic, thanks! > However, the build still fails but now the > reason seems to be related to numpy ticket 164: > >http://projects.

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Pearu Peterson
Ok, I have now enabled DISTUTILS_USE_SDK for AMD64 Windows platform and it seems working.. However, the build still fails but now the reason seems to be related to numpy ticket 164: http://projects.scipy.org/scipy/numpy/ticket/164 Pearu I think buildbot is great! _

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Pearu Peterson
Stefan van der Walt wrote: > On Fri, Jul 27, 2007 at 04:54:45PM +0200, Pearu Peterson wrote: >> >> Stefan van der Walt wrote: >>> Hi all, >>> >>> The build is still failing on winXP 64-bit, as shown on the buildbot >>> page >>> >>> http://buildbot.scipy.org/Windows%20XP%20x86_64%20MSVC/builds/25/

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Stefan van der Walt
On Fri, Jul 27, 2007 at 04:54:45PM +0200, Pearu Peterson wrote: > > > Stefan van der Walt wrote: > > Hi all, > > > > The build is still failing on winXP 64-bit, as shown on the buildbot > > page > > > > http://buildbot.scipy.org/Windows%20XP%20x86_64%20MSVC/builds/25/step-shell/0 > > > > with

Re: [Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Pearu Peterson
Stefan van der Walt wrote: > Hi all, > > The build is still failing on winXP 64-bit, as shown on the buildbot > page > > http://buildbot.scipy.org/Windows%20XP%20x86_64%20MSVC/builds/25/step-shell/0 > > with the error > > AttributeError: MSVCCompiler instance has no attribute '_MSVCCompiler__

[Numpy-discussion] build on windows 64-bit platform

2007-07-27 Thread Stefan van der Walt
Hi all, The build is still failing on winXP 64-bit, as shown on the buildbot page http://buildbot.scipy.org/Windows%20XP%20x86_64%20MSVC/builds/25/step-shell/0 with the error AttributeError: MSVCCompiler instance has no attribute '_MSVCCompiler__root' Could someone familiar with the MSVC compi