我虔诚地跟随
http://www.boost.org/doc/libs/1_61_0/more/getting_started/windows.html.
下载并解压缩1.61版本的boost之后,我尝试使用本指南第5.1节中的说明从源代码构建它.
所以
bootstrap
.\b2
但后来我得到了错误:
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory 'libs/config/checks/architecture'.
error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
error: Please consult the documentation at 'http://www.boost.org'.
与Trac issue #12173 of boost完全相同.
出了什么问题?如何让bjam找到jam文件?
最佳答案 有点过时,但我能通过获取配置子模块来实现这一点:
git submodule update --init libs/config
看起来配置模块是某些其他模块的未列出的先决条件.