Boost logo

Boost :

Subject: Re: [boost] [Boost-users] [1.54.0] Beta Release Candidates available
From: Pekka Seppänen (pekka.seppanen_at_[hidden])
Date: 2013-05-31 06:33:31


On 30.5.2013 21:58, Marshall Clow wrote:
> Release candidate files for 1.54.0 beta 1 are available at
> http://boost.cowic.de/rc/
>
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.
>
> This helps ensure the candidates build OK before we push them out to
> SourceForge.
>

Hi,

serialization fails to build on MSVC8 x86. Didn't investigate further at this
point. (Context also fails, but that's related to ticket #7253 and thus user
config related issue; I'd like to see that ticket fixed anyway...)

The same error is repeated for *_iarchive, *_wiarchive and shared_ptr_helper:

compile-c-c++
bin.v2\libs\serialization\build\msvc-9.0\debug\link-static\threading-multi\polymorphic_iarchive.obj
polymorphic_iarchive.cpp
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(204)
: error C2061: syntax error : identifier 'checked_deleter'
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(209)
: error C2061: syntax error : identifier 'checked_array_deleter'
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(212)
: error C2995: 'void
boost_132::detail::cbi_call_constructor_hook(boost_132::detail::sp_counted_base *,T
*)' : function template has already been defined
 
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(204)
: see declaration of 'boost_132::detail::cbi_call_constructor_hook'
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(218)
: error C2061: syntax error : identifier 'checked_deleter'
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(223)
: error C2061: syntax error : identifier 'checked_array_deleter'
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(226)
: error C2995: 'void
boost_132::detail::cbi_call_destructor_hook(boost_132::detail::sp_counted_base
* ,T *)' : function template has already been defined
 
S:\Dev\boost_1_54_0_beta1\boost/serialization/detail/shared_count_132.hpp(218)
: see declaration of 'boost_132::detail::cbi_call_destructor_hook'

-- Pekka


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk