Hi, my last piece of puzzle is boost::python library, I tried to compile it using Emscripten under Linux, but it showed a bunch of error messages:
In file included from libs/python/src/dict.cpp:4: In file included from ./boost/python/dict.hpp:8: In file included from ./boost/python/detail/prefix.hpp:13: In file included from ./boost/python/detail/wrap_python.hpp:142: In file included from /usr/include/python2.7/Python.h:58: In file included from /usr/include/python2.7/pyport.h:4: /usr/include/python2.7/pyconfig.h:78:3: error: unknown multiarch location for pyconfig.h # error unknown multiarch location for pyconfig.h In file included from libs/python/src/object/life_support.cpp:5: In file included from ./boost/python/object/life_support.hpp:7: In file included from ./boost/python/detail/prefix.hpp:13: In file included from ./boost/python/detail/wrap_python.hpp:142: In file included from /usr/include/python2.7/Python.h:58: /usr/include/python2.7/pyport.h:886:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." I am wondering if anyone has successfully compiled it or any hint on solving these errors? Thanks! -- 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.
