c++ - Boost.Regex with icu/unicode support -


how build boost.regex icu/ unicode support? compiler gcc, , ide eclipse c++. how configure binary files eclipse? tried "bjam --shave_icu=1 toolset=gcc". did not work. when check if icu support enable "bjam -has_icu", still "has icu builds : no".

i build boost against icu using -sicu_path=<icuroot> , -sicu_link="-l<iculibdir>".

i've seen boost fail detect icu well, , have needed patch file has_icu_test.cpp (simply return 0 it's main() function). work if know else set properly.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -