Hello. On Fri, 2014-01-24 at 09:49, Sebastian Dransfeld wrote: > This can't be right. efl_version is the required efl version to build > elementary, but it doesn't have to be the same as elementary version.
It might have worked because both are at 1.8.99 here. Still it is wrong. If I understand the problem correctly the right fix would be to remove the [dev] part from EFL_VERSION as we want to check for 1.8.99 or higher and not the git version (which would be the counted number of commits here) regards Stefan Schmidt > S. > > On 01/24/2014 03:09 AM, ChunEon Park wrote: > > hermet pushed a commit to branch master. > > > > http://git.enlightenment.org/core/elementary.git/commit/?id=a1ee947fa61e8cdb36b909dd0fd330ff72661f04 > > > > commit a1ee947fa61e8cdb36b909dd0fd330ff72661f04 > > Author: ChunEon Park <[email protected]> > > Date: Fri Jan 24 11:07:58 2014 +0900 > > > > elementary - fix the build break. > > > > caused by commit 9aa68bca91678dcd83de3e35be1a7121094d6ef7. > > > > fix please cedric if this is wrong. > > --- > > configure.ac | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/configure.ac b/configure.ac > > index 4f5215d..e7e6180 100644 > > --- a/configure.ac > > +++ b/configure.ac > > @@ -1,5 +1,5 @@ > > EFL_VERSION([1], [8], [99], [dev]) > > -AC_INIT([elementary], [v_ver], [[email protected]]) > > +AC_INIT([elementary], [efl_version], > > [[email protected]]) > > > > AC_PREREQ(2.60) > > AC_CONFIG_SRCDIR([configure.ac]) > > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
