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: 2010-11-20 05:01:29


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

 * cc: ktchan (added)

Comment:

 Nope, it completely broke things now. :D

 Before, x64 actually worked if one renamed the directory from lib64 to
 lib. I had

 {{{
 D:\libs\icu4c-4_4_2\ // x86
 D:\libs\icu4c-4_4_2-x64\ // x64
 }}}

 where both contained a \bin & \lib. i.e. I renamed the bin64 & lib64 and
 everything worked.

 The new Jamfile.v2 causes ICU not to be detected at all, even for x86.


 {{{
 msvc.link bin.v2\libs\regex\build\msvc-10.0\debug\threading-
 multi\has_icu.exe
 LINK : fatal error LNK1181: cannot open input file 'icuucd.lib'

         call "D:\Program Files (x86)\Microsoft Visual Studio
 10.0\VC\vcvarsall.bat" x86 >nul
 link /NOLOGO /INCREMENTAL:NO /DEBUG /MACHINE:X86 /subsystem:console
 /out:"bin.v2\libs\regex\build\msvc-10.0\debug\threading-multi\has_icu.exe"
 /delayload:icudt44.dll /delayload:icuin44.dll /delayload:icuin44d.dll
 /delayload:icuuc44.dll /delayload:icuuc44d.dll delayimp.lib
 @"bin.v2\libs\regex\build\msvc-10.0\debug\threading-multi\has_icu.exe.rsp"
         if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

 ...failed msvc.link bin.v2\libs\regex\build\msvc-10.0\debug\threading-
 multi\has_icu.exe bin.v2\libs\regex\build\msvc-10.0\debug\threading-
 multi\has_icu.pdb...
 ...failed updating 1 target...
 ...updated 8 targets...
 ...failed updating 1 target...
 Performing configuration checks

     - has_icu builds : no
 }}}

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