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

ICU usage is outdated #4

Open
goodmami opened this issue Sep 20, 2022 · 0 comments
Open

ICU usage is outdated #4

goodmami opened this issue Sep 20, 2022 · 0 comments
Labels
maintenance Improving code quality, build instructions, etc.

Comments

@goodmami
Copy link
Member

On a modern system (in my case, Manjaro Linux as of September 2022), the ./configure command fails with the following message:

checking ICU library usability... no
configure: error: required ICU library are missing

This can be bypassed by using the following instead:

CXXFLAGS="-DU_USING_ICU_NAMESPACE=1"` ./configure

It seems there could be a change in the code or possibly the m4 macros to fix the issue more permanently: https://unicode-org.github.io/icu/userguide/icu4c/build.html#recommended-build-options

@goodmami goodmami added the maintenance Improving code quality, build instructions, etc. label Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Improving code quality, build instructions, etc.
Projects
None yet
Development

No branches or pull requests

1 participant