Hello all,

I downloaded yesterday most EFL libraries and some applications from CVS. The libraries compiled fine, but when I tried to compile Entice and Entrance I got the following error:

...
edje_cc: Wrote 1743 bytes ( 2Kb) for "images/42" image entry "border-bevel.png" compress: [raw: 44.4%] [real: -39.8%]
edje_cc: Wrote 11695 bytes ( 11Kb) for "collections/0" collection entry
edje_cc: Wrote 1284 bytes ( 1Kb) for "collections/1" collection entry
edje_cc: Wrote 625 bytes ( 1Kb) for "collections/2" collection entry
embryo_cc: embryo_cc_sc1.c:2227: funcdisplayname: Assertion `tagsym[1] != ((void *)0)' failed.
6
edje_cc: Warning. Compiling script code not clean.
make[3]: *** [default.eet] Fehler 255
make[3]: *** Warte auf noch nicht beendete Prozesse...
...


So, I tried this and that, and found, that I couldn't even compile the example in the embryo/examples directory, i.e.

embryo_cc -oexample.sma example.amx

gave the same error as above. Not even the empty file compiles. Messing around a bit with the embryo_cc sources I tracked down (a possible manifestation of) the problem, which is the parsing of "default.inc". It seems, in embryo_cc_sc1.c funcdisplayname() gets called from operatoradjust() shortly before a "symbol already defined" error. If I got it right, it happens while parsing

native Float:operator*(Float:oper1, Float:oper2) = float_mul;

in the hidden calls section in default.inc. So, after some more tries, with everything from that line on commented out, it compiled the example, but when making Entice for example I get now "tag mismatch" errors. Not that I had hoped much that this obscure "workaround" would actually work... However, I'm at a loss of what to do next.

Anybody has any idea what could be wrong?

Marc


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idG21&alloc_id040&op=click _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to