cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Libcurl binaries for msvc 6

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Sun, 14 Dec 2003 16:39:50 +0100

"Adrian Michel" <michel_at_pacbell.net> said:

> /include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB" /YX /FD
> /c /D "MSDOS" /Fo".\release-ssl-dll\connect.obj" .\connect.c
> connect.c
> .\connect.c(175) : warning C4018: '==' : signed/unsigned mismatch
> .\connect.c(178) : warning C4018: '==' : signed/unsigned mismatch
> .\connect.c(297) : error C2065: 'socklen_t' : undeclared identifier

I think it's a missing or superflous 'socklen_t' in config-win32.h
Believe it's fixed in latest CVS-version, but I seldom use MSVC.

> /include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "_MBCS" /D "_LIB" /YX /FD
> /c /D "MSDOS" /Fo".\release-ssl-dll\netrc.obj" .\netrc.c
> netrc.c
> .\netrc.c(124) : error C2065: 'pw' : undeclared identifier
> .\netrc.c(124) : warning C4047: '==' : 'void *' differs in levels of

That you can fix by adding "void *pw = NULL" at top
or function.

--gv

-------------------------------------------------------
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