<div dir="ltr"><div>&gt;git clone --recursive <a href="https://github.com/boostorg/boost.git">https://github.com/boostorg/boost.git</a> modular-boost<br>&gt;cd modular-boost<br>&gt;.\bootstrap<br><br></div>Works fine, but then:<br>
<br><div><div>&gt;.\b2 headers<br>link.jam: No such file or directory<br>Jamroot:145: in modules.load<br>ERROR: rule &quot;link-directory&quot; unknown in module &quot;Jamfile&lt;D:\modular-boost&gt;&quot;.<br>D:/modular-boost/tools/build/v2/build\project.jam:311: in load-jamfile<br>
D:/modular-boost/tools/build/v2/build\project.jam:64: in load<br>D:/modular-boost/tools/build/v2/build\project.jam:145: in project.find<br>D:/modular-boost/tools/build/v2\build-system.jam:535: in load<br>D:\modular-boost\tools\build\v2/kernel\modules.jam:289: in import<br>
D:\modular-boost\tools\build\v2/kernel/bootstrap.jam:139: in boost-build<br>D:\modular-boost\boost-build.jam:17: in module scope<br><br></div><div>If tools/build is switched to &quot;develop&quot; (i.e. the svn trunk), the problem goes away.<br>
<br></div><div>Presumably there are two ways to handle this:<br><br></div><div>Option 1: Using svn, merge tools/build trunk to branches/release.<br><br></div><div>Option 2: Using git, merge tools/build develop to master, and update boost super-project to point to the updated tools/build master branch.<br>
<br></div><div>Who is planning to handle this? Steven?<br><br></div><div>Which option do you prefer?<br><br></div><div>--Beman<br></div></div></div>