Mikkel Mastrup Jensen wrote:
It didn't work... I edited the /etc/ld.so.conf and then ran ldconfig, then entered /usr/tmp/e17/e17/apps/e and wrote "export PATH=$PATH:/usr/local/bin", then I redid the ./autogen.sh, ./configure and make, but unfortunately I get exactly the same error, so that wasn't the problem I guess. What else can I do?

Your problem is most frequently caused by X11 headers not being in /usr/include/X11

most programs detect them properly in /usr/X11R6/include, but some of the efl autofoo is a bit broken, and won't find them there.

quick fix: cd /usr/include; ln -s /usr/X11R6/include/* .
proper fix: modify configure.in of ecore and other pieces of software
-- and then recompile everything

--
Cheers,
Morten
:wq


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to