码迷,mamicode.com
首页 > 编程语言 > 详细

艰苦的编译boost python (失败)

时间:2018-04-18 01:04:44      阅读:1138      评论:0      收藏:0      [点我收藏+]

标签:open   python3   example   pat   des   min   not   path   失败   

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 (失败)

标签:open   python3   example   pat   des   min   not   path   失败   

原文地址:https://www.cnblogs.com/cutepig/p/8870873.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!