Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Regression repo transition, ALL testers..
From: John Maddock (boost.regex_at_[hidden])
Date: 2014-12-11 13:11:18


>> Since I haven't heard any further problems with the new regression test
>> scripts I would like all testers to switch to using the new regression
>> repo. As before:
>
> I'm not sure if this is my problem or something else. The serialization
> tests are all mostly failing. It seems that there is some difficulty
> building the library - but there are no error messages. All tests are
> passing on my machine with clang under mac os and gcc-4.8.

Robert - it's your recent commits that have caused the issues - I just
posted a comment + fix on one of them on Github, I haven't looked at the
wserialization errors which are different:

compile-c-c++
..\..\..\bin.v2\libs\serialization\build\msvc-12.0\debug\threading
-multi\xml_wiarchive.obj
xml_wiarchive.cpp
M:\data\boost\boost\boost/archive/impl/xml_wiarchive_impl.ipp(40) :
error C2371:
  'boost::archive::detail::utf8_codecvt_facet' : redefinition; different
basic types
         M:\data\boost\boost\boost/archive/xml_wiarchive.hpp(44) : see
declaration of 'boost::archive::detail::utf8_codecvt_facet'

and

compile-c-c++
..\..\..\bin.v2\libs\serialization\build\msvc-12.0\debug\threading-multi\xml_woarchive.obj
xml_woarchive.cpp
M:\data\boost\boost\boost/archive/impl/xml_woarchive_impl.ipp(46) :
error C2371:
  'boost::archive::detail::utf8_codecvt_facet' : redefinition; different
basic types
         M:\data\boost\boost\boost/archive/xml_woarchive.hpp(51) : see
declaration of 'boost::archive::detail::utf8_codecvt_facet'
M:\data\boost\boost\boost/archive/impl/xml_woarchive_impl.ipp(150) :
error C2375:
'boost::archive::xml_woarchive_impl<Archive>::~xml_woarchive_impl' :
redefinition; different linkage
         M:\data\boost\boost\boost/archive/xml_woarchive.hpp(108) : see
declaration of
'boost::archive::xml_woarchive_impl<Archive>::~xml_woarchive_impl'

HTH, John.


Boost-testing list run by mbergal at meta-comm.com