|
How to fix compiler errors during MSVC build of OpenSSLSee also: Problem: When building OpenSSL using Microsoft Visual Studio (MS Visual C++) by running nmake -f ms\ntdll.makyou may see the following error messages: .\crypto\cversion.c(105) : error C2220: warning treated as error - no 'object' file generated .\crypto\cversion.c(105) : warning C4129: 'o' : unrecognized character escape sequence NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
Solution: |