On Wed, Oct 24, 2012 at 6:46 PM, Raphael Kubo da Costa
<[email protected]> wrote:
> "Enlightenment SVN" <[email protected]> writes:
>
>> Modified: trunk/edje/src/bin/edje_cc_parse.c
>> ===================================================================
>> --- trunk/edje/src/bin/edje_cc_parse.c        2012-10-24 17:20:38 UTC (rev 
>> 78407)
>> +++ trunk/edje/src/bin/edje_cc_parse.c        2012-10-24 19:04:01 UTC (rev 
>> 78408)
>> @@ -787,6 +787,10 @@
>>     else *p = 0;
>>     snprintf(tmpn, PATH_MAX, "%s/edje_cc.edc-tmp-XXXXXX", tmp_dir);
>>     fd = mkstemp(tmpn);
>> +   if (fd < 0)
>> +     error_and_abort(ef, "Unable to open temp file \"%s\" for 
>> pre-processor.",
>> +                     sc->tmpn);
>> +
>>     if (fd >= 0)
>>       {
>>       int ret;
>
> edje_cc_parse.c: In function ‘compile’:
> edje_cc_parse.c:791:22: error: ‘ef’ undeclared (first use in this
> function)
> edje_cc_parse.c:791:22: note: each undeclared identifier is reported
> only once for each function it appears in
> edje_cc_parse.c:792:22: error: ‘sc’ undeclared (first use in this function)

no "eo" here so I can't compile... be my guest to fix these things ;-)

hopefully it's fixed in svn now


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to