Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LINK : fatal error LNK1181: cannot open input file '..\builds\libcurl-vc15-x86-release-dll-zlib-dll-winssl-obj-lib\vssh\libssh2.obj'
Curl 7.65.3 was building fine
nmake /f makefile.vc vc=15 WITH_DEVEL=C:\VC15\Win32\deps-curl-WinSSL mode=dll USE_SSPI=yes USE_IPV6=yes USE_IDN=no MACHINE=x86 WITH_ZLIB=dll ENABLE_WINSSL=yes
Build without errors
7.66.0
Windows server 2019
The text was updated successfully, but these errors were encountered:
Please try #4323 and see if it fixes it for you!
Sorry, something went wrong.
Thanks!
All fine now.
a765a30
No branches or pull requests
LINK : fatal error LNK1181: cannot open input file '..\builds\libcurl-vc15-x86-release-dll-zlib-dll-winssl-obj-lib\vssh\libssh2.obj'
Curl 7.65.3 was building fine
I did this
nmake /f makefile.vc vc=15 WITH_DEVEL=C:\VC15\Win32\deps-curl-WinSSL mode=dll USE_SSPI=yes USE_IPV6=yes USE_IDN=no MACHINE=x86 WITH_ZLIB=dll ENABLE_WINSSL=yes
I expected the following
Build without errors
curl/libcurl version
7.66.0
operating system
Windows server 2019
The text was updated successfully, but these errors were encountered: