Hi,

actually, to make things simple, i installing whole E family into /opt/e17.
Then all libraries and related stuff going there. Look at this autogen
invocation:

LD_LIBRARY_PATH=/opt/e17/lib:$LD_LIBRARY_PATH \
PYTHONPATH=$PYTHONPATH:/opt/e17/lib/python2.6/site-packages \
PATH=/opt/e17/bin:$PATH \
PKG_CONFIG_PATH=/opt/e17/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH \
./autogen.sh --prefix=/opt/e17

Now, in your situation, find where you installed e17 python* stuff, and set
it in  PYTHONPATH variable before autogen script.

Hope that helps.

Thanks,
Danny

2011/1/27 <fmanc...@web2tel.net>

> Иван Сусанин <susa...@gmail.com> a écrit :
>
>
>  only thing i'm found on my system related to python and "distribute" its
>> python-setuptools,
>> looks like you missing python-setuptools, try to install one :)
>>
>
> Good point Danny!  python-setuptools was missing.  I am now getting further
> into the build process. However, it still fails with lots of error messages.
>  The one copied below happens several times.
>
> Any other suggestion?
>
>        François
>
> ::::::::::::::
> /tmp/python-ecore.err
> ::::::::::::::
> Error converting Pyrex file to C:
> cimport evas.c_evas
>      ^
> include/ecore/evas/c_ecore_evas.pxd:18:8: 'evas.c_evas.pxd' not found
>
>
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to