Здравствуйте!
OS - Linux debian 2.6.32-5-amd64
boost - boost_1_50_0_beta Пример взят отсюда:
http://www.boost.org/doc/libs/1_49_0/libs/locale/doc/html/bo...
the line:
boundary::ssegment_index index(boundary::word,text.begin(),text.end());
throw exception std::bad_cast
Building boost locale described here:
http://www.boost.org/doc/libs/1_50_0/libs/locale/doc/html/in...
Там написано:
ICU library 3.6 or above is strongly recommended
Затем я установил icu4c-49_1_2
И пытаюсь собрать boost library:
./b2
Building the Boost C++ Libraries.
Performing configuration checks
- iconv (libc) : yes
- icu : no
- icu (lib64) : no
Как же мне добавить icu support to boost library?