$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] headers target not working
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-10-13 10:08:42
I'm trying to test the instructions at
https://svn.boost.org/trac/boost/wiki/TryModBoost
The first three steps work as expected:
git clone --recursive https://github.com/boostorg/boost.git modular-boost
cd modular-boost
.\bootstrap
but this step:
.\b2 headers
outputs "...found 1 target..." but doesn't create the expected "boost"
directory structure.
Are the instructions not correct?
--Beman