[E-devel] ecore_evas build failure

2011-03-24 Thread François Manchon
Building the latest SVN (58072):

CC ecore_evas.lo
In file included from ecore_evas.c:17:
ecore_evas_private.h:56: fatal error: Evas_Engine_Software_16_X11.h: No such 
file or directory


Any idea?

François


--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
>try same trick with PYTHONPATH before running editje :)
>And don't forget to set LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH 
>before editje invocation too

Sure Danny, this is required but not quite enough.  I finally managed to start 
editje after the following trick:

cd /usr/local/lib 
ln -s libevas-ver-pre-svn-07.so.0.9.9 libevas.so.1 
ln -s libeina-ver-pre-svn-07.so.0.9.9 libeina.so.1

I think there is something *really* wrong in the editje config/build/install 
process.  Or maybe it is in python or in cython, or in Pyrex, or the EFL, or 
whatever. No time to sort it out. I just hope editje will be stable despite my 
ugly hacks.

Many thanks again for your support :-)

François

 

--
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


Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
Hi Danny,

 

Many thanks for your suggestion.  I did this:



sudo ln –s /usr/local/include/python2.6/evas /usr/include/python2.6 

export pp=$PYTHONPATH:/usr/local/lib/python2.6/site-packages

sudo PYTHONPATH=$pp ./build-all.sh --prefix=/usr/local

 

Now the build process completes successfully for all python-e* modules :-)

 

When I try to run the editje-bin I get the following error:

 

  ImportError: libevas.so.1: cannot open shared object file: No such file 
or directory

 

I have /usr/local/lib/libevas.so installed and other evas applications work 
fine, so I am stuck again :-(

 

Any idea what’s wrong?

 

Sincerely,

 

François

 

 

 

De : Иван Сусанин [mailto:susa...@gmail.com] 
Envoyé : Thursday, January 27, 2011 10:42
À : fmanc...@web2tel.net
Cc : Daniel Juyung Seo; enlightenment-devel@lists.sourceforge.net
Objet : Re: [E-devel] editje installation

 

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