Hello. On 16/07/15 10:31, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=60b473d949c2582695a0ed7e67dc2e2c32eeee1b > > commit 60b473d949c2582695a0ed7e67dc2e2c32eeee1b > Author: Tom Hacohen <t...@stosb.com> > Date: Thu Jul 16 09:27:40 2015 +0100 > > Eolian: fix eolian helper for windows. > > Based on an Elementary patch by Vincent Torri. > > @fix > --- > src/Makefile_Eolian_Helper.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/Makefile_Eolian_Helper.am b/src/Makefile_Eolian_Helper.am > index 34ea60f..b46ef02 100644 > --- a/src/Makefile_Eolian_Helper.am > +++ b/src/Makefile_Eolian_Helper.am > @@ -1,6 +1,6 @@ > if HAVE_EOLIAN_GEN > -EOLIAN_GEN = @eolian_gen@ > -_EOLIAN_GEN_DEP = @eolian_gen@ > +EOLIAN_GEN = @eolian_gen@${EXEEXT} > +_EOLIAN_GEN_DEP = @eolian_gen@${EXEEXT} > else > EOLIAN_GEN = EFL_RUN_IN_TREE=1 > $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT} > _EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT} >
This breaks it for our mingw setup which does cross-compile by using the native linux eolian_gen. It silently does not compile eo_base.eo.c and fails with it missing afterwards. https://build.enlightenment.org/job/changely_efl_mingw_x86_64/2115/console *05:29:28* Making all in src *05:29:28* make[2]: *** No rule to make target 'lib/eo/eo_base.eo.c', needed by 'all'. Stop. *05:29:28* Makefile:2460: recipe for target 'all-recursive' failed Reverting it in a dev branch and let jenkins builds this branch for the mingw job gets passed this issue. (Still failing elsewhere) regards Stefan Schmidt ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel