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
Please include the following in your bug report:
Version of emscripten/emsdk: Please include the output emcc -v here
emcc -v
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.45 (ef3e4e3b044de98e1811546e0bc605c65d3412f4) clang version 18.0.0 (https://github.com/llvm/llvm-project d1e685df45dc5944b43d2547d0138cd4a3ee4efe) Target: wasm32-unknown-emscripten
Failing command line in full: If this is compile or link-time failure please include the full failing command along with its entire output.
fatal error: 'unicode/ustream.h' file not found #include "unicode/ustream.h" ^~~~~~~~~~~~~~~~~~~ 1 error generated.
compile with -sUSE_ICU=1
-sUSE_ICU=1
Reason unicode/ustream.h is from icu io, but not build
unicode/ustream.h
only icu common, stubdata, i18n build
emscripten/tools/ports/icu.py
Line 14 in 0566a76
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Please include the following in your bug report:
Version of emscripten/emsdk:
Please include the output
emcc -v
hereFailing command line in full:
If this is compile or link-time failure please include the full failing command
along with its entire output.
compile with
-sUSE_ICU=1
Reason
unicode/ustream.h
is from icu io, but not buildonly icu common, stubdata, i18n build
emscripten/tools/ports/icu.py
Line 14 in 0566a76
The text was updated successfully, but these errors were encountered: