--- [EMAIL PROTECTED] wrote:
> 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

I'm not sure what's wrong, but if you have gentoo you can emerge the
tarballs from portage and that will work. It's not a bugfix, but I assume
you're not a developper (I'm probably wrong since you've tracked the
errors in the code), and I further assume you only want to use the
programs. So, if you don't use gentoo I'd be happy to download the
tarballs and post them on my website for you temporarily. I know the
portage tarballs compile cleanly, at least so far, and that includes
entrance and entice.
Another solution would be to go in #e and find out if someone has a more
complete answer to your question.

Cheers
John

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



        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
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_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to