【问题标题】:Compiling the Unit Test Framework of Boost编译Boost的单元测试框架
【发布时间】:2012-11-22 04:15:09
【问题描述】:

我正在尝试按照说明编译 Boost单元测试框架(请参阅 http://www.boost.org/doc/libs/1_52_0/libs/test/doc/html/utf/compilation/standalone.html独立编译部分)。

但我在输入 bjam [-sTOOLS=] {-sBUILD=boost_unit_test_framework} 时收到消息 'bjam' is not Recognized as an internal or external command, operable program or batch file 同时进入 Windows shell,这正是文档所读到的内容。

难道没有一个技巧,比如现在必须使用命令 b2 而不是 bjam

任何帮助将不胜感激。

【问题讨论】:

    标签: boost compilation


    【解决方案1】:

    您不应该运行“./bjam”来指示 bjam 的位置(即在当前目录中)吗?

    错误消息似乎暗示了这一点,但我对 Windows shell 几乎没有经验。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多