cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: compile curl-7.15.3: nmake -f makefile.vc fails

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 15 May 2006 00:55:38 +0200 (CEST)

On Sat, 13 May 2006, Huub Fleuren wrote:

> .\ftp.c(214) : error C2065: 'socklen_t' : undeclared identifier

libcurl's header file lib/config-win32.h skips the define of socklen_t if you
also have HAVE_WS2TCPIP_H defined, and you should since that is defined
further up in the same header file.

Doesn't your ws2tcpip.h header file define/typedef that socklen_t type for
you?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-05-15