id summary reporter owner description type status milestone component version severity resolution keywords cc 2160 error compiling test_main.cpp on msvc-9.0express ryan.gallagher@… Gennadiy Rozental "Build: boost 1.36.0 beta To Repro:[[BR]] 1) Build bjam from the beta release[[BR]] 2) Setup site-config.jam to use msvc-9.0express.[[BR]] 3) Update BOOST_ROOT to point to beta boost tree's root.[[BR]] 4) Invoked bjam.exe from the boost root with no arguments. Expected results:[[BR]] - All targets should build successfully Actual result:[[BR]] - ""...failed updating 1 target..."", namely test_main.obj Output:[[BR]]""""""[[BR]] compile-c-c++ C:\Users\Ryan\Code\Boost\boost_1_36_beta\bin.v2\libs\test\build\ms vc-9.0express\debug\asynch-exceptions-on\link-static\threading-multi\test_main.o bj test_main.cpp C:\Users\Ryan\Code\Boost\boost_1_36_beta\boost/test/unit_test_suite.hpp(82) : error C2018: unknown character '0x12' call ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86 >nul[[BR]] cl /Zm800 -nologo @""C:\Users\Ryan\Code\Boost\boost_1_36_beta\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\link-static\threading-multi\test_main.obj.rsp"" ...failed compile-c-c++ C:\Users\Ryan\Code\Boost\boost_1_36_beta\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\link-static\threading-multi\test_main.obj...[[BR]] ...skipped libboost_test_exec_monitor-vc90-mt-gd-1_36.lib for lack of test_main.obj...[[BR]] ...failed updating 1 target...[[BR]] ...skipped 1 target... [[BR]]""""""[[BR]] .rsp file: [[BR]]""""""[[BR]] ""C:\Users\Ryan\Code\Boost\boost_1_36_beta\libs\test\src\test_main.cpp"" -Fo""C:\Users\Ryan\Code\Boost\boost_1_36_beta\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\link-static\threading-multi\test_main.obj"" -TP /Z7 /Od /Ob0 /W3 /GR /MDd /Zc:forScope /Zc:wchar_t /wd4675 /EHa -c -DBOOST_ALL_NO_LIB=1[[BR]] ""-IC:\Users\Ryan\Code\Boost\boost_1_36_beta"" [[BR]]""""""[[BR]] " Bugs closed Boost 1.36.0 test Boost Release Branch Problem worksforme