microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

OpenSSL_1_0_1_WinRT-stable ARM build error #30

Closed gs-ts closed 8 years ago

gs-ts commented 8 years ago

I am trying to build OpenSSL_1_0_1_WinRT-stable for Windows Universal apps with Visual Studio 2015 Version 14.0.25123.00. I get the following error:

1>.\crypto\cryptlib.c : fatal error C1083: Cannot open include file: 'sdkddkver.h': No such file or directory 1>NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_ARM\cl.EXE"' : return code '0x2' 1> Stop. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(37,5): error MSB3073: The command "build.bat Debug ARM" exited with code 2.

Any idea how to resolve that?

gs-ts commented 8 years ago

fixed by uninstall/install Visual Studio.