boostorg / boostorg/build

bad setup var directory for : msvc-14.0 address-model=64 os=windows

未關閉
#108 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C++
星號
251
分支
63
PR 合併指標
30 天內沒有已合併 PR

描述

For this cmd :
X:BLABLA1\boost-build\build\b2.exe toolset=msvc-14.0 variant=release threading=multi link=shared address-model=64 warnings=on target-os=windows -d1 > X:BLABLA2\test\test_boost-build\test_helloworld\bin\msvc-14.0-64-release-64-multi.log

it doesn't works :
failed compile-c-c++ bin\msvc-14.0\release\address-model-64\threading-multi\hello.obj...

Because of b2 call that :
'"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64' >nul

And it doesn't work if i try my self to see the output of this cmd:
«The specified configuration type is missing. The tools for the
configuration might not be installed.»

I use visual 2015 express and the right command is :
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。