-
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/all: Compile locale, regex using ICU #1270
Labels
enhancement
New feature or request
Comments
Having a look to the ouptu in the
The Looking for this error on Internet there are many people talking about a |
Ok, ICU requires C++11... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package and Environment Details (include every applicable attribute)
Hi, I'm trying to compile Boost (locale, regex) using ICU instead of ICONV (right now testing locally in Macos). I've found several links on internet where it looks like it is enough to add a
-sICU_PATH
to theb2
command line, but I cannot make it work. Ideas? Anyone can help me?So far this is the patch I'm working with (I will improve it to let the user switch between iconv and icu):
But running this recipe, this is the output:
Relevant bits:
Maybe if I use the
user-config.jam
?🆘
The text was updated successfully, but these errors were encountered: