$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] error: unicode/uversion.h: No such file buildingBoost 1.44.0
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-09-28 04:18:59
> No, the regex lib does not go on to build.
Are you sure? What are the error messages?
> The compiler error:
> libs/regex/build/has_icu_test.cpp:12:30: error: unicode/uversion.h: No
> such
> file or directory
> is from trying to compile has_icu_test.cpp with my cross-compiler tools
> which do not have the icu libraries and header files installed.
> So it can not find unicode/uversion.h.
>
> Why is it trying to compile has_icu_test.cpp when has_icu builds = no, as
> shown below in my output?
Compiling has_icu_test.cpp is the test that's carried out when performing
the configuration checks - those errors should be directed to file and not
console - that's the bug that's being investigated.
John.