
On Tue, Oct 29, 2013 at 7:41 AM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
I have reached to do
git clone --recursive https://github.com/boostorg/**boost.githttps://github.com/boostorg/boost.gitmodular-boost cd modular-boost ./bootstrap.sh
But when I do ./b2 headers as described here Getting Started with Modular Boost https://svn.boost.org/trac/**boost/wiki/TryModBoost#** InstallingModularBoosthttps://svn.boost.org/trac/boost/wiki/TryModBoost#InstallingModularBoostI get
./b2 headers link.jam: No such file or directory Jamroot:145: in modules.load ERROR: rule "link-directory" unknown in module "Jamfile". /Users/viboes/github/modular-**boost/tools/build/v2/build/**project.jam:311: in load-jamfile /Users/viboes/github/modular-**boost/tools/build/v2/build/**project.jam:64: in load /Users/viboes/github/modular-**boost/tools/build/v2/build/**project.jam:145: in project.find /Users/viboes/github/modular-**boost/tools/build/v2/build-**system.jam:535: in load /Users/viboes/github/modular-**boost/tools/build/v2/kernel/**modules.jam:289: in import /Users/viboes/github/modular-**boost/tools/build/v2/kernel/**bootstrap.jam:139: in boost-build /Users/viboes/github/modular-**boost/boost-build.jam:17: in module scope
Am I doing something wrong?
AFAICS, what you did was correct. We are just rolling out the production implementation of ./b2 headers. Previously it had required patching some files. I'd say wait 24 hours, and then try again just in case the conversion hadn't caught up yet with merges to branches/release. If it is still failing, please post a separate message. Normally I would be testing this, but I won't be able to test until the end of the week. --Beman