This is my second time today hacking on C++ code, what the fuck. Anyhow, as mentioned in the commit message, eolian cxx should not be generating anything pre-build (i.e no BUILT_SOURCES), but only as part of the build. Please fix that.
-- Tom. On 03/06/14 13:43, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=26ea65b470fee7cba7737940a5d47f2031fe5f75 > > commit 26ea65b470fee7cba7737940a5d47f2031fe5f75 > Author: Tom Hacohen <[email protected]> > Date: Tue Jun 3 13:41:38 2014 +0100 > > Eolian CXX: Remove unneeded Eo.h include. > > Eo.h depends on things that are generated by normal Eolian, and because > Eolian C++ > is generating code pre-build (WHY THE FUCK???), the dependencies are > missing. > > This removes the stupid include, but a more proper fix would be to move > eolian_cxx > to be part of the build process and not pre-build. > --- > src/bin/eolian_cxx/convert.cc | 1 - > src/bin/eolian_cxx/eolian_cxx.cc | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/src/bin/eolian_cxx/convert.cc b/src/bin/eolian_cxx/convert.cc > index 588639e..0b37ba0 100644 > --- a/src/bin/eolian_cxx/convert.cc > +++ b/src/bin/eolian_cxx/convert.cc > @@ -8,7 +8,6 @@ > > #include <Eina.h> > #include <Eina.hh> > -#include <Eo.h> > #include <Eolian.h> > > #include "eo_types.hh" > diff --git a/src/bin/eolian_cxx/eolian_cxx.cc > b/src/bin/eolian_cxx/eolian_cxx.cc > index 024934d..d631fac 100644 > --- a/src/bin/eolian_cxx/eolian_cxx.cc > +++ b/src/bin/eolian_cxx/eolian_cxx.cc > @@ -20,7 +20,6 @@ extern "C" > #endif > > #include <Eina.h> > -#include <Eo.h> > #include <Eolian.h> > } > > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
