Compile [2024-11-15 23:50:12 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\serialization\test\test_nvp.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W4 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -Gy -wd4996 /std:c++latest -DBOOST_ALL_NO_LIB=1 -DBOOST_ARCHIVE_TEST=xml_archive.hpp -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_LIB_DIAGNOSTIC=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DBOOST_WSERIALIZATION_DYN_LINK=1 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS "-I.."
test_nvp.cpp
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(49): warning C4100: 'file_version': unreferenced formal parameter
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(49): note: the template instantiation context (the oldest one first) is
..\libs\serialization\test\test_nvp.cpp(45): note: see reference to function template instantiation 'Archive &boost::archive::detail::interface_iarchive<Archive>::operator >><const boost::serialization::nvp<B>>(T &)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=const boost::serialization::nvp<B>
]
..\libs\serialization\test\test_nvp.cpp(45): note: see the first reference to 'boost::archive::detail::interface_iarchive<Archive>::operator >>' in 'test_main'
with
[
Archive=boost::archive::xml_iarchive
]
..\boost/archive/detail/interface_iarchive.hpp(68): note: see reference to function template instantiation 'void boost::archive::xml_iarchive_impl<boost::archive::xml_iarchive>::load_override<T>(T &)' being compiled
with
[
T=const boost::serialization::nvp<B>
]
..\boost/archive/xml_iarchive.hpp(95): note: see reference to function template instantiation 'void boost::archive::basic_xml_iarchive<Archive>::load_override<B>(const boost::serialization::nvp<B> &)' being compiled
with
[
Archive=boost::archive::xml_iarchive
]
..\boost/archive/basic_xml_iarchive.hpp(78): note: see reference to function template instantiation 'void boost::archive::detail::common_iarchive<Archive>::load_override<T>(T &)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/common_iarchive.hpp(67): note: see reference to function template instantiation 'void boost::archive::load<Archive,T>(Archive &,T &)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/iserializer.hpp(626): note: see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type<Archive>::invoke<T>(Archive &,T &)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/iserializer.hpp(463): note: see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type<Archive>::load_standard::invoke<T>(Archive &,const T &)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/iserializer.hpp(415): note: see reference to class template instantiation 'boost::archive::detail::iserializer<Archive,T>' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/iserializer.hpp(171): note: while compiling class template member function 'void boost::archive::detail::iserializer<Archive,T>::load_object_data(boost::archive::detail::basic_iarchive &,void *,const unsigned int) const'
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/archive/detail/iserializer.hpp(189): note: see reference to function template instantiation 'void boost::serialization::serialize_adl<Archive,T>(Archive &,T &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/serialization.hpp(109): note: see reference to function template instantiation 'void boost::serialization::serialize<Archive,T>(Archive &,T &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/serialization.hpp(59): note: see reference to function template instantiation 'void boost::serialization::access::serialize<Archive,T>(Archive &,T &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/access.hpp(116): note: see reference to function template instantiation 'void B::serialize<Archive>(Archive &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive
]
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(55): note: see reference to function template instantiation 'void boost::serialization::split_member<Archive,B>(Archive &,T &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/split_member.hpp(69): note: see reference to class template instantiation 'boost::serialization::detail::member_loader<Archive,B>' being compiled
with
[
Archive=boost::archive::xml_iarchive
]
..\boost/serialization/split_member.hpp(49): note: while compiling class template member function 'void boost::serialization::detail::member_loader<Archive,B>::invoke(Archive &,T &,const unsigned int)'
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/split_member.hpp(69): note: see the first reference to 'boost::serialization::detail::member_loader<Archive,B>::invoke' in 'boost::serialization::split_member'
with
[
Archive=boost::archive::xml_iarchive
]
..\boost/serialization/split_member.hpp(54): note: see reference to function template instantiation 'void boost::serialization::access::member_load<Archive,T>(Archive &,T &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive,
T=B
]
..\boost/serialization/access.hpp(99): note: see reference to function template instantiation 'void B::load<Archive>(Archive &,const unsigned int)' being compiled
with
[
Archive=boost::archive::xml_iarchive
]
Link [2024-11-15 23:50:12 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\A.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\build\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_serialization-vc143-mt-gd-x64-1_87.lib" /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp_xml_archive.exe"
Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp_xml_archive.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp_xml_archive.exp
test_nvp.obj : error LNK2019: unresolved external symbol "void __cdecl boost::filesystem::detail::path_traits::convert(char const *,char const *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (?convert@path_traits@detail@filesystem@boost@@YAXPEBD0AEAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z) referenced in function "public: void __cdecl boost::filesystem::path::assign_op::operator()<char>(char const *,char const *,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)const " (??$?RD@assign_op@path@filesystem@boost@@QEBAXPEBD0PEBV?$codecvt@_WDU_Mbstatet@@@std@@@Z)
test_nvp.obj : error LNK2019: unresolved external symbol "void __cdecl boost::filesystem::detail::path_traits::convert(wchar_t const *,wchar_t const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (?convert@path_traits@detail@filesystem@boost@@YAXPEB_W0AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl boost::filesystem::path::string(void)const " (?string@path@filesystem@boost@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
test_nvp.obj : error LNK2019: unresolved external symbol "class boost::filesystem::path __cdecl boost::filesystem::detail::unique_path(class boost::filesystem::path const &,class boost::system::error_code *)" (?unique_path@detail@filesystem@boost@@YA?AVpath@23@AEBV423@PEAVerror_code@system@3@@Z) referenced in function "class boost::filesystem::path __cdecl boost::filesystem::unique_path(class boost::filesystem::path const &)" (?unique_path@filesystem@boost@@YA?AVpath@12@AEBV312@@Z)
C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_nvp_xml_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_nvp_xml_archive.exe : fatal error LNK1120: 3 unresolved externals