$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-05-24 00:05:24
> 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
> ******************************************************
>
> locate utypes.h
> /usr/include/schily/utypes.h
>
> Is this what it wants? How to I use it?
See:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/boost/boost/libs/regex/doc/install.html?rev=1.9
Note that there is no requirement to enable ICU/Unicode support (I should
make that fact clearer), and if you don't know what ICU is, then the answer
to your question is almost certainly to do nothing ;-)
John.