Le 30/10/13 20:20, Brian Ravnsgaard Riis a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-10-30 20:03, Brian Ravnsgaard Riis wrote:
Hi,
That'll explain it. I'll try to nose around on my own... :-)
Regards, /Brian Ravnsgaard Riis Hi list,
So, for now the solution seems pretty simple. Here's how I proceeded:
$ git clone --recursive git://github.com/boostorg/boost modular-boost $ cd modular-boost/tools/build $ git checkout develop $ cd v2 $ ./bootstrap.sh --with-toolset=clang $ sudo ./b2 --prefix=/usr/local $ cd ../../.. $ ./bootstrap.sh --with-toolset=clang $ ./b2 headers $ ./b2 stage
Lines 4-6 are for installing Boost.Build to a system location. Omit as you please.
Also, I use clang; substitute your favourite toolset and add options as you usually would.
The above sequence worked for me. (Well, I think... It's still compiling...)
Thanks, it's compiling for me also :) Vicente