Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-28 Thread Sachiel
2011/1/28 Mike Blumenkrantz : > On Fri, 28 Jan 2011 13:34:01 +0800 > "P Purkayastha" wrote: > >> On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri >> wrote: >> >> > On Thursday, January 27, 2011, David Seikel wrote: >> >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: >> >> >

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Mike Blumenkrantz
On Fri, 28 Jan 2011 13:34:01 +0800 "P Purkayastha" wrote: > On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri > wrote: > > > On Thursday, January 27, 2011, David Seikel wrote: > >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> > >>> due to recent API changes in cyth

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread The Rasterman
On Fri, 28 Jan 2011 13:34:01 +0800 "P Purkayastha" said: > On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri > wrote: > > > On Thursday, January 27, 2011, David Seikel wrote: > >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> > >>> due to recent API changes in cytho

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread P Purkayastha
On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri wrote: > On Thursday, January 27, 2011, David Seikel wrote: >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: >> >>> due to recent API changes in cython [0] the python-efl bindings won't >>> build with the next cython releas

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 23:36:43 -0200 Gustavo Sverzut Barbieri wrote: > On Thursday, January 27, 2011, David Seikel wrote: > > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut > > wrote: > > > >> due to recent API changes in cython [0] the python-efl bindings > >> won't build with the next cython r

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Gustavo Sverzut Barbieri
On Thursday, January 27, 2011, David Seikel wrote: > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> due to recent API changes in cython [0] the python-efl bindings won't >> build with the next cython release. >> >> The attached patches are fixing this issue. Please apply them to svn.

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 23:02:50 +0100 Sebastian Dransfeld wrote: > On 01/27/2011 10:47 PM, David Seikel wrote: > > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut > > wrote: > > > >> due to recent API changes in cython [0] the python-efl bindings > >> won't build with the next cython release. > >> >

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Sebastian Dransfeld
On 01/27/2011 10:47 PM, David Seikel wrote: > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > >> due to recent API changes in cython [0] the python-efl bindings won't >> build with the next cython release. >> >> The attached patches are fixing this issue. Please apply them to svn. > > My

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread David Seikel
On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote: > due to recent API changes in cython [0] the python-efl bindings won't > build with the next cython release. > > The attached patches are fixing this issue. Please apply them to svn. My problem is that they wont compile under the long term

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Sachiel
in svn 2011/1/27 Manuel Traut : > Hello, > > due to recent API changes in cython [0] the python-efl bindings won't build > with > the next cython release. > > The attached patches are fixing this issue. Please apply them to svn. > > Thanks, > >  Manuel > > [0] > https://github.com/cython/cython/

[E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-27 Thread Manuel Traut
Hello, due to recent API changes in cython [0] the python-efl bindings won't build with the next cython release. The attached patches are fixing this issue. Please apply them to svn. Thanks, Manuel [0] https://github.com/cython/cython/commit/e3c9a78686b7a7f0d36da8e6189b1e1fb4037c73 python-