zoukankan      html  css  js  c++  java
  • 艰苦的编译boost python (失败)

    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:\_codesoost_1_67_0libspythonexample

    6.修改G:\_codesoost_1_67_0libspythonexampleJamroot其中一段如下

    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'

  • 相关阅读:
    web http协议
    swoole udp
    swoole线程和进程
    SVN中trunk,branches,tags用法详解
    mysql外键使用和事物使用
    xml
    dedecms开启报错
    Django CBV方法装饰器
    Django Cookie和Session
    ORM基础5
  • 原文地址:https://www.cnblogs.com/cutepig/p/8870873.html
Copyright © 2011-2022 走看看