$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-22 10:56:28
Hi,
recently, whenever I run "bjam", I get this:
******************************************************
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
******************************************************
Now, I don't have ICU installed, and don't want to install. How do I disable
the above warning?
In general, we need some consistent policy about warning messages emitted by
Boost.Build and Jamfiles. I'd favour either one-line warnings, or no warnings
at all, because I don't see any obvious way to disable the warnings.
Comments?
- Volodya