Boost logo

Boost Users :

Subject: Re: [Boost-users] RE Building boost libraries for x86_64 platform
From: Juan Antonio Farré Basurte (jafb_at_[hidden])
Date: 2009-04-02 11:45:00


>
> 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



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net