[1.34.0] msvc 7.1 & stlport

The link errors we get with msvc 7.1 and stlport are caused by wchar_t mismatch. 7.1 defaults to non-native wchar_t and default stlport build uses that default. Boost.Build explicitly enables wchar_t as native type, so when using non-native-wchar_t-build stlport, we get linker errors. Solutions are: 1. Disable native wchar_t in Boost.Build for STLPort configurations. 2. Build STLPort with native wchar_t Do folks with practical experience with msvc 7.1 and stlport have an opinion which one is better? If (2) is better, is the procedure for buildind stlport with native wchar_t documented anywhere? - Volodya

Hi Volodya! It is easy enough to build the STLport with native wchar_t for vc71. I Just had to add EXTRA_COMMON_FLAGS=/FI "vc_warning_disable.h" /D "_MBCS" /Zc:wchar_t in the vc71.mak file. The rest of the headers already test if this switch has been set. So with this switch in effect everything seems to work. I suggest the following: Since this seems to be a transient problem (Stlport 5 has a config switch for this) I build the stlport with this extra flag, and and document it in my comment.html. What do you think? Roland ...patience... ...found 848 targets... ...updating 143 targets... MkDir1 ..\..\..\bin.v2 MkDir1 ..\..\..\bin.v2\libs MkDir1 ..\..\..\bin.v2\libs\filesystem MkDir1 ..\..\..\bin.v2\libs\filesystem\test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test.obj path_test.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] MkDir1 ..\..\..\bin.v2\libs\filesystem\build MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\exception.obj exception.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations.obj operations.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path.obj path.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\portability.obj portability.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\utf8_codecvt_facet.obj utf8_codecvt_facet.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' msvc.archive ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\libboost_filesystem-vc71-mt-sgdp-1_34.lib msvc.link ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\path_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test.obj path_test.cpp ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\exception.obj exception.cpp compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations.obj operations.cpp compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path.obj path.cpp compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\portability.obj portability.cpp compile-c-c++ ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\utf8_codecvt_facet.obj utf8_codecvt_facet.cpp msvc.link.dll ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\boost_filesystem-vc71-mt-gdp-1_34.dll ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\boost_filesystem-vc71-mt-gdp-1_34.lib Creating library ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\boost_filesystem-vc71-mt-gdp-1_34.lib and object ..\..\..\bin.v2\libs\filesystem\build\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\boost_filesystem-vc71-mt-gdp-1_34.exp msvc.link ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test_dll.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test_dll.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\path_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\path_test_dll.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test.obj operations_test.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] msvc.link ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\operations_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test.obj operations_test.cpp ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] msvc.link ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test_dll.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test_dll.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\operations_test_dll.test\msvc-7.1_stlport4\debug\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\operations_test_dll.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\fstream_test.obj fstream_test.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' h:\Projects\boost\RC_1_34_0\libs\filesystem\test\lpath.hpp(55) : warning C4099: '_STL::char_traits<long>' : type name first seen using 'class' now seen using 'struct' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient msvc.link ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\fstream_test.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\fstream_test.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\fstream_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\fstream_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi compile-c-c++ ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\convenience_test.obj convenience_test.cpp X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : warning C4275: non dll-interface class 'exception' used as base for dll-interface class '_STL::__Named_exception' C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\../include\exception(39) : see declaration of 'exception' X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(63) : see declaration of '_STL::__Named_exception' ..\..\..\boost\test\impl\execution_monitor.ipp(214) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(149) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(141) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(133) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(125) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(117) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(109) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(101) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(93) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] X:\LinkedCDrive\Projects\boost\STLport-4.6.2\stlport\stdexcept(85) : see reference to class template instantiation '_STL::basic_string<_CharT,_Traits,_Alloc>' being compiled with [ _CharT=char, _Traits=_STL::char_traits<char>, _Alloc=_STL::allocator<char> ] msvc.link ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\convenience_test.exe testing.capture-output ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\convenience_test.run 1 file(s) copied. **passed** ..\..\..\bin.v2\libs\filesystem\test\convenience_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\convenience_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static ...on 100th target... MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2 MkDir1 ..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi failed to write output file '..\..\..\bin.v2\libs\filesystem\test\large_file_support_test.test\msvc-7.1_stlport4\debug\link-static\runtime-link-static\stdlib-stlport-4.6.2\stdlib-stlport-4.6.2\threading-multi\large_file_support_test.obj.rsp'!

Roland Schwarz wrote:
Since this seems to be a transient problem (Stlport 5 has a config switch for this) I build the stlport with this extra flag, and and document it in my comment.html.
Sounds good to me, but we need to add a note to the build docs, don't we? Thomas -- Thomas Witt witt@acm.org

Thomas Witt wrote:
Roland Schwarz wrote:
Since this seems to be a transient problem (Stlport 5 has a config switch for this) I build the stlport with this extra flag, and and document it in my comment.html.
Sounds good to me, but we need to add a note to the build docs, don't we?
What do you mean with the build docs? Dave's getting started? Roland

Vladimir Prus wrote:
The link errors we get with msvc 7.1 and stlport are caused by wchar_t mismatch. 7.1 defaults to non-native wchar_t and default stlport build uses that default. Boost.Build explicitly enables wchar_t as native type, so when using non-native-wchar_t-build stlport, we get linker errors.
Solutions are:
1. Disable native wchar_t in Boost.Build for STLPort configurations. 2. Build STLPort with native wchar_t
Do folks with practical experience with msvc 7.1 and stlport have an opinion which one is better?
Not really, but (1) is what we did in previous releases. John.

On Friday 09 February 2007 11:28, Vladimir Prus wrote:
The link errors we get with msvc 7.1 and stlport are caused by wchar_t mismatch. 7.1 defaults to non-native wchar_t and default stlport build uses that default. Boost.Build explicitly enables wchar_t as native type, so when using non-native-wchar_t-build stlport, we get linker errors.
Solutions are:
1. Disable native wchar_t in Boost.Build for STLPort configurations. 2. Build STLPort with native wchar_t
Do folks with practical experience with msvc 7.1 and stlport have an opinion which one is better?
If (2) is better, is the procedure for buildind stlport with native wchar_t documented anywhere?
I'd say (1) - there are commercial libraries out there that assume (1) is true and that won't like if it isn't. Been caught out by this when trying to migrate some code to msvc 8.0 as that assumes that wchar_t is a built-in type. Regards, Timo
participants (5)
-
John Maddock
-
Roland Schwarz
-
Thomas Witt
-
Timo Geusch
-
Vladimir Prus