Re: [Boost-bugs] [Boost C++ Libraries] #4864: Support for 64-bit ICU

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4864: Support for 64-bit ICU
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-11 18:16:43


#4864: Support for 64-bit ICU
-------------------------------+--------------------------------------------
  Reporter: dave | Owner: vladimir_prus
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: build
   Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Changes (by dtrebbien@…):

 * cc: dtrebbien@… (added)

Comment:

 I just discovered this ticket. Using Microsoft Visual C++ 10.0, I was able
 to build Boost.Regex (Boost 1.46.1) with ICU 4.6.1 support by modifying
 the `has_icu.exe.rsp` file and re-running the `link` command.

 The contents of the `has_icu.exe.rsp` file were originally:

 {{{

 "bin.v2\libs\regex\build\msvc-10.0\debug\address-model-64\architecture-x86
 \threading-multi\has_icu_test.obj"
 "icudt.lib"
 "icuind.lib"
 "icuucd.lib"
 }}}

 Notice the trailing "d" on the last two library names. By removing those
 two "d"s and re-running the `link` command, I was able to build
 `has_icu.exe`.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4864#comment:29>
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:06 UTC