If you do know where node.js is located in your system, try editing the file ~/.emscripten and add the path to the node.js file in there. That should get rid of the node.js issue. The warning with "did not see a source tree above.." is currently expected in emsdk master and incoming branches, and can be safely ignored - apologies for the false positive noise in that message.
Jukka 2014-10-06 12:29 GMT+03:00 Jack Woolford <[email protected]>: > So I decided to try the emsdk instead (for some reason I didn't use it the > first time) and that doesn't want to work either. This is the current outpu > of ./emcc -v: > > jack@jack-Inspiron-3537 > ~/Desktop/Programming/emsdk_portable/emscripten/master $ ./emcc -v > WARNING root: cannot check node version: [Errno 2] No such file or > directory > WARNING root: did not see a source tree above the LLVM root directory > (guessing based on directory of > /home/jack/Desktop/Programming/emsdk_portable/clang/fastcomp/build_master_64/bin/llc), > could not verify version numbers match > INFO root: (Emscripten: Running sanity checks) > Checking JS engine node failed. Check ~/.emscripten. Details: [Errno 2] No > such file or directory > CRITICAL root: The JavaScript shell used for compiling (node) does not > seem to work, check the paths in ~/.emscripten > > Which is unusual as it is reporting node is missing as I installed Nodejs > as indicated by these instructions: > http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#platform-notes-installation-instructions-portable-sdk > where it mentions: Linux *Pre-built binaries of tools are not available > on Linux. *So once again sort of stumped... > > -- > 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. > -- 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.
