Re: [Cython] Fwd: Re: Cython builds on various Debian platforms

2011-02-16 Thread Lisandro Dalcin
On 16 February 2011 03:11, Stefan Behnel wrote: > [forwarding to the list, from Yaroslav Halchenko] > > On Tue, 15 Feb 2011, Stefan Behnel wrote: >> >> Cool. That looks good. As you mentioned, it doesn't include the test >> runs yet, but it would be really great if you could get those >> running.

Re: [Cython] Possible Freeze-related regression from 0.14 to 0.14.1

2011-02-16 Thread Matthew Fox
Of course I would forget to attach the test case. Let's try again. > -Original Message- > From: Matthew Fox > Sent: February-16-11 11:22 AM > To: 'cython-devel@python.org' > Subject: Possible Freeze-related regression from 0.14 to 0.14.1 > > My project using Cython-freeze compiles properl

[Cython] Possible Freeze-related regression from 0.14 to 0.14.1

2011-02-16 Thread Matthew Fox
My project using Cython-freeze compiles properly with Cython 0.14.0 but fails with 0.14.1. I run Python 2.5 on Debian Lenny and the cython_freeze from github (October 29, 2009). The attached simple test case (1 plain .pyx and .pxd, 1 .pyx with main(), and a makefile) demonstrates the issue- it w