
-----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.
AFAIK layout=system is used on Posix platforms where no need to "over-mangle" the library names as there is no binary incompatibilities between debug and release versions.
In Christ, Steven Watanabe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJNp2sYAAoJEDTBQuhymLHSf5sH/RvDbvgjwmP7qMlEguN6IH02 Ts1RNiXPFLPY7h8Tv2j+iSI8eVrJC6s8MijPdvHCgk6XLQKd3YSKEwbFsxJ3hz31 I0UvIm60/UAS1Hv3YR0UItmssr2oxhlLMJbel+W/i9WV3Xcbh8TrKlm+j8HL0J7x P+Ito0jzh2QnVyJMY6SMmsCTKflMn2IHypAPlrc7goJlWxoQsauqFV+NtRQEyJZ3 qkJGorGxnrsU7BHN0x92OIlFwq0ZSWNLoe8Nrc93e64PKWMriV3ktjkcpR/4Hxpq M9BucJzncWdlA9P+80V8LxZkd82Yje8WfFl5OtmbV6174lSFyeHnGGk2xNa8vlA= =Gl+4 -----END PGP SIGNATURE-----