Open kubiwudi opened 9 months ago
cl : Command line warning D9025 : overriding '/MT' with '/MTd' cl : Command line warning D9025 : overriding '/Zi' with '/Z7' aes-586.S crypto\aes\libcrypto-lib-aes-586.obj.asm:1: error: parser: instruction expected crypto\aes\libcrypto-lib-aes-586.obj.asm:2: warning: label alone on a line without a colon might be in error [-w+label-orphan] crypto\aes\libcrypto-lib-aes-586.obj.asm:4: warning: unterminated string (missing `"') [-w+pp-open-string] crypto\aes\libcrypto-lib-aes-586.obj.asm:4: error: label or instruction expected at start of line crypto\aes\libcrypto-lib-aes-586.obj.asm:490: error: parser: instruction expected crypto\aes\libcrypto-lib-aes-586.obj.asm:491: error: parser: instruction expected NMAKE : fatal error U1077: '"E:\vcpkg-2023.11.20\downloads\tools\nasm\nasm-2.16.01\nasm.exe" -f win32 -o crypto\aes\libcrypto-lib-aes-586.obj crypto\aes\libcrypto-lib-aes-586.obj.asm' : return code '0x1' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x86\nmake.exe" /LU _build_libs' : return code '0x2' Stop.
Cleaning sources at E:/vcpkg-2023.11.20/buildtrees/openssl/src/nssl-3.1.4-c5488d00d9.clean. Use --editable to skip cleaning for the packages you specify.
I can't reproduce this issue in my side. I used the latest vcpkg 2023-12-12-1c9ec1978a6b0c2b39c9e9554a96e3e275f7556e and VS2022 17.8.4.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Operating system
win11,VS2022
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
install-x86-windows-dbg-nmake-err.log install-x86-windows-static-dbg-nmake-out.log
Additional context
No response