【发布时间】:2014-09-08 11:49:36
【问题描述】:
注意:我看过this SO question,但我认为这个问题并不明确,解决方案也没有涵盖我遇到的问题。
我从sourceforge 下载了 boost 1.55 并将其解压缩到 C:\My Programs\ 目录。当我尝试运行 bootstrap.bat 文件 (REF) 时出现错误:
C:\Users\pollexb\git_repositories\modular-boost>bootstrap.bat
Building Boost.Build engine
'"VCVARS32.BAT"' is not recognized as an internal or external command
operable program or batch file.
'"VCVARS32.BAT"' is not recognized as an internal or external command
operable program or batch file.
'"VCVARS32.BAT"' is not recognized as an internal or external command
operable program or batch file.
'"VCVARS32.BAT"' is not recognized as an internal or external command
operable program or batch file.
'cl' is not recognized as an internal or external command,
operable program or batch file.
Failed to build Boost.Build engine.
Please consult bootstrap.log for furter diagnostics.
You can try to obtain a prebuilt binary from
http://sf.net/project/showfiles.php?group_id=7586&package_id=72941
Also, you can file an issue at http://svn.boost.org
Please attach bootstrap.log in that case.
问题是什么以及如何解决?
【问题讨论】:
标签: boost command-line mingw