Subject: [Boost-bugs] [Boost C++ Libraries] #12132: ubuntu 64 bit icu detaction fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-04-16 15:30:04
#12132: ubuntu 64 bit icu detaction fails
-------------------------------+--------------------------------
Reporter: konstantin.kivi@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.60.0
Severity: Problem | Keywords: icu regex boostrap
-------------------------------+--------------------------------
bootstrap.sh code regarding icu presence
looks like this
{{{
$ECHO -n "Unicode/ICU support for Boost.Regex?... "
295 if test "x$flag_icu" != xno; then
296 if test "x$ICU_ROOT" = x; then
297 COMMON_ICU_PATHS="/usr /usr/local /sw"
298 for p in $COMMON_ICU_PATHS; do
299 if test -r $p/include/unicode/utypes.h; then
300 ICU_ROOT=$p
}}}
however on my 64 bit ubuntu 15.10 utypes.h is located here
{{{
konst_at_konst:~/work/DUP/petra-one/boost/boost_1_60_0> locate utypes.h
/usr/include/x86_64-linux-gnu/unicode/utypes.h
}}}
it even doesn't have a form of $p/include/unicode/utypes.h and thus
it is not possible to provide path to icu manually
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12132> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC