You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./configure
...
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking how to run the C preprocessor... clang -E
checking for icu-config... /usr/local/opt/icu4c/bin/icu-config
checking for unicode/unistr.h... yes
checking ICU library usability... no
configure: error: required ICU library are missing
The text was updated successfully, but these errors were encountered:
I installed icu4c using brew
After that, I followed the steps necessary to make the library accessible:
https://stackoverflow.com/questions/52510499/the-following-icu-libraries-were-not-found-i18n-required
But...
The text was updated successfully, but these errors were encountered: