-
Notifications
You must be signed in to change notification settings - Fork 573
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
Error building CLI Target using Emscripten compiler. #3836
Comments
An alternative solution. Change value of & make install EXE_LINK_CMD="/home/x/.emsdk/upstream/emscripten/em++" |
Can you try the following patch?
|
randombit
added a commit
that referenced
this issue
Dec 22, 2023
This allows overriding the path to emscripten using CXX and having it work consistently. GH #3836
I believe this is addressed now on master (and will be thus fixed in upcoming 3.3) using the patch above. Please reopen this issue if this patch does not resolve the issue. |
Yes. I tried this patch. Generated makefile
No issues on install target. Thanks Jack. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configure command in powershell
prompt> & "/home/x/.emsdk/upstream/emscripten/emconfigure" python "$BOTAN_UNZIPPED_DIR/configure.py" $options $BotanOptions
Generated Makefile
libs target
prompt> make libs
All ok.
cli target
Fix Sugestion
Reuse CXX variable in Makefile. When run configure.py.
Change from "EXE_LINK_CMD"
To "CXX"
or change value in "EXE_LINK_CMD" to "CXX"
The text was updated successfully, but these errors were encountered: