Hi Tomaz.
>
> I have just set this page with the steps required to build the basics
> of Enlightenment Foundation Libraries. For the ones who will try it,
> please report if the howto is ok or if you get stucked in any part
> that is not well described.
Thanks for the howto. I've managed to get to the last part, but now
I'm stuck with an error when building python-ecore:
[ademar@localhost python-ecore]$ ./build.sh /usr
running build_ext
cythoning ecore/ecore.c_ecore.pyx to ecore/ecore.c_ecore.c
Error converting Pyrex file to C:
------------------------------------------------------------
...
^
------------------------------------------------------------
/home/ademar/documents/projects/python-efl/python-ecore/ecore/ecore.c_ecore.pyx:1:8:
'evas.python.pxd' not found
building 'ecore.c_ecore' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
-fexceptions -fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -g -fPIC -I/usr/local/include -Iinclude
-I///usr/include/python2.5 -I/usr/include/python2.5 -c
ecore/ecore.c_ecore.c -o
build/temp.linux-i686-2.5/ecore/ecore.c_ecore.o
ecore/ecore.c_ecore.c:1:2: error: #error Do not use this file, it is
the result of a failed Pyrex compilation.
error: command 'gcc' failed with exit status 1
[ademar@localhost python-ecore]$
Any ideas?
Thanks,
- Ademar
--
Ademar de Souza Reis Jr. <ade...@ademar.org>
http://www.ademar.org/
http://blog.ademar.org/
^[:wq!
On Jan 21, 2008 12:55 AM, Tomaz Noleto <tno...@gmail.com> wrote:
>
> Hi guys,
Hi Tomaz.Thanks for the howto. I've managed to get to the last part, but now
>
> I have just set this page with the steps required to build the basics
> of Enlightenment Foundation Libraries. For the ones who will try it,
> please report if the howto is ok or if you get stucked in any part
> that is not well described.
I'm stuck with an error when building python-ecore:
[ademar@localhost python-ecore]$ ./build.sh /usr
running build_ext
cythoning ecore/ecore.c_ecore.pyx to ecore/ecore.c_ecore.c
Error converting Pyrex file to C:
------------------------------------------------------------
...
^
------------------------------------------------------------
/home/ademar/documents/projects/python-efl/python-ecore/ecore/ecore.c_ecore.pyx:1:8:
'evas.python.pxd' not found
building 'ecore.c_ecore' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
-fexceptions -fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -g -fPIC -I/usr/local/include -Iinclude
-I///usr/include/python2.5 -I/usr/include/python2.5 -c
ecore/ecore.c_ecore.c -o
build/temp.linux-i686-2.5/ecore/ecore.c_ecore.o
ecore/ecore.c_ecore.c:1:2: error: #error Do not use this file, it is
the result of a failed Pyrex compilation.
error: command 'gcc' failed with exit status 1
[ademar@localhost python-ecore]$
Any ideas?
Thanks,
- Ademar
--
Ademar de Souza Reis Jr. < ade...@ademar.org>
http://www.ademar.org/
http://blog.ademar.org/
^[:wq!
Oh, sorry for that. I forgot to mention I tried running it as root as
well. Same error.
>
> Anyway, there is a README file in python-ecore that points this exact error
> in the troubleshooting section. It might help you.
Apparently the problem is that the clean target doesn't remove
ecore/ecore.c_ecore.c. I don't remember the details, but I think I run
build.sh using sudo and the compilation broke somewhere. Then I tried
to rebuild it and was always getting this same error. Today I tried a
fresh git-clone and everything went fine, both as standard user (it
failed on the install part, as expected) and as root... :-)
Thanks for your help anyway. :-)