Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-29 Thread Michael Colonno
This is the first failure in the build log: _configtest.c _configtest.c(1): catastrophic error: could not open source file "inttypes.h" #include ^ compilation aborted for _configtest.c (code 4) failure. I don't have this file anywhere on my system; it appears to b

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-29 Thread Michael Colonno
OK, I'm on the cusp of success now. I updated to the most recent code and get to a sequence of errors surround math functions. This must be due to linking the MKL libs. I tried various combinations (including those recommended by the MKL docs) but could not get around the errors. Looks like a mi

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-29 Thread Michael Colonno
Not sure if it's a VS thing since I get different compile errors with either the MS or Intel C compiler under the same environment (Visual Studio for x64 console). Let me start with a more basic question: I'm using the package available on SourceForge (1.2.1, 2008-10-29 14:36). If it can be conf

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-29 Thread Michael Colonno
-- On Thu, Jan 29, 2009 at 7:59 AM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Michael Colonno wrote: > >OK, some progress here. I have two questions: 1) Let's forget about > > the Intel compiler(s) for the momen

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-29 Thread Michael Colonno
26\include -IC:\Python26\PC /Tcbui ld\src.win-amd64-2.6\numpy\core\src\umathmodule.c /Fobuild\temp.win-amd64-2.6\Re lease\build\src.win-amd64-2.6\numpy\core\src\umathmodule.obj" failed with exit s tatus 2 --- On Wed, Jan 28, 2009 at 4:36 PM, David Cournapeau wrote: > O

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-28 Thread Michael Colonno
rch --> x64? Thanks again, ~Mike C. On Wed, Jan 28, 2009 at 1:06 AM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Michael Colonno wrote: > >Thanks for your response. I manually edited one of the python files > > (ccompiler.py I think) to change icc.exe t

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-28 Thread Michael Colonno
On Wed, Jan 28, 2009 at 1:06 AM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Michael Colonno wrote: > >Thanks for your response. I manually edited one of the python files > > (ccompiler.py I think) to change icc.exe to icl.exe. (This is a trick > > I

Re: [Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-27 Thread Michael Colonno
n 27, 2009 at 6:39 PM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Michael Colonno wrote: > >Hi ~ > > > >I'm trying to build numpy (hopefully eventually scipy with the same > > setup) with the Intel compilers (and Intel MKL) on the Win

[Numpy-discussion] Building on WinXP 64-bit, Intel Compilers

2009-01-27 Thread Michael Colonno
Hi ~ I'm trying to build numpy (hopefully eventually scipy with the same setup) with the Intel compilers (and Intel MKL) on the WinXP 64-bit platform. Finding / linking to the Intel MKL seems to be successful (see below) but I have an issue with the settings defined somewhere in the various