Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-06 Thread Dirk Rothe
On Fri, 05 Sep 2014 20:47:47 +0200, Stefan Behnel wrote: Dirk Rothe schrieb am 01.09.2014 um 12:25: I've also tested with windows+py27+x64 and I get the same errors; configobj.c(42437) : error C2121: '#' : invalid character : possibly the result of a macro expansion configobj.c(42437) :

Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-05 Thread Stefan Behnel
Dirk Rothe schrieb am 01.09.2014 um 12:25: >>> I've also tested with windows+py27+x64 and I get the same errors; >>> >>> configobj.c(42437) : error C2121: '#' : invalid character : possibly the >>> result of a macro expansion >>> configobj.c(42437) : error C2146: syntax error : missing ')' before >

Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Dirk Rothe
On Mon, 01 Sep 2014 12:14:58 +0200, Stefan Behnel wrote: Dirk Rothe schrieb am 01.09.2014 um 09:55: the Problem reported by Ian Bell on v0.21b1 seems still to be there. With v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 everything seems to be fine. So maybe it's related

[Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Dirk Rothe
Hello Stefan, the Problem reported by Ian Bell on v0.21b1 seems still to be there. With v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 everything seems to be fine. So maybe it's related to the method call optimisations, you've mentioned. I've also tested with windows+py27+x64

Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Stefan Behnel
Dirk Rothe schrieb am 01.09.2014 um 09:55: > the Problem reported by Ian Bell on v0.21b1 seems still to be there. With > v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 > everything seems to be fine. So maybe it's related to the method call > optimisations, you've mentioned. > >