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
Post a Comment