|
From: Jani H. L. <jan...@no...> - 2005-09-28 11:20:55
|
I tried to compile the snapshots in http://enlightenment.freedesktop.org. After getting esmart-0.9.0.004 installed, I compiled emotion-0.0.1.004 with a few added #include<stdio.h> directives, but compilation of enlightenment-0.16.999.015 fails with: make[4]: Entering directory `/usr/local/src/enlightenment-0.16.999.015/data/themes' /usr/local/bin/edje_cc -v -id ../../data/themes/images -fd ../../data/fonts -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC \ ../../data/themes/default.edc \ ../../data/themes/default.edj /usr/local/bin/edje_cc: Warning. Cannot open file '../../data/themes/default_entry.edc' make[4]: *** [default.edj] Error 255 make[4]: Leaving directory `/usr/local/src/enlightenment-0.16.999.015/data/themes' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/enlightenment-0.16.999.015/data/themes' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/enlightenment-0.16.999.015/data' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/enlightenment-0.16.999.015' make: *** [all-recursive-am] Error 2 Compilation exited abnormally with code 2 at Wed Sep 28 13:50:31 There is indeed no file default_entry.edc anywhere. Jani |