|
Boost Testing : |
Subject: Re: [Boost-testing] ICU on KTC-Win7x64_VC10x64
From: KTC (ktc_at_[hidden])
Date: 2011-07-17 08:30:11
On 17/07/2011 09:48, Artyom Beilis wrote:
> Hello,
>
>> From the description of KTC-Win7x64_VC10x64 it seems that ICU 4.8 should
> be installed there but it seems to be undetected. One reason it
> may happen that the provided libraries are build in release
> mode and debug libraries are required.
>
> - Is it possible to get the contents of
>
> $(ICU_PATH)/bin
> $(ICU_PATH)/lib
>
> For this system?
>
> - If there is no debug version of icu libraries (icuucd, icuind) is it possible
> to install them?
The fault in this case is in Locale configuration, not my end where ICU
(debug & release, x86 & x64) was build from source.
Since ICU4C 4.6, x86 outputs has gone into /bin & /lib, whereas x64
outputs has gone into /bin64 & /lib64.
The problem is evident from me running the regression test for x86:
(Regex config test) - has_icu builds : yes
(Locale config test) - icu : yes
Running the regression test for x64:
(Regex config test) - has_icu builds : yes
(Locale config test) - icu : no
KTC-Win7x64_VC10x64 runs with '--bjam-options="architecture=x86"
--bjam-options="address-model=64"'. KTC-Win7x64_VC10x86 is the x86
targets runs.
Regards,
KTC