Ok, after the helpful suggestions, it built fine for me.
A couple of warnings I noticed from the compiler seemed serious,
so I took a quick look...

        In the "ecore" lib, in the file "ecore_x_netwm.c" -- line 695,

 int *ps, *pd, *pe;

        This should instead read:

 unsigned int *ps, *pd, *pe;

        Also, in "e17", in the file "efm.c" -- line 5178 reads:

   if (!sd) return NULL;

        This should instead read:
   if (!sd) return 0;


   jose.



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