我忠实地追随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文件?
https://stackoverflow.com/questions/38433638
复制相似问题