0
我正在爲Amd64編譯openssl。問題是我找不到64位版本的vsvars32.bat?有沒有這樣的文件,或者我必須編輯vsvar32的64位版本?我在哪裏可以找到vsvars32.bat的64位版本?
我正在爲Amd64編譯openssl。問題是我找不到64位版本的vsvars32.bat?有沒有這樣的文件,或者我必須編輯vsvar32的64位版本?我在哪裏可以找到vsvars32.bat的64位版本?
您沒有指定您使用的是哪個版本的Visual Studio。在VC
目錄中應該有一個名爲vcvarsall.bat
的文件。
您可以調用腳本x86_amd64
作爲參數(即vcvarsall x86_amd64
),並且很會照顧調用appropropriate腳本(在我的VS 12.0安裝將在VC \ BIN \ x86_amd64調用vcvars86_amd64.bat
)。
我正在使用visual studio 2015. – Saleh
另請參閱此處:https://msdn.microsoft.com/de-de/library/x4d2c09s.aspx?f=255&MSPPError=-2147217396 – Vertexwahn
@Saleh:您是否安裝了Common Visual C++ 2015的工具?更多細節在這裏:http://stackoverflow.com/questions/31566807/how-to-build-boost-version-1-58-0-using-visual-studio-2015-enterprise – Vertexwahn