On Sat, Jan 31, 2009 at 8:17 PM, Leonti Bielski <prishe...@gmail.com> wrote:
> Hello!
> I'm trying to compile python bindings from svn but can't quite make it :)
>
> What I get after running: 'sudo ./build-all.sh /usr'
>
> http://pastebin.com/m34be6b48
>
> As far as I understand cython is supposed to conver *.pyx files to *.c
> files. But for some reason is not doing it.
> Has anyone dealt with similar or the same problem? What might be the problem?

Short: you need Pyrex as well.
Long: Cython is a Pyrex fork. Python's distutils/setuptools
(build/install system) has hardcoded support for Pyrex and if it's not
available it will try to use already existent .c files going straight
to compiler, as your log says.

This is nasty I know, but I can't do anything about that. Possible add
a check and warning myself :-(

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to