emscripten-core / emscripten-fastcomp

LLVM plus Emscripten's asm.js backend
Other
182 stars 111 forks source link

Could not verify LLVM version and clang not found #232

Closed YellowLemon571 closed 6 years ago

YellowLemon571 commented 6 years ago

CRITICAL:root:Could not verify LLVM version: [Errno 2] No such file or directory ERROR:root:Emscripten, llvm and clang repo versions do not match, this is dangerous (1.38.12, 1.34.12, 1.34.12) ERROR:root:Make sure to use the same branch in each repo, and to be up-to-date on each. See http://kripken.github.io/emscripten-site/docs/building_from_source/LLVM-Backend.html INFO:root:(Emscripten: Running sanity checks) ERROR:root:Cannot find /home/luke/jsmess/third_party/emscripten-fastcomp/build/Release/bin/clang++, check the paths in ~/.emscripten Trying to build jsmess, and latest version of emscripten-fastcomp doesn't support ./configure. I could guess the version I'm using does not have clang in its build. Any advice?

kripken commented 6 years ago

Something went wrong with the install - I'd try to install from scratch, and see if the emsdk says any errors when installing.

YellowLemon571 commented 6 years ago

Turns out the jsmess repository is now defunt. None of this was necessary. Anyway I reinstalled from scratch, making I had all of the same versions of emscripten, emscripen-fastcomp, and emscripten-fastcomp-clang, and it worked. Thanks for the help!

kripken commented 6 years ago

Cool, glad things worked out!