Boost logo

Boost :

Subject: Re: [boost] [Git] Documentation for Git and Modular Boost conversion
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-12-07 14:44:57


2012/12/7 Beman Dawes <bdawes_at_[hidden]>

> We are starting to pull together documentation for the Git and Modular
> Boost conversion.
>
> https://svn.boost.org/trac/boost/wiki/WikiStart#GitandModularBoost
>
> Comments and corrections welcome!
>
> I'm particularly interested in unanswered questions you have after
> reading these initial docs.
>
> --Beman
>

I tried to compile/execute some unit-tests. Unfortunately some files seam
to be missing (bootstrap.jam):

Unable to load Boost.Build: could not find build system.
---------------------------------------------------------
/boost/boost-build.jam attempted to load the build system by invoking

   'boost-build tools/build/v2 ;'

but we were unable to find "bootstrap.jam" in the specified directory
or in BOOST_BUILD_PATH (searching /boost/tools/build/v2,
/usr/share/boost-build).

I did:
- git clone https://github.com/boost-lib/boost.git
- cd boost/libs
- git clone https://github.com/boost-lib/core.git
- cd core/test
- b2

Do I have to clone an additional submodule (which is not mentioned in the
docu)?

Oliver


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk