Subject: Re: [boost] [Regex] Building Boost.Regex with ICU
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-09-20 15:52:38


>
> Then something is very wrong somewhere - are you using an up to date bjam
> executable?
>
> John.

Ok, indeed I was using bjam 3.1.16; once I build bjam 3.1.18 from 1.44 it works
and ICU is detected and linked correctly even without explicit HAVE_ICU (and
with it as well)

My bad,

thanks,
  Artyom

P.S.: Maybe it would be useful to make some kind if assert
      if bjam version is too old or unsupported.