[Boost-bugs] [Boost C++ Libraries] #13534: icu support windows7 x64 failed

Subject: [Boost-bugs] [Boost C++ Libraries] #13534: icu support windows7 x64 failed
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-04-20 21:44:14


#13534: icu support windows7 x64 failed
------------------------------+--------------------------
 Reporter: stoneGuard | Owner: John Maddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
  Version: Boost 1.67.0 | Severity: Problem
 Keywords: icu windows7 x64 |
------------------------------+--------------------------
 I'm trying to build any boost x64 version with icu support, but have't
 reached success. Built both version of icu 32 and 64 bit.
 I tried following steps:
 in order to find icu dlls I set
 0. set PATH=c:/icu/bin64;c:/icu/bin;%PATH%
 1. bjam adress-model=64 sICU_PATH=c:/icu --toolset=msvc-14.0 ; got
 - has_icu builds : no
 - icu(64) : yes
 What should I think of it? By checking resulting libraries, I realized
 that support wasn't enabled.

 result: icu support DISABLED

 2.bjam adress-model=32 sICU_PATH=c:/icu --toolset=msvc-14.0 ; got
 - has_icu builds : yes
 - icu(64) : yes
 By checking resulting libraries, I found that support was enabled.

 result: icu support ENABLED

 any ideas?

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13534>
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 : 2018-04-20 21:50:39 UTC