Skip to content
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

fatal error: 'unicode/ustream.h' file not found #20180

Closed
PikachuHy opened this issue Sep 2, 2023 · 0 comments · Fixed by #20181
Closed

fatal error: 'unicode/ustream.h' file not found #20180

PikachuHy opened this issue Sep 2, 2023 · 0 comments · Fixed by #20181

Comments

@PikachuHy
Copy link
Contributor

Please include the following in your bug report:

Version of emscripten/emsdk:
Please include the output emcc -v here

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

Reason
unicode/ustream.h is from icu io, but not build

only icu common, stubdata, i18n build

libname_libicu_common = 'libicu_common'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant