| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: compile curl-7.15.3: nmake -f makefile.vc fails
From: Huub Fleuren <hfl_at_home.nl>
Date: Wed, 31 May 2006 21:01:06 +0200
Daniel,
it is solved allready, in the makefile[s].vc6.
Allthough a bit erroneous...
It says
!IFDEF WINDOWS_SSPI
So assumably the SDK is necessary, but only if WINDOWS_SSPI is defined
So if you have the SDK you can change
OR alternatively if you don't have the SDK
Use the conditional /DUSE_WINDOWS_SSPI parameter on the compile command
#if defined(USE_WINDOWS_SSPI)
instead
This then works with or without platform SDK
The same counts for the ./src/makefile.vc6 and src/config-win32.h
Regards, Huub
Daniel Stenberg schreef:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info