Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [Serialization]Trunk Testing problems
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-03-08 12:18:12


Steven Watanabe wrote:
> AMDG
>
> Robert Ramey wrote:
>> I just checked in a bunch of changes into the trunk for the
>> serialization library.
>>
>> Now everything fails. It looks like the library is failing to build.
>> But that's only a guess since there are now error messages. Can
>> anyone help me with this?
>>
>
> Here's what I see
>
> compile-c-c++
> ..\..\..\bin.v2\libs\serialization\build\msvc-8.0express\debug\threading-multi\shared_ptr_helper.obj
> shared_ptr_helper.cpp
> ..\..\..\libs\serialization\src\shared_ptr_helper.cpp(93) : error
> C2511: 'void boost::archive::detail::shared_ptr_helper::append(const
> boost::shared_ptr<T> &)' : overloaded member function not found in
> 'boost::archive::detail::shared_ptr_helper'
> with
> [
> T=const void
> ]
> ..\..\..\boost/archive/shared_ptr_helper.hpp(57) : see
> declaration of 'boost::archive::detail::shared_ptr_helper'
>
> call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat"
> x86 >nul
> cl /Zm800 -nologo
> @"..\..\..\bin.v2\libs\serialization\build\msvc-8.0express\debug\threading-multi\shared_ptr_helper.obj.rsp"
>
>
> ...failed compile-c-c++
> ..\..\..\bin.v2\libs\serialization\build\msvc-8.0express\debug\threading-multi\shared_ptr_helper.obj...

I'm sort of stuck here.

shared_ptr_helper.cpp looks different in my local environment. Specifically
shared_ptr_helper::append isn't a template. When I diff with svn it seems
there are no differences. I'm not sure what to try next.

I'll try any suggestions.

Robert Ramey

>
> In Christ,
> Steven Watanabe


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