Created
November 14, 2015 01:42
-
-
Save teeks99/3eb4d35366984f2434fb to your computer and use it in GitHub Desktop.
boost_1_60_0_b1_rc3-32bitlog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build for msvc-8.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-8.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : no (cached) | |
- compiler-supports-avx2 : no (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62787 targets... | |
...updating 70 targets... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-sgd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc80-mt-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc80-mt-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-s-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc80-mt-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc80-mt-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_test_exec_monitor-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_test_exec_monitor-vc80-sgd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_unit_test_framework-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_unit_test_framework-vc80-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc80-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>libboost_test_exec_monitor-vc80-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>libboost_test_exec_monitor-vc80-s-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>libboost_unit_test_framework-vc80-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\runtime-link-static>libboost_unit_test_framework-vc80-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static>libboost_type_erasure-vc80-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\runtime-link-static>libboost_type_erasure-vc80-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\release\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>boost_unit_test_framework-vc80-mt-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>boost_unit_test_framework-vc80-mt-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>boost_unit_test_framework-vc80-mt-1_60.dll... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>boost_type_erasure-vc80-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>boost_type_erasure-vc80-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>boost_type_erasure-vc80-mt-1_60.dll... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>boost_unit_test_framework-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>boost_unit_test_framework-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\threading-multi>boost_unit_test_framework-vc80-mt-1_60.lib... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>boost_type_erasure-vc80-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>boost_type_erasure-vc80-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\threading-multi>boost_type_erasure-vc80-mt-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\debug\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>boost_unit_test_framework-vc80-mt-gd-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>boost_unit_test_framework-vc80-mt-gd-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>boost_unit_test_framework-vc80-mt-gd-1_60.dll... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>boost_type_erasure-vc80-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>boost_type_erasure-vc80-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>boost_type_erasure-vc80-mt-gd-1_60.dll... | |
compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : warning C4181: qualifier applied to reference type; ignored | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(35): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_test_exec_monitor-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>libboost_test_exec_monitor-vc80-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>boost_unit_test_framework-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>boost_unit_test_framework-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\threading-multi>boost_unit_test_framework-vc80-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>boost_type_erasure-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>boost_type_erasure-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\threading-multi>boost_type_erasure-vc80-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>libboost_unit_test_framework-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\debug\link-static\threading-multi>libboost_unit_test_framework-vc80-mt-gd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi>libboost_type_erasure-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\debug\link-static\threading-multi>libboost_type_erasure-vc80-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>libboost_unit_test_framework-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-8.0>libboost_unit_test_framework-vc80-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-8.0\release\link-static\threading-multi>libboost_unit_test_framework-vc80-mt-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(32) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\utility(30) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_8.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi>libboost_type_erasure-vc80-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-8.0>libboost_type_erasure-vc80-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-8.0\release\link-static\threading-multi>libboost_type_erasure-vc80-mt-1_60.lib... | |
...failed updating 16 targets... | |
...skipped 52 targets... | |
Build for msvc-9.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-9.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-9.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : yes (cached) | |
- compiler-supports-avx2 : no (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62811 targets... | |
...updating 70 targets... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-sgd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc90-mt-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc90-mt-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-s-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_unit_test_framework-vc90-mt-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc90-mt-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_test_exec_monitor-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_test_exec_monitor-vc90-sgd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_unit_test_framework-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_unit_test_framework-vc90-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc90-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>libboost_test_exec_monitor-vc90-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>libboost_test_exec_monitor-vc90-s-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>libboost_unit_test_framework-vc90-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-s-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\runtime-link-static>libboost_unit_test_framework-vc90-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static>libboost_type_erasure-vc90-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\runtime-link-static>libboost_type_erasure-vc90-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\release\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>boost_unit_test_framework-vc90-mt-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>boost_unit_test_framework-vc90-mt-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>boost_unit_test_framework-vc90-mt-1_60.dll... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>boost_type_erasure-vc90-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>boost_type_erasure-vc90-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>boost_type_erasure-vc90-mt-1_60.dll... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
.\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
.\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>boost_unit_test_framework-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>boost_unit_test_framework-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\threading-multi>boost_unit_test_framework-vc90-mt-1_60.lib... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>boost_type_erasure-vc90-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>boost_type_erasure-vc90-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\threading-multi>boost_type_erasure-vc90-mt-1_60.lib... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\debug\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>boost_unit_test_framework-vc90-mt-gd-1_60.dll for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_60.dll... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>boost_type_erasure-vc90-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>boost_type_erasure-vc90-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>boost_type_erasure-vc90-mt-gd-1_60.dll... | |
compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi\unit_test_parameters.obj | |
unit_test_parameters.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(199) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : warning C4181: qualifier applied to reference type; ignored | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48) : error C2529: '_Val1' : reference to reference is illegal | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/test/utils/runtime/cla/parser.hpp(474) : error C2665: 'std::pair<_Ty1,_Ty2>::pair' : none of the 3 overloads could convert all the argument types | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(48): could be 'std::pair<_Ty1,_Ty2>::pair(_Ty1 (&),const _Ty2 &)' | |
with | |
[ | |
_Ty1=const boost::runtime::parameter_cla_id &, | |
_Ty2=boost::runtime::basic_param_ptr | |
] | |
while trying to match the argument list '(const boost::runtime::parameter_cla_id, boost::runtime::basic_param_ptr)' | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi\unit_test_parameters.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi\unit_test_parameters.obj... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_test_exec_monitor-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>libboost_test_exec_monitor-vc90-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>boost_unit_test_framework-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>boost_type_erasure-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>boost_type_erasure-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\threading-multi>boost_type_erasure-vc90-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>libboost_unit_test_framework-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\debug\link-static\threading-multi>libboost_unit_test_framework-vc90-mt-gd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi>libboost_type_erasure-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\debug\link-static\threading-multi>libboost_type_erasure-vc90-mt-gd-1_60.lib... | |
...skipped <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>libboost_unit_test_framework-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>unit_test_parameters.obj... | |
...skipped <plib32-msvc-9.0>libboost_unit_test_framework-vc90-mt-1_60.lib for lack of <pbin.v2\libs\test\build\msvc-9.0\release\link-static\threading-multi>libboost_unit_test_framework-vc90-mt-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(45) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\utility(43) : while compiling class template member function 'std::pair<_Ty1,_Ty2>::pair(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi>libboost_type_erasure-vc90-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-9.0>libboost_type_erasure-vc90-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-9.0\release\link-static\threading-multi>libboost_type_erasure-vc90-mt-1_60.lib... | |
...failed updating 16 targets... | |
...skipped 52 targets... | |
Build for msvc-10.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-10.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : yes (cached) | |
- compiler-supports-avx2 : no (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62810 targets... | |
...updating 29 targets... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc100-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-mt-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc100-mt-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc100-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-mt-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\threading-multi>libboost_type_erasure-vc100-mt-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc100-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-sgd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\runtime-link-static>libboost_type_erasure-vc100-sgd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static>libboost_type_erasure-vc100-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-s-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\runtime-link-static>libboost_type_erasure-vc100-s-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>boost_type_erasure-vc100-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>boost_type_erasure-vc100-mt-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>boost_type_erasure-vc100-mt-1_60.dll... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>boost_type_erasure-vc100-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>boost_type_erasure-vc100-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\threading-multi>boost_type_erasure-vc100-mt-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>boost_type_erasure-vc100-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>boost_type_erasure-vc100-mt-gd-1_60.dll for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>boost_type_erasure-vc100-mt-gd-1_60.dll... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>boost_type_erasure-vc100-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>boost_type_erasure-vc100-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\threading-multi>boost_type_erasure-vc100-mt-gd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
D:\ReleaseBuild\boost_1_60_0_b1\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi>libboost_type_erasure-vc100-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-mt-gd-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\debug\link-static\threading-multi>libboost_type_erasure-vc100-mt-gd-1_60.lib... | |
compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi\dynamic_binding.obj | |
dynamic_binding.cpp | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(126) : error C2248: 'boost::shared_mutex::shared_mutex' : cannot access private member declared in class 'boost::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(87) : see declaration of 'boost::shared_mutex::shared_mutex' | |
.\boost/thread/win32/shared_mutex.hpp(28) : see declaration of 'boost::shared_mutex' | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(124) : while compiling class template member function 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base(void)' | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\utility(174) : see reference to class template instantiation 'std::_Pair_base<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
libs\type_erasure\src\dynamic_binding.cpp(30) : see reference to class template instantiation 'std::pair<_Ty1,_Ty2>' being compiled | |
with | |
[ | |
_Ty1=`anonymous-namespace'::map_type, | |
_Ty2=`anonymous-namespace'::mutex_type | |
] | |
call "C:\Users\tomkent\AppData\Local\Temp\b2_msvc_10.0_vcvarsall_x86.cmd" >nul | |
cl /Zm800 -nologo @"bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi\dynamic_binding.obj.rsp" | |
...failed compile-c-c++ bin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi\dynamic_binding.obj... | |
...skipped <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi>libboost_type_erasure-vc100-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi>dynamic_binding.obj... | |
...skipped <plib32-msvc-10.0>libboost_type_erasure-vc100-mt-1_60.lib for lack of <pbin.v2\libs\type_erasure\build\msvc-10.0\release\link-static\threading-multi>libboost_type_erasure-vc100-mt-1_60.lib... | |
...failed updating 8 targets... | |
...skipped 20 targets... | |
Build for msvc-11.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-11.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-11.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : yes (cached) | |
- compiler-supports-avx2 : yes (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62803 targets... | |
Build for msvc-12.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-12.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-12.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : yes (cached) | |
- compiler-supports-avx2 : yes (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62803 targets... | |
Build for msvc-14.0 | |
.\bjam --without-mpi --build-type=complete toolset=msvc-14.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-14.0 --includedir=garbage_headers install | |
Performing configuration checks | |
- 32-bit : yes (cached) | |
- arm : no (cached) | |
- mips1 : no (cached) | |
- power : no (cached) | |
- sparc : no (cached) | |
- x86 : yes (cached) | |
- symlinks supported : no (cached) | |
- junctions supported : yes (cached) | |
- hardlinks supported : yes (cached) | |
- has_icu builds : no (cached) | |
warning: Graph library does not contain MPI-based parallel components. | |
note: to enable them, add "using mpi ;" to your user-config.jam | |
- iconv (libc) : no (cached) | |
- iconv (separate) : no (cached) | |
- icu : no (cached) | |
- icu (lib64) : no (cached) | |
- compiler-supports-visibility : no (cached) | |
- message-compiler : yes (cached) | |
- compiler-supports-ssse3 : yes (cached) | |
- compiler-supports-avx2 : yes (cached) | |
- gcc visibility : no (cached) | |
- long double support : yes (cached) | |
warning: Skipping Boost.Locale library with threading=single. | |
warning: Skipping Boost.Thread library with threading=single. | |
warning: Skipping Boost.Wave library with threading=single. | |
Component configuration: | |
- atomic : building | |
- chrono : building | |
- container : building | |
- context : building | |
- coroutine : building | |
- coroutine2 : building | |
- date_time : building | |
- exception : building | |
- filesystem : building | |
- graph : building | |
- graph_parallel : building | |
- iostreams : building | |
- locale : building | |
- log : building | |
- math : building | |
- mpi : not building | |
- program_options : building | |
- python : building | |
- random : building | |
- regex : building | |
- serialization : building | |
- signals : building | |
- system : building | |
- test : building | |
- thread : building | |
- timer : building | |
- type_erasure : building | |
- wave : building | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 62803 targets... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment