命令視窗里openssl路徑下執行 nmake -f ms\ntdll.mak時提示
ms\uplink.c(11) : fatal error C1083: Cannot open include file: 'windows.h': No s
uch file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
然后根據網上提供的解決方案,我在vc路徑里運行了 VCVARS32.bat,
c:\Program Files\Microsoft Visual Studio\VC98\Bin>VCVARS32
Setting environment for using Microsoft Visual C++ tools.
環境變數也設定成功了,但回傳去執行nmake -f ms\ntdll.mak還是有同樣的錯誤,找不到windows.h檔案
而在執行nmake -f ms\nt.mak時出現stdlib.h找不到的情況
.\crypto\cryptlib.h(62) : fatal error C1083: Cannot open include file: 'stdlib.h
': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
uj5u.com熱心網友回復:
所以現在你有解決這個問題嗎,同問轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/61539.html
上一篇:C++中的shape類
