On Fri, Jan 4, 2013 at 8:36 AM, Enlightenment SVN < [email protected]> wrote:
> Log: > efl: draah, edje example don't follow the rest of efl example. so shut it > down. > It's the same way, examples themselves are just built with "make examples", however the edje files are always built and I'm not sure how to make this lazy/delayed. However I tried to make this work with EFL_RUN_IN_TREE=1, looks it was fixed with edje/embryo_cc. But I run with install (packages) to /usr and can't test. I see that Sebastian complained about Ecore_Evas modules looking into wrong place. Is that the problem? I believe if we add uniform environment variable EFL_RUN_IN_TREE=1 to all libraries it will work. Then we're just left with cross compiles, but AFAIU the one issuing the make command can override it as below: Cross Compile to ARM: make EDJE_CC=/path/to/somewhere/x86-edje_cc EDJE_CODEGEN=/path/to/somewhere/x86-edje_codegen This would automatically get rid of the EFL_RUN_IN_TREE as it's in the EDJE_CC/EDJE_CODEGEN default variables. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
