
On 4/14/2011 2:46 PM, Steven Watanabe wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
AMDG
On 04/14/2011 02:03 PM, Artyom wrote:
Here's my attempt to build (with ICU installed):
D:\boost_1_46_1\boost_1_46_1>bjam --build-dir=.\build toolset=msvc-10 --with-loc ale --prefix=d:\boost_msvc_1461 --layout=system -sICU_PATH=d:\icu stage Performing configuration checks
I'm not sure that layout=system is actually should be used on windows as you require mangled names for different binary incompatible versions like import lib, static library debug and release.
It should not. If you do use --layout=system, you need to pick a single build variant. (--build-type=minimal should work.) This is the cause of the reported error.
Yup. Thanks. It's compiling stuff now.