$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Unicode/ICU support for Boost.Regex?... not found
From: Ben Pope (benpope81_at_[hidden])
Date: 2016-01-05 06:05:36
On Tuesday, January 05, 2016 09:21 AM, Juan Dent wrote:
> Hi,
>
> Just trying to build libraries and got the above message. How can I have the support for Boost.Regex?
If you need ICU support for regex:
http://www.boost.org/doc/libs/1_60_0/libs/regex/doc/html/boost_regex/install.html
However, regex is functional without the ICU support.
Ben