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
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
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
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
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
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
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
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
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
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
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
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
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_
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)
14 matches
Mail list logo