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> } --
