Re: [Numpy-discussion] VS 2003 problems with cython-generated code

2008-08-15 Thread David Cournapeau
On Fri, Aug 15, 2008 at 12:18 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > > Be careful if you break across lines. The gnu compilers will accept > > "foo" > "bar" > > But for some others you need to use a line continuation. > > "foo"\ > "bar" > I don't put newlines: I really do "foo""bar", to

Re: [Numpy-discussion] VS 2003 problems with cython-generated code

2008-08-15 Thread Charles R Harris
On Fri, Aug 15, 2008 at 10:49 AM, David Cournapeau <[EMAIL PROTECTED]>wrote: > Hi, > > I noticed this morning that numpy 1.2 is not buildable with VS 2003 > (the one you have to use for official python releases for at least > python 2.5, and maybe 2.4). When we generate C code, both with > interna

[Numpy-discussion] VS 2003 problems with cython-generated code

2008-08-15 Thread David Cournapeau
Hi, I noticed this morning that numpy 1.2 is not buildable with VS 2003 (the one you have to use for official python releases for at least python 2.5, and maybe 2.4). When we generate C code, both with internal code (numpy/core/code_generator) and with external tools (cython/pyrex for mtrand), the