
hello,everybody I want to test smart pointer library,but got some compile failure: vc- C++ ..\..\..\libs\smart_ptr\test\bin\shared_ptr_alloc_test.test\msvc\d ebug\runtime-link-dynamic\shared_ptr_alloc_test.obj shared_ptr_alloc_test.cpp M:\develop\boost_1_30_0\boost/detail/quick_allocator.hpp(165) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information "cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd - I"..\..\..\libs\smart_ptr\test" -I"M:\develop\boost_1_30_0" - I"D:\PROGRA~1\MICROS~1\VC98\include" - Fo"..\..\..\libs\smart_ptr\test\bin\shared_ptr_alloc_test.test\msvc\de bug\runtime-link-dynamic\shared_ptr_alloc_test.obj" - Tp"shared_ptr_alloc_test.cpp" ...failed vc- C++ ..\..\..\libs\smart_ptr\test\bin\shared_ptr_alloc_test.test\msvc\d ebug\runtime-link-dynamic\shared_ptr_alloc_test.obj... ...skipped <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.CMD for lack of <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.obj... ...skipped <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.exe for lack of <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.CMD... ...skipped <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.run for lack of <libs!smart_ptr! test\shared_ptr_alloc_test.test\msvc\debug\runtime-link- dynamic>shared_ptr_alloc_test.exe... ...failed updating 1 target... ...skipped 4 targets... ...updated 1 target... my test command is:bjam -sTOOLS=msvc test my compiler is vc6+sp5 It's seems like the compiler's error,but because the test's failure, I'm not sure it will work correctly if use it in my app. Thanks in advance.