Morten Nilsen wrote:
Phuah Yee Keat wrote:
Can you try applying this patch to the configure.in file inside evas and do a autogen.sh and configure again?


.. appears not to have fixed it...

Bah, there's too many AC_CHECK_HEADER(X11/X.h) inside the configure.in, I guess that's where the real problem is, since AC_CHECK_HEADER would not use the x_includes directory found from AC_PATH_XTRA, if you look at your configure output, it actually does located headers in /usr/X11R6/include.

I think all the AC_CHECK_HEADER(X11/X.h) need to be removed, probably replaced with check for X_DISPLAY_MISSING.

Well, this is a sensitive area to touch, since I am not able to test the cases where there is no X (when can this happen? embedded systems?) installed.

Would try to whip out a patch.

Cheers,
Phuah Yee Keat


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to