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
On a modern system (in my case, Manjaro Linux as of September 2022), the ./configure command fails with the following message:
./configure
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a modern system (in my case, Manjaro Linux as of September 2022), the
./configure
command fails with the following message:This can be bypassed by using the following instead:
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
The text was updated successfully, but these errors were encountered: