On Fri, 4 Jan 2013 10:48:19 -0200 Gustavo Sverzut Barbieri <[email protected]> said:
> 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. run in tree is not going to work sensibly without a lot of work peppered through every place that loads data files and/or modules, binary tools etc. it should be solved by breaking the build into 2 stages - build the libs and tools needed to buld later things, do a make install inot a tmp "bootstrap" dir and then run/use the libs AND tools that are in THAt bootstrap dir. :) > 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 > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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
