[serialization][release][teeks99] All MSVC tests for Boost.Serialization failing?
Hi All teeks99-* regression tests for Boost.Serialization in MSVC compilers appear as failing, yet when one clicks on any the information seems to indicate nothing went wrong: http://tinyurl.com/nf5bd9a Any clue? Thank you Joaquín M López Muñoz Telefónica
AMDG On 03/31/2015 12:07 PM, Joaquín M Lopez Munoz wrote:
All teeks99-* regression tests for Boost.Serialization in MSVC compilers appear as failing, yet when one clicks on any the information seems to indicate nothing went wrong:
Any clue? Thank you
process_jam_log essentially picks a random source file to associate with a library. As a result, when a library fails to build, the actual error is usually missing. In Christ, Steven Watanabe
Steven Watanabe
AMDG
On 03/31/2015 12:07 PM, Joaquín M Lopez Munoz wrote:
All teeks99-* regression tests for Boost.Serialization in MSVC compilers appear as failing, yet when one clicks on any the information seems to indicate nothing went wrong:
Any clue? Thank you
process_jam_log essentially picks a random source file to associate with a library. As a result, when a library fails to build, the actual error is usually missing.
Must we then assume Boost.Serialization is indeed failing to build for Microsoft compilers? This is a critical issue being as we are on the verge of releasing Boost 1.58 Joaquín M López Muñoz Telefónica
AMDG On 03/31/2015 01:39 PM, Joaquín M Lopez Munoz wrote:
Must we then assume Boost.Serialization is indeed failing to build for Microsoft compilers? This is a critical issue being as we are on the verge of releasing Boost 1.58
git checkout master git submodule update --init b2 --abbreviate-paths --with-serialization link=shared debug
That seems to be the case. Here's the actual error that I'm seeing: threading=multi -q ... compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\dbg\thrd-mlt\archive_exception.obj archive_exception.cpp libs\serialization\src\archive_exception.cpp(42) : error C2375: 'boost::archive::archive_exception::archive_exception' : redefinition; different linkage C:\Users\Steven\Documents\boost\boost-git\boost/archive/archive_exception.hpp(81) : see declaration of 'boost::archive::archive_exception::archive_exception' libs\serialization\src\archive_exception.cpp(114) : error C2375: 'boost::archive::archive_exception::~archive_exception' : redefinition; different linkage C:\Users\Steven\Documents\boost\boost-git\boost/archive/archive_exception.hpp(86) : see declaration of 'boost::archive::archive_exception::~archive_exception' libs\serialization\src\archive_exception.cpp(117) : error C2375: 'boost::archive::archive_exception::what' : redefinition; different linkage C:\Users\Steven\Documents\boost\boost-git\boost/archive/archive_exception.hpp(87) : see declaration of 'boost::archive::archive_exception::what' libs\serialization\src\archive_exception.cpp(121) : error C2375: 'boost::archive::archive_exception::archive_exception' : redefinition; different linkage C:\Users\Steven\Documents\boost\boost-git\boost/archive/archive_exception.hpp(91) : see declaration of 'boost::archive::archive_exception::archive_exception' call "C:\Users\Steven\AppData\Loca\Temp\b2_msvc_12.0_vcvarsall_x86.cmd" >nul cl /Zm800 -nologo @"bin.v2\libs\serialization\build\msvc-12.0\dbg\thrd-mlt\archive_exception.obj.rsp" ...failed compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\dbg\thrd-mlt\archive_exception.obj... ...failed updating 1 target... In Christ, Steven Watanabe
Thanks Stephen - I think that's going to do it Robert Ramey -- View this message in context: http://boost.2283326.n4.nabble.com/serialization-release-teeks99-All-MSVC-te... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (3)
-
Joaquín M Lopez Munoz
-
Robert Ramey
-
Steven Watanabe