cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Libcurl binaries for msvc 6

From: Adrian Michel <michel_at_pacbell.net>
Date: Sun, 14 Dec 2003 08:40:03 -0800

I checked out the latest cvs version and here is the output with all
protocols enabled:

***********************
.
.
.
        cl.exe /MD /O2 /D "NDEBUG" /D "USE_SSLEAY" /I
"d:\dev\external\openssl-0.9.7c/inc32" /I
"d:\dev\external\openssl-0.9.7c/inc32/openssl" /I "..
/include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB" /YX /FD
/c /D "MSDOS" /Fo".\release-ssl-dll\ftp.obj" .\ftp.c
ftp.c
.\ftp.c(138) : warning C4018: '==' : signed/unsigned mismatch
.\ftp.c(160) : error C2065: 'socklen_t' : undeclared identifier
.\ftp.c(160) : error C2059: syntax error : ')'
.\ftp.c(161) : error C2059: syntax error : ')'
.\ftp.c(190) : error C2061: syntax error : identifier 'Curl_GetFTPResponse'
.\ftp.c(190) : error C2059: syntax error : ';'
.\ftp.c(190) : error C2059: syntax error : 'type'
.\ftp.c(1326) : error C2146: syntax error : missing ';' before identifier
'sslen'
.\ftp.c(1326) : error C2065: 'sslen' : undeclared identifier
.\ftp.c(1366) : error C2146: syntax error : missing ';' before identifier
'socksize'
.\ftp.c(1366) : error C2065: 'socksize' : undeclared identifier
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
************************

and with only http enabled:
*************************
timeval.c
        cl.exe /MD /O2 /D "NDEBUG" /D "USE_SSLEAY" /I
"d:\dev\external\openssl-0.9.7c/inc32" /I
"d:\dev\external\openssl-0.9.7c/inc32/openssl" /I "..
/include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB" /YX /FD
/c /D "MSDOS" /Fo".\release-ssl-dll\url.obj" .\url.c
url.c
.\url.c(119) : fatal error C1083: Cannot open include file: 'ca-bundle.h':
No such file or directory
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
*************************

I could not find ca-bundle.h in any of the packages: curl, openssl or zlib.

Adrian

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Received on 2003-12-14