1. 程式人生 > >艱苦的編譯boost python (失敗)

艱苦的編譯boost python (失敗)

pen python libs codes python3 num 例子 numpy rar

1.下載 boost_1_67_0

2.在目錄下執行 bootstrap

3.將python36添加到path環境變量

4.執行 b2 --with-python,將會聲場如下dll

2018/04/17 23:27 6,244,996 libboost_numpy36-vc141-mt-gd-x32-1_67.lib
2018/04/17 23:29 6,466,770 libboost_numpy36-vc141-mt-gd-x64-1_67.lib
2018/04/17 23:28 291,906 libboost_numpy36-vc141-mt-x32-1_67.lib

2018/04/17 23:29 385,224 libboost_numpy36-vc141-mt-x64-1_67.lib
2018/04/17 23:27 27,240,334 libboost_python36-vc141-mt-gd-x32-1_67.lib
2018/04/17 23:28 30,640,500 libboost_python36-vc141-mt-gd-x64-1_67.lib
2018/04/17 23:28 4,303,530 libboost_python36-vc141-mt-x32-1_67.lib
2018/04/17 23:29 5,299,538 libboost_python36-vc141-mt-x64-1_67.lib

如下編譯例子

5.cd G:\_codes\boost_1_67_0\libs\python\example

6.修改G:\_codes\boost_1_67_0\libs\python\example\Jamroot其中一段如下

project
: requirements
<include>G:/_codes/boost_1_67_0
# <library>boost_python
;

7.執行b2

8.出錯

LINK : fatal error LNK1104: cannot open file ‘boost_pythonPY_MAJOR_VERSIONPY_MINOR_VERSION-vc141-mt-gd-x32-1_67.lib‘

艱苦的編譯boost python (失敗)