>
> Yes I have the same issue but it has never been a problem to me, I do not know what it means:
> Building Boost.Regex with the optional Unicode/ICU support disabled
>

Oh, that is a different problem than mine.
It means that you don't have ICU libraries (or it can't detect them).
The only effect is that you cannot use unicode in regular expressions.
You just have to install ICU (libicu and libicu-devel) libraries and it'll detect them automatically.
For me, it just complains it cannot find the shared libraries, probably
because it searches in /usr/lib and not /usr/lib64, but I don't know if
that is a problem.
Cheers,

Juan