-
Notifications
You must be signed in to change notification settings - Fork 114
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
Compile with icu ? #32
Comments
@oraoto can you please share your configs and or other informations? i can't get it work to compile or run the configure part. because it's always say
but I run only your git repo and there is nothing changed yet |
@Dexus Sorry, icu doesn’t compile yet. I should remove --enable-intl in build.sh |
@oraoto okay, i found a way to do it. |
Awesome thanks, running into this as well. |
What version of the emsdk are you using? I noticed it worked fine when using version 1.39.0, but the latest as 3 days ago failed. I saw it had something to do with emar instead of emcc or something? I played with it a little but decide to just use a slightly older version and it worked. |
I use the latest emsdk provided via https://github.com/trzecieu/emscripten-docker (I use the Ubuntu version). my problem is that i don't get the ICU symbols when i compile it at last... I compile all libs (libxml2, libxslt, ICU) myself, and i see that it use the icu 65.1 but it does not get the symbols yet, same as with the default system ICU62.1 that comes with emsdk as port (you need to build you own with the same version to compile it correctly via I will update my fork, tomorrow so you can have a look and maybe you have other ideas. |
Could be php wasm compile with icu for using awesome php intl library in client side ?
The text was updated successfully, but these errors were encountered: