About two weeks ago I met similar problem.
In my case, it was because of old version eo files in my local machine.
So I removed that from my machine, then build was successful.

  $ cd $INSTALL_PATH
  $ find . -name "*.eo" -exec rm -v {} \;
  $ cd $EFL_GIT
  $ make install
  $ cd $ELEMENTARY_GIT
  $ make

BR,
Gwanglim

------- Original Message -------
Sender : Sebastian Dransfeld<[email protected]> 
Date   : 2014-08-05 18:51 (GMT+09:00)
Title  : [E-devel] failed building elementary

Fresh git pull

ERR<15617>:eo_lexer /opt/e/share/eolian/include/edje-1/edje.eo:183 () 
'(' expected at column 19 near 'char'
              const char *file; /*@ The path to the EDJ file to load @p 
from */
                    ^

ERR<15617>:blackeolian_cxx bin/eolian_cxx/eolian_cxx.cc:218 
database_load() Eolian failed parsing input files
eolian_cxx: bin/eolian_cxx/eolian_cxx.cc:220: void 
eolian_cxx::database_load(const eolian_cxx::options_type&): Assertion 
`false && "Error parsing input files"' failed.
/bin/bash: line 1: 15617 Aborted                 (core dumped) 
/opt/e/bin/eolian_cxx -I/opt/e/share/eolian/include/eo-1 
-I/opt/e/share/eolian/include/evas-1 
-I/opt/e/share/eolian/include/edje-1 
-I/opt/e/share/eolian/include/ecore-1 -I../../src/lib -o 
elm_widget.eo.hh elm_widget.eo

Any ideas?

Sebastian

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to