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? Regards, Christian
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
On Mon, Dec 16, 2013 at 12:46 AM, Vladimir Prus
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')
I think you're correct, I must have forgotten something last night. I just tried the whole process again on my laptop and everything worked. Thanks!
participants (2)
-
Christian Henning
-
Vladimir Prus