【发布时间】:2016-07-18 09:52:07
【问题描述】:
我虔诚地关注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 文件?
【问题讨论】: