We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get an error when trying to compile the latest commit on Master (119049b) from source.
For reference, here is the output of emcc -v on my machine
emcc -v
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 1.35.0 clang version 3.7.0 (https://github.com/kripken/emscripten-fastcomp-clang dbe68fecd03d6f646bd075963c3cc0e7130e5767) (https://github.com/kripken/emscripten-fastcomp 4e83be90903250ec5142edc57971ed4c633c5e25) Target: x86_64-apple-darwin15.0.0 Thread model: posix INFO:root:(Emscripten: Running sanity checks)
The output from the build is quite large so I've posted it into a Gist here.
(Perhaps I shouldn't be using latest commit on Master?)
The text was updated successfully, but these errors were encountered:
Just to add some more information: I am able to successfully build release v1.3.0. So the problem is introduced somewhere in latest 2x commits.
Sorry, something went wrong.
In general, master should build with the latest Emscripten SDK.
No branches or pull requests
I get an error when trying to compile the latest commit on Master (119049b) from source.
For reference, here is the output of
emcc -v
on my machineThe output from the build is quite large so I've posted it into a Gist here.
(Perhaps I shouldn't be using latest commit on Master?)
The text was updated successfully, but these errors were encountered: