Hi,

        I am not able to compile on my computer the fb engine without the 
attached 
patch (PAGE_MASK wasn't defined). Don't know if it is correct on all possible 
platform, but work with glibc and uclibc 0.9.28.

        Cedric
diff -Nru -x '*~' -x 'config.*' -x configure -x '.#*' -x Entries -x Makefile -x evas-config -x changelog -x Doxyfile -x libtool -x 'evas.*' -x '*.Po' -x Makefile.in -x '*.Plo' e17-main/libs/evas/src/modules/engines/fb/evas_fb_main.c e17-dev/libs/evas/src/modules/engines/fb/evas_fb_main.c
--- e17-main/libs/evas/src/modules/engines/fb/evas_fb_main.c	2006-01-14 13:13:37.000000000 +0100
+++ e17-dev/libs/evas/src/modules/engines/fb/evas_fb_main.c	2006-08-11 23:29:48.000000000 +0200
@@ -12,7 +12,7 @@
 #include <sys/wait.h>
 #include <linux/kd.h>
 #include <linux/vt.h>
-#include <asm/page.h>
+#include <sys/user.h>
 
 #define FB_ACTIVE    0
 #define FB_REL_REQ   1
-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to