warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
******************************************************
Building Boost.Thread without optional pthread support
If you need pthread you should specify the paths.
For example:
PTW32_INCLUDE=C:\Program Files\ptw32\Pre-built2\include
PTW32_LIB=C:\Program Files\ptw32\Pre-built2\lib\pthreadVC2.lib
******************************************************
...patience...
...found 1239 targets...
...using 7 temp targets...
...updating 36 targets...
...using
test_thread.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.run
====== BEGIN OUTPUT ======
Running 3 test cases...
test_thread.cpp(43): error in "test_sleep": check in_range(xt, 2) failed
../../../libs/thread/test/util.inl(136): fatal error in "test_creation": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_id_comparison": Timed test didn't complete in time, possible deadlock.
*** 3 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=c:\data\boost\boost\trunk\bin.v2\libs\thread\build\borland-5.8.2\debug\threading-multi;C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.exe" > "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.output" "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_thread.test\borland-5.8.2\debug\threading-multi\test_thread.run...
...using test_thread_lib.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.run
====== BEGIN OUTPUT ======
Running 3 test cases...
test_thread.cpp(43): error in "test_sleep": check in_range(xt, 2) failed
../../../libs/thread/test/util.inl(136): fatal error in "test_creation": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_id_comparison": Timed test didn't complete in time, possible deadlock.
*** 3 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.exe" > "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.output" "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_thread_lib.test\borland-5.8.2\debug\threading-multi\test_thread_lib.run...
...using test_mutex.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.run
====== BEGIN OUTPUT ======
Running 6 test cases...
../../../libs/thread/test/util.inl(136): fatal error in "test_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_try_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_timed_mutex": Timed test didn't complete in time, possible deadlock.
test_mutex.cpp(133): error in "test_recursive_mutex": check in_range(xt) failed
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_try_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_timed_mutex": Timed test didn't complete in time, possible deadlock.
*** 7 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=c:\data\boost\boost\trunk\bin.v2\libs\thread\build\borland-5.8.2\debug\threading-multi;C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.exe" > "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.output" "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_mutex.test\borland-5.8.2\debug\threading-multi\test_mutex.run...
...using test_mutex_lib.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.run
====== BEGIN OUTPUT ======
Running 6 test cases...
../../../libs/thread/test/util.inl(136): fatal error in "test_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_try_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_timed_mutex": Timed test didn't complete in time, possible deadlock.
test_mutex.cpp(133): error in "test_recursive_mutex": check in_range(xt) failed
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_try_mutex": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_recursive_timed_mutex": Timed test didn't complete in time, possible deadlock.
*** 7 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.exe" > "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.output" "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_mutex_lib.run...
...using test_condition.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.run
====== BEGIN OUTPUT ======
Running 3 test cases...
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_notify_one": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_notify_all": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_waits": Timed test didn't complete in time, possible deadlock.
*** 3 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=c:\data\boost\boost\trunk\bin.v2\libs\thread\build\borland-5.8.2\debug\threading-multi;C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.exe" > "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.output" "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_condition.test\borland-5.8.2\debug\threading-multi\test_condition.run...
...using test_condition_lib.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.run
====== BEGIN OUTPUT ======
Running 3 test cases...
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_notify_one": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_notify_all": Timed test didn't complete in time, possible deadlock.
../../../libs/thread/test/util.inl(136): fatal error in "test_condition_waits": Timed test didn't complete in time, possible deadlock.
*** 3 failures detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.exe" > "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.output" "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_condition_lib.test\borland-5.8.2\debug\threading-multi\test_condition_lib.run...
...using test_tss.exe...
testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.run
====== BEGIN OUTPUT ======
Running 1 test case...
../../../libs/thread/test/util.inl(136): fatal error in "test_tss": Timed test didn't complete in time, possible deadlock.
*** 1 failure detected in test suite "Master Test Suite"
EXIT STATUS: 201
====== END OUTPUT ======
set PATH=c:\data\boost\boost\trunk\bin.v2\libs\thread\build\borland-5.8.2\debug\threading-multi;C:\Program Files\Borland\BDS\4.0\bin;%PATH%
"..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.exe" > "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.output" 2>&1
set status=%ERRORLEVEL%
echo. >> "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.output"
echo EXIT STATUS: %status% >> "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.output"
if %status% EQU 0 (
copy "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.output" "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.run"
)
set verbose=0
if %status% NEQ 0 (
set verbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type "..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.output"
echo ====== END OUTPUT ======
)
exit %status%
...failed testing.capture-output ..\..\..\bin.v2\libs\thread\test\test_tss.test\borland-5.8.2\debug\threading-multi\test_tss.run...
borland.link ..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.8.2\debug\threading-multi\test_tss_lib.exe
Error: Unresolved external '_tss_cleanup_implemented' referenced from C:\DATA\BOOST\BOOST\TRUNK\BIN.V2\LIBS\THREAD\BUILD\BORLAND-5.8.2\DEBUG\LINK-STATIC\THREADING-MULTI\LIBBOOST_THREAD-BCB-MT-D-1_35.LIB|tss
set "PATH=C:/Program Files/Borland/BDS/4.0/bin/;%PATH%"
"C:/Program Files/Borland/BDS/4.0/Bin/bcc32.exe" -v -q -v -v -tWD -tWC -tWR -tWC -WM- -tWM -L"C:/Program Files/Borland/BDS/4.0/lib" -e"..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.8.2\debug\threading-multi\test_tss_lib.exe" @"..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.8.2\debug\threading-multi\test_tss_lib.exe.rsp"
...failed borland.link ..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.8.2\debug\threading-multi\test_tss_lib.exe...
...skipped test_tss_lib.run for lack of test_tss_lib.exe...
borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj
test_shared_mutex.cpp:
Warning W8041 ..\..\..\boost/lexical_cast.hpp 427: Negating unsigned value in function lcast_to_unsigned(int)
Warning W8041 ..\..\..\boost/lexical_cast.hpp 433: Negating unsigned value in function lcast_to_unsigned(long)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all,detail::const_formatF,std::allocator > > > >(std::string &,detail::first_finderF,detail::const_formatF,std::allocator > > >)
Error E2285 ..\..\..\boost/algorithm/string/finder.hpp 59: Could not find a match for 'detail::first_finderF,std::allocator >,is_equal>::first_finderF(undefined,is_equal)' in function detail::first_finderF,std::allocator >,is_equal> first_finder(const std::string &)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF,std::allocator >,is_equal>::operator () (undefined,undefined)' in function void find_format_all,std::allocator >,is_equal>,detail::const_formatF > >(std::string &,detail::first_finderF,std::allocator >,is_equal>,detail::const_formatF >)
*** 3 errors in Compile ***
"C:/Program Files/Borland/BDS/4.0/Bin/bcc32.exe" -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -IC:/data/boost/spirit-1.6.3/boost -v -Od -tWC -tWR -tWC -WM- -tWM -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I"..\..\.." -I"C:/Program Files/Borland/BDS/4.0/include/" -o"..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj" "test_shared_mutex.cpp"
...failed borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj...
...skipped test_shared_mutex.exe for lack of test_shared_mutex.obj...
...skipped test_shared_mutex.run for lack of test_shared_mutex.exe...
borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj
test_shared_mutex.cpp:
Warning W8041 ..\..\..\boost/lexical_cast.hpp 427: Negating unsigned value in function lcast_to_unsigned(int)
Warning W8041 ..\..\..\boost/lexical_cast.hpp 433: Negating unsigned value in function lcast_to_unsigned(long)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all,detail::const_formatF,std::allocator > > > >(std::string &,detail::first_finderF,detail::const_formatF,std::allocator > > >)
Error E2285 ..\..\..\boost/algorithm/string/finder.hpp 59: Could not find a match for 'detail::first_finderF,std::allocator >,is_equal>::first_finderF(undefined,is_equal)' in function detail::first_finderF,std::allocator >,is_equal> first_finder(const std::string &)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF,std::allocator >,is_equal>::operator () (undefined,undefined)' in function void find_format_all,std::allocator >,is_equal>,detail::const_formatF > >(std::string &,detail::first_finderF,std::allocator >,is_equal>,detail::const_formatF >)
*** 3 errors in Compile ***
"C:/Program Files/Borland/BDS/4.0/Bin/bcc32.exe" -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -IC:/data/boost/spirit-1.6.3/boost -v -Od -tWC -tWR -tWC -WM- -tWM -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I"..\..\.." -I"C:/Program Files/Borland/BDS/4.0/include/" -o"..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj" "test_shared_mutex.cpp"
...failed borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.8.2\debug\threading-multi\test_shared_mutex.obj...
...skipped test_shared_mutex_lib.exe for lack of test_shared_mutex.obj...
...skipped test_shared_mutex_lib.run for lack of test_shared_mutex_lib.exe...
borland.link ..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.6.4\debug\threading-multi\test_tss_lib.exe
Error: Unresolved external '_tss_cleanup_implemented' referenced from C:\DATA\BOOST\BOOST\TRUNK\BIN.V2\LIBS\THREAD\BUILD\BORLAND-5.6.4\DEBUG\LINK-STATIC\THREADING-MULTI\LIBBOOST_THREAD-BCB-MT-D-1_35.LIB|tss
set "PATH=C:/cpp/Borland/CBuilder6/bin/;%PATH%"
"C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" -v -q -v -v -tWD -tWC -tWR -tWC -WM- -tWM -L"C:/cpp/Borland/CBuilder6/lib" -e"..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.6.4\debug\threading-multi\test_tss_lib.exe" @"..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.6.4\debug\threading-multi\test_tss_lib.exe.rsp"
...failed borland.link ..\..\..\bin.v2\libs\thread\test\test_tss_lib.test\borland-5.6.4\debug\threading-multi\test_tss_lib.exe...
...skipped test_tss_lib.run for lack of test_tss_lib.exe...
borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj
test_shared_mutex.cpp:
Warning W8041 ..\..\..\boost/lexical_cast.hpp 427: Negating unsigned value in function lcast_to_unsigned(int)
Warning W8041 ..\..\..\boost/lexical_cast.hpp 433: Negating unsigned value in function lcast_to_unsigned(long)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::const_formatF > >(_STL::string &,detail::first_finderF,detail::const_formatF >)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::find_format_all_impl(_STL::string,detail::first_finderF,detail::const_formatF >,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::const_formatF > >(_STL::string &,detail::first_finderF,detail::const_formatF >)
Error E2285 ..\..\..\boost/algorithm/string/finder.hpp 59: Could not find a match for 'detail::first_finderF::first_finderF(undefined,is_equal)' in function detail::first_finderF first_finder<_STL::string>(const _STL::string &)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::find_format_all_impl(_STL::string,detail::first_finderF,detail::empty_formatF,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
Error E2228 ..\..\..\boost/algorithm/string/find_format.hpp 254: Too many error or warning messages in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
*** 6 errors in Compile ***
"C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -IC:/data/boost/spirit-1.6.3/boost -v -Od -tWC -tWR -tWC -WM- -tWM -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I"..\..\.." -I"C:/cpp/Borland/CBuilder6/include/" -o"..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj" "test_shared_mutex.cpp"
...failed borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj...
...skipped test_shared_mutex.exe for lack of test_shared_mutex.obj...
...skipped test_shared_mutex.run for lack of test_shared_mutex.exe...
borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj
test_shared_mutex.cpp:
Warning W8041 ..\..\..\boost/lexical_cast.hpp 427: Negating unsigned value in function lcast_to_unsigned(int)
Warning W8041 ..\..\..\boost/lexical_cast.hpp 433: Negating unsigned value in function lcast_to_unsigned(long)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::const_formatF > >(_STL::string &,detail::first_finderF,detail::const_formatF >)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::find_format_all_impl(_STL::string,detail::first_finderF,detail::const_formatF >,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::const_formatF > >(_STL::string &,detail::first_finderF,detail::const_formatF >)
Error E2285 ..\..\..\boost/algorithm/string/finder.hpp 59: Could not find a match for 'detail::first_finderF::first_finderF(undefined,is_equal)' in function detail::first_finderF first_finder<_STL::string>(const _STL::string &)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::first_finderF::operator () (undefined,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
Error E2285 ..\..\..\boost/algorithm/string/find_format.hpp 254: Could not find a match for 'detail::find_format_all_impl(_STL::string,detail::first_finderF,detail::empty_formatF,undefined)' in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
Error E2228 ..\..\..\boost/algorithm/string/find_format.hpp 254: Too many error or warning messages in function void find_format_all<_STL::string,detail::first_finderF,detail::empty_formatF >(_STL::string &,detail::first_finderF,detail::empty_formatF)
*** 6 errors in Compile ***
"C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" -j5 -g255 -q -c -P -Ve -Vx -a8 -b- -IC:/data/boost/spirit-1.6.3/boost -v -Od -tWC -tWR -tWC -WM- -tWM -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1 -I"..\..\.." -I"C:/cpp/Borland/CBuilder6/include/" -o"..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj" "test_shared_mutex.cpp"
...failed borland.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_shared_mutex_lib.test\borland-5.6.4\debug\threading-multi\test_shared_mutex.obj...
...skipped test_shared_mutex_lib.exe for lack of test_shared_mutex.obj...
...skipped test_shared_mutex_lib.run for lack of test_shared_mutex_lib.exe...
...failed updating 13 targets...
...skipped 23 targets...