Just a wild guess since I didn't try to use boost with emscripten, but: The boost cmake files might have some sort of platform detection for boost_thread etc, and may be if it is an unknown platform doesn't include those libs in the build process. I'd start with googling around whether others had similar problems with boost and emscripten (or PNaCl, since it's a fairly similar platform) and if that doesn't help start looking into the boost build system files.
Cheers, -Floh Am Freitag, 18. März 2016 19:14:13 UTC+1 schrieb Gurjot Singh Bhatti: > > On 17 March 2016 at 14:36, Gurjot Singh Bhatti <[email protected] > <javascript:>> wrote: > >> Also, boost_thread and boost_filesystem are warning signs that getting > this > >> stuff to run on emscripten might not be trivial :) > > > > But what is the correct way to link these libs? > > Why boost is not being detected, its headers and lib files are not > found? > > What about the liblog4cxx? > > I'm still stuck on this step. If anyone has any idea about this, kindly > share. > > -- > Gurjot Singh Bhatti > Website: http://bhattigurjot.com > -- 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.
