Boost logo

Geometry :

Subject: Re: [geometry] Forking and compiling tests (was: Storage allocator questions)
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2014-12-08 20:19:53


Hi Henry,

2014-12-09 2:00 GMT+01:00 Henry Roeland <henry_at_[hidden]>:

>
> How do I test?:
> Used source of boost 1.57.0 and added:
> suggested checkout of boost variant with symbolic link from
> libs/variant/include/boost/variant* to boost/variant*
> checkout of boost geometry develop (feature) branch with symbolic link
> from libs/geometry/include/boost/geometry* to boost/geometry*
> NOTE: Renamed both original variant* and geometry* files and dirs and
> added checkouts
>
>
The errors you pasted aren't related to Variant.
You shouldn't rename anything or create links manually.
Have you done the steps mentioned here:
https://svn.boost.org/trac/boost/wiki/TryModBoost ?

In particular:

git clone --recursive git_at_[hidden]:boostorg/boost.git modular-boost
cd modular-boost
.\bootstrap
.\b2 headers

So cloned Boost with --recursive flag and run b2 headers. Then run the
tests, e.g.:

b2 libs/geometry/test

Regards,
Adam



Geometry list run by mateusz at loskot.net