Phuah Yee Keat wrote:
The problem is not on autoconf, its with the configure script, and because Trustix does not have this (I think, removed this link on my slackware to test your problem)

https://bugs.trustix.org/show_bug.cgi?id=76

lrwxrwxrwx 1 root root 22 2005-03-24 23:28 /usr/include/X11 -> /usr/X11R6/include/X11

--- configure.in.org    2005-11-10 14:53:14.000000000 +0800
+++ configure.in        2005-11-10 14:54:39.000000000 +0800
@@ -128,6 +128,8 @@
 have_evas_software_x11="no";
 ENGINE_SOFTWARE_X11_PRG="";
 ## Automatic check...
+AC_PATH_XTRA
+CFLAGS="$CFLAGS -I$ac_x_includes"
 AC_CHECK_HEADER(X11/X.h,
   [ have_evas_software_x11="yes" ],
   [ have_evas_software_x11="no" ]

this reaks major havoc...

checking linux/fb.h usability... no
checking linux/fb.h presence... yes
configure: WARNING: linux/fb.h: present but cannot be compiled
configure: WARNING: linux/fb.h:     check for missing prerequisite headers?
configure: WARNING: linux/fb.h: see the Autoconf documentation
configure: WARNING: linux/fb.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/fb.h: proceeding with the preprocessor's result
configure: WARNING: linux/fb.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##

checking png.h usability... no
checking png.h presence... yes
configure: WARNING: png.h: present but cannot be compiled
configure: WARNING: png.h:     check for missing prerequisite headers?
configure: WARNING: png.h: see the Autoconf documentation
configure: WARNING: png.h:     section "Present But Cannot Be Compiled"
configure: WARNING: png.h: proceeding with the preprocessor's result
configure: WARNING: png.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##

and it doesn't even make configure find X.h...

checking for IceConnectionNumber in -lICE... yes
checking X11/X.h usability... no
checking X11/X.h presence... no
checking for X11/X.h... no
checking whether software x11 backend is to be built... no

Cheers,
--
Morten


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