-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] boost/1.74.0: Boost.Locale failed to find iconv (Android) #7114
Comments
I have always turned off the three below, maybe it's an option for you too. boost:without_locale = True |
Thank you @dmn-star , You are right, without_locale and without_log turned to True do the job, but i need the boost logs (and logs are required if without_local is set to True). |
checking the config.log I see the error:
perhaps, android's libc (bionic) doesn't provide iconv interface? let's check, and if so, for Android we should use libiconv as a default backend (instead of libc iconv). |
found answer: android/ndk#702 |
Thank you for pointing out the problem and fixing it. |
How to fix this issue in Linux? ======== Installing packages ======== -------- Installing package boost/1.71.0 (6 of 6) --------
boost/1.71.0: ERROR: Recipe 'boost/1.71.0' cannot build its binary ERROR: boost/1.71.0: Error in build() method, line 887 |
Package and Environment Details
Conan profile
Steps to reproduce
conan install boost/1.74.0@ --build=missing --update -pr:b=build -pr:h=host
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: