
26 Aug
2009
26 Aug
'09
5:05 p.m.
Neal Becker wrote:
Presumably simply using:
bjam -sHAVE_ICU=1
ie *without* setting ICU_PATH should just do the right thing without the warnings?
ICU_PATH is there for situations where the ICU library is not already in the compiler's search paths (ie on Windows), and that shouldn't be the case on Linux.
HTH John.
Yes, looks like -sHAVE_ICU=1 works (is this documented?)
It's easy to check in the official docs: http://www.boost.org/doc/libs/1_39_0/libs/regex/doc/html/boost_regex/install... - Volodya