boost_1_46_1编译 (winxp 系统默认语言:英文)

来源:互联网 发布:java工程师都考什么 编辑:程序博客网 时间:2024/06/07 00:25

按照:http://www.boost.org/doc/libs/1_46_1/more/getting_started/windows.html 编译

编译过程中可能遇到如下问题:

(本人只编译2005 )

1、错误 :was unexpected at this time(此时不应有)

     编译jam,过程中可能遇到这个问题,只需把环境变量PATH清空(备份,包括当前用户和系统用户),编译完后再还原回去。

2、通过后

    F:/cpp_lib/boost_1_46_1>bootstrap.bat
    Building Boost.Jam build engine

    Bootstrapping is done. To build, run:

    ./bjam

    To adjust configuration, edit 'project-config.jam'.
    Further information:

    - Command line help:
    ./bjam --help

    - Getting started guide:
    http://boost.org/more/getting_started/windows.html

    - Boost.Build documentation:
    http://www.boost.org/boost-build2/doc/html/index.html

 

 

    只需 

    cd your_path
    your_path> bjam --build-dir="your_path" --build-type=complete msvc stage

  

 

原创粉丝点击