On Fri, Sep 14, 2012 at 3:38 PM, Flávio Ceolin <[email protected]> wrote: > Hi Vincent, > > On Fri, Sep 14, 2012 at 6:47 AM, Vincent Torri <[email protected]> > wrote: >> hey >> >> 1) codegen still seg fault on windows in edje/src/examples > > Is it the same problem described in the other thread ? If, not could > you send the backtrace please ?
i'll try to give it this evening >> >> 2) if epp or edje need to be recompiled because of new options (like >> epp recently), then edje_cc in examples/ will fail. It has to use the >> local one, imho. With all the problems of cross compilation it will >> imply >> > > In the revision r76360 Barbieri make edje uses the local binaries > instead of using from the system. > Is it what you is talking about ? no. Example : you give another option to epp (which has been recently the case). Edje is modified too. Now you just type make 1) epp is compiled, but not installed. 2) edje_cc is compiled 3) edje_cc (the local one) is called to create the .edj in examples. But edje_cc calls epp with system(), and this epp is the one that has been previously installed, and which does not contain the latest modifications. Hence, boom. Vincent ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
