Hello, I'm new to Emscripten and I'd like to use Eclipse (on Linux) to compile my Ogre projects with Emscripten.
Here is how I set up Eclipse: In properties -> C++ Build -> Settings -> GCC C++ Compiler: I replaced g++ by em++ Same thing for the GCC C++ Linker - First I made a "hello world" test and it works fine. - Compiling my Ogre project with g++ in Eclipse works fine too. - Compiling with em++ fails, unable to find an include file (/usr/local/include/OGRE/OgreIteratorRange.h:48:13: fatal error: 'boost/range.hpp' file not found). I can post more details if needed to help me solve my issue. Can someone help me setting up Eclipse to work with emscripten? Thank you. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
