我试图在windows 7(版本6.1.7601)上安装boost v.1.54。已经安装了包含mingw、gcc和g++编译器的cygwin。
我需要使用'stage‘参数来构建boost;但是它会产生以下错误:
C:\boost\tools\build\v2>b2 --prefix="C:\boost_build" toolset=gcc --build type=complete gcc stage
notice: could not find main target stage
notice: assuming it is a name of file to create.
don't know how to make <e>stage
...found 1 target...
...can't find 1 target...
C:\boost\tools\build\v2>到目前为止,我还没有收到建设社区的回复。如果你能给我指明正确的方向,我很感激。
补充意见:
发布于 2013-09-13 19:12:21
发布于 2014-12-03 21:08:59
我相信这个问题的正确解决方案是在C:\boost文件夹中,而不是在C:\boost\tools\build\v2文件夹中运行您的命令。希望这能有所帮助。
https://stackoverflow.com/questions/18724579
复制相似问题