Re: [E-devel] Building python-efl

2013-05-04 Thread Massimo Maiurana
Kai Huuhko, il 04/05/2013 12:56, ha scritto: > Tests did not come up with any issues. It can be confusing that the > preprocessing step is done before parsing any commands or options but > unfortunately that's something we cannot fix. Perhaps a note in INSTALL to tell the user that --prefix is

Re: [E-devel] Building python-efl

2013-05-04 Thread Kai Huuhko
04.05.2013 00:16, Kai Huuhko kirjoitti: > 03.05.2013 23:39, Massimo Maiurana kirjoitti: >> Kai Huuhko, il 03/05/2013 22:13, ha scritto: >> $python setup.py build_ext --prefix=/opt/e17 >>> You are using the distutils command "build_ext" here... [...] "setup.py install", same prefix, w

Re: [E-devel] Building python-efl

2013-05-03 Thread Kai Huuhko
03.05.2013 23:39, Massimo Maiurana kirjoitti: > Kai Huuhko, il 03/05/2013 22:13, ha scritto: > >>> $python setup.py build_ext --prefix=/opt/e17 >> You are using the distutils command "build_ext" here... >>> [...] >>> "setup.py install", same prefix, without problems. >> ... and "install" here, whic

Re: [E-devel] Building python-efl

2013-05-03 Thread Massimo Maiurana
Kai Huuhko, il 03/05/2013 22:13, ha scritto: >> $python setup.py build_ext --prefix=/opt/e17 > You are using the distutils command "build_ext" here... >>[...] >> "setup.py install", same prefix, without problems. > ... and "install" here, which have different parameters. > > You will see which pa

Re: [E-devel] Building python-efl

2013-05-03 Thread Kai Huuhko
03.05.2013 22:33, Massimo Maiurana kirjoitti: > Davide Andreoli, il 01/05/2013 22:16, ha scritto: > >>> Looks like --prefix is correctly recognized by ecore, edje, elementary, >>> emotion, eo, but not by evas. >>> >> hmmm, this is so strange :/ >> what command are you using to build? > Maybe it was

Re: [E-devel] Building python-efl

2013-05-03 Thread Massimo Maiurana
Davide Andreoli, il 01/05/2013 22:16, ha scritto: >> Looks like --prefix is correctly recognized by ecore, edje, elementary, >> emotion, eo, but not by evas. >> > > hmmm, this is so strange :/ > what command are you using to build? Maybe it was a temporary problem, because now I tried to do it a

Re: [E-devel] Building python-efl

2013-05-01 Thread Davide Andreoli
2013/4/30 Massimo Maiurana > Davide Andreoli, il 30/04/2013 12:26, ha scritto: > > > installing cython is super simple, just download from: > > http://www.cython.org/release/Cython-0.17.3.tar.gz > > and install with: > > (sudo) python setup.py install > > it need the python-dev package > > Ok

Re: [E-devel] Building python-efl

2013-04-30 Thread Massimo Maiurana
Davide Andreoli, il 30/04/2013 12:26, ha scritto: > installing cython is super simple, just download from: > http://www.cython.org/release/Cython-0.17.3.tar.gz > and install with: > (sudo) python setup.py install > it need the python-dev package Ok, I installed it, then tried to install pytho

Re: [E-devel] Building python-efl

2013-04-30 Thread Davide Andreoli
2013/4/29 Massimo Maiurana > Davide Andreoli, il 29/04/2013 22:04, ha scritto: > > > your cython version is too old, you need at least 0.17.3 (easy to build > > from sources) > > I just added a test in the setup.py that stop the compilation > > if the version of cython is too old. > > > > please

Re: [E-devel] Building python-efl

2013-04-29 Thread Massimo Maiurana
Davide Andreoli, il 29/04/2013 22:04, ha scritto: > your cython version is too old, you need at least 0.17.3 (easy to build > from sources) > I just added a test in the setup.py that stop the compilation > if the version of cython is too old. > > please let me know if it works for you. $ python

Re: [E-devel] Building python-efl

2013-04-29 Thread Davide Andreoli
2013/4/29 Massimo Maiurana > Davide Andreoli, il 28/04/2013 16:06, ha scritto: > > >> efl/ecore/efl.ecore_exe.pxi:468:22: Cannot convert 'const_char *' to > >> Python object > >> === > >> > > > > what version of cython are you using? what python? > > This syste

Re: [E-devel] Building python-efl

2013-04-29 Thread Massimo Maiurana
Davide Andreoli, il 28/04/2013 16:06, ha scritto: >> efl/ecore/efl.ecore_exe.pxi:468:22: Cannot convert 'const_char *' to >> Python object >> === >> > > what version of cython are you using? what python? This system is debian wheezy, and these are the official

Re: [E-devel] Building python-efl

2013-04-28 Thread Davide Andreoli
2013/4/25 Massimo Maiurana > I was trying to build python-efl and this is what I get: > > === > Error compiling Cython file: > > ... > :rtype: str or None > > """ > cdef const_

[E-devel] Building python-efl

2013-04-25 Thread Massimo Maiurana
I was trying to build python-efl and this is what I get: === Error compiling Cython file: ... :rtype: str or None """ cdef const_char *cmd = ecore_exe_cmd_get(self.exe)