On 17 March 2016 at 14:22, Floh <[email protected]> wrote:
> Does it all work natively without the emscripten toolchain?

Yes it works.
If I run,

cmake -DCMAKE_TOOLCHAIN_FILE=
~/Documents/emsdk_portable/emscripten/master/cmake/Modules/Platform/Emscripten.cmake
-G "Unix Makefiles" -DBOOST_ROOT=/home/scott/boost_1_60_0/ ..

or

cmake -DBOOST_ROOT=/home/scott/boost_1_60_0/ ..

and then do 'make', then it works as expected without any warnings..

> 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?

-- 
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.

Reply via email to