
26 Nov
2009
26 Nov
'09
9:34 a.m.
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@codesourcery.com> 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