danny napsal(a):
Now once again I would like to apologise to David Stevenson for the
longish post. I do not know what would be important and what not, so I
included the whole "make" output. :-)

And here is what make tries to tell me:

In file included from e_main.c:4:
e.h:48:21: Ecore_X.h: No such file or directory
e.h:56:27: Ecore_X_Atoms.h: No such file or directory
e.h:57:28: Ecore_X_Cursor.h: No such file or directory

I didn't get the original post in the thread due to a temporary malfunction of my mail system, so I reply here..

your problem is quite clear from the above messages.
when you built ecore, it didn't find X11 headers, and thus didn't build the ecore_x bits.

I'm guessing you don't have any symlinks to /usr/X11R6/include/* in /usr/include.

quick fix is to do "ln -s /usr/X11R6/include/*/ /usr/include"
proper fix is to fix ecore (and other libs/apps) autofoo

--
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
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to