-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten errors on installing #17
Comments
This is probably because it's using a clang++ version already on your system. I had to change the LLVM path in ~/.emscripten to: |
The homebrew install fails to compile make xwsolve.js for me for lack of Asyncify support:
The upstream Emscripten build also fails to compile with:
|
I had your second error (and I'm not on a mac), but fixed it by installing an older version of Emscripten (sdk-1.37.20-64bit, the most recent version at this project's last commit). Building from the source I did
|
That worked well, thanks @lothan |
This version no longer seems to be available. Attempted to
|
Running into this same error. Find any fixes, @dalanmiller ? |
I'm also running into this same error as @lothan but any SDK previous to 1.39.1 is not installable for me. I tried the sdk's @dalanmiller mentioned but getting the same erros he posted. Anyone have any idea how to move forward? |
Following the readme, I did
brew install emscripten
. When it was complete, I tried themake xwsolve.js
and receive the following:The text was updated successfully, but these errors were encountered: