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

compile MacOS #2

Open
arademaker opened this issue Aug 9, 2022 · 2 comments
Open

compile MacOS #2

arademaker opened this issue Aug 9, 2022 · 2 comments

Comments

@arademaker
Copy link
Member

I installed icu4c using brew

$ brew install icu4c
...

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...

$ ./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
@arademaker
Copy link
Member Author

I found those lines suspicious

https://gist.github.com/arademaker/4def9b78035e9e978378383bd099ec65#file-config-log-L377-L382

Maybe someone knows how to deal with that?

@goodmami
Copy link
Member

@arademaker see #4. Does that workaround solve your issue? It's only a temporary fix, though.

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

No branches or pull requests

2 participants