Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-01-30 11:08:54


>maybe you could post some instructions on the boost.testing list about how
>to avoid the warning below. Is it caused by recent changes?
>
>******************************************************
>
>Building Boost.Regex with Unicode/ICU support disabled.
>HINT: define the environment variable ICU_PATH to point to the
>root directy of your ICU installation if you have one.
>Couldn't find utypes.h in
>
>******************************************************
>

Regex can now optionally support Unicode aware regular expression if ICU is
present on the system (hence the warning), however if you choose to enable
ICU support when running the tests (by defining ICU_PATH to point to the
directory --prefex where you installed ICU), then be aware that you will
need a separate ICU install for each tested compiler. Otherwise just ignore
the message.

Hope this helps,

John.


Boost-testing list run by mbergal at meta-comm.com