Hi, I'm interesting about javascript binding. So, I tried to build efl with '--with-js' option. But I couldn't success it.
I wonder it is my local issue or efl's issue. First, --with-js=nodejs is failed from autoconf. The 'nodejs-dev' package drop nodejs/src/node.h but autoconf's header usability check is failed. (because node.h refer to v8) So, eina_js_node.hh hang to #error block. (every defines are disabled). Second, --with-js=libv8 is also failed from eo_promise. In file included from ../src/bindings/cxx/eo_cxx/Eo.hh:9:0, from bin/efl_js/launcher_main.cc:13: ../src/bindings/cxx/eo_cxx/eo_promise.hh:11:27: fatal error: Ecore_Manual.hh: No such file or directory compilation terminated. I'm finding whether my environment problem or not. Has anyone ever succeeded it in a recent? (I'm trying on Ubuntu 16.04). Jiwon Kim. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel