The solution, that so far seems to be working, is to build clang from the 
source, and then simply replace the clang files that came with the SDK with 
the newly compiled ones. I'll outline the steps below, for anyone else who 
might have the same issue:

-Install the SDK, if it isn't already, as described here:
https://github.com/kripken/emscripten/wiki/Emscripten-SDK

-Get and compile clang by following the instructions under the heading 
"Getting Fastcomp" at:
https://github.com/kripken/emscripten/wiki/LLVM-Backend

-Remove the files in the 'clang' directory that came with the SDK.

-Then, copy the contents of 'emscripten-fastcomp/build/Release/bin' from 
the newly compiled clang to the now emptied 'clang' directory in the SDK.

-Perform the steps under the heading "Setting up Emscripten" at:
https://github.com/kripken/emscripten/wiki/Tutorial

-Proceed with the rest of the tutorial and ensure that everything is 
working.

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