-
Notifications
You must be signed in to change notification settings - Fork 103
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
./bin/build-emcpp.sh fail with : :ERROR: Targeting asm.js with --separate-asm and -s MODULARIZE=1 requires specifying the target variable name #96
Comments
I ended to pass through this error by adding an extra flag like :
|
What version of emscripten are you using? What version did they add SEPARATE_ASM_MODULE_NAME? Your build log indicates some irregularities as well, but none of them seem overtly impactful, though they could be another good starting place to look. |
The error message mention emscripten-core/emscripten#7949 what version is known to successfully build the repo ? |
It works until |
Awesome ! |
Same issue. Removing the line from cmake makes it compile: mymonero-core-js/CMakeLists.txt Line 166 in 2d072e0
|
@moneroexamples what version of emscripten you have? I've tested it with latest and works perfectly |
|
It works on my end, did you tried on a clean environment? Maybe some cache issue? |
@italocoin-project |
This fix is needed for newest emsdk. From emscripten 1.38.30 above, you need this fix |
Just upgraded to |
The text was updated successfully, but these errors were encountered: