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
icu 59.1 can't be built on recent linux, this is trivial to fix by overriding with 62.1, but still nice to have fixed boost_locale recipe
boost_locale tries to access boost_thread when using icu. this can be fixed by removing "thread", from source_only_deps and adding "boost_thread/1.67.0@bincrafters/testing", to requires. though you probably want to make it conditional on use_icu
The text was updated successfully, but these errors were encountered:
Description of Problem, Request, or Question
boost_locale fails build with use_icu=True
Package Details (Include if Applicable)
Steps to reproduce (Include if Applicable)
conan install -o use_icu=True boost_locale/1.67.0@bincrafters/testing --build missing
the issue is two-fold:
"thread",
fromsource_only_deps
and adding"boost_thread/1.67.0@bincrafters/testing",
torequires
. though you probably want to make it conditional onuse_icu
The text was updated successfully, but these errors were encountered: