Boost logo

Boost :

Subject: Re: [boost] [git] bootstrap fails
From: Vladimir Prus (ghost_at_[hidden])
Date: 2013-12-16 00:46:46


On 16.12.2013 08:07, Christian Henning wrote:
> I have followed the instructions on
>
> https://svn.boost.org/trac/boost/wiki/TryModBoost#InstallingModularBoost
>
> but bootstrap fails on me. The log file says:
>
> ./bootstrap.sh: line 218: cd: ./tools/build/v2/engine: No such file or
> directory
>
> The error message is correct and ./tools/build/v2/engine wasn't cloned.
>
> What am I doing wrong?

Maybe you've omitted --recursive option? Can you try to do:

        git submodule update --init

For me, tools/build is at revision c2574b2d5a481f88864d1e75ce775f41cbc03bad (which
you can cehck with 'git show')

- Volodya


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