$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [serialization] polymorphic archives + boost_class_exportgenerates linker errors
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-11-26 04:34:16
Christoph Heindl wrote:
> Volodya,
>
> thanks a lot! I'll give it a try.
>
> On Thu, Nov 26, 2009 at 9:27 AM, Vladimir Prus
> <vladimir_at_[hidden]> wrote:
>> Christoph Heindl wrote:
>>
>>> Robert,
>>>
>>> I haven't yet. Instead, I've downloaded the binaries from boost-pro
>>> and checked with them and got the same linker error.
>>>
>>> Can you provide me with information on how to build/run just the tests
>>> for serialization with bjam?
>>
>> 1. Get source
>> 2. In source tree root:
>>
>> .\bootstrap.bat
>>
>> 3. In source tree root .
>>
>> .\bjam libs/serialization/test
Note that Robert suggested to build demo, so you might actually want to do:
.\bjam libs/serialization/examples//demo_polymorphic
(The double slash is not a typo, it separates project/directory name from target
name).
- Volodya