curl-users
RE: -pre3 build problems under cygwin
Date: Fri, 22 Feb 2002 12:21:19 -0500
Indeed. From lib/config.h:
/* Define if you have the <winsock.h> header file. */
#define HAVE_WINSOCK_H 1
Changing multi.h as you describe fixes this... Does this mean the
configure script needs a slight touchup for cygwin?
Now that it's built, I'll try a few tests ;-)
Thanks,
--Kevin
-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Friday, February 22, 2002 10:34 AM
To: Curl Mailing List (E-mail)
Subject: Re: -pre3 build problems under cygwin
On Fri, 22 Feb 2002, Roth, Kevin P. wrote:
> Can anyone tell what's going on from this output? If I can do anything
to
> help troubleshoot, I'll be glad to run something for you.
Can you try to remove the <winsock.h> include from lib/multi.h?
It is currently within a #ifdef HAVE_WINSOCK_H but it probably makes it
get
included for you, when it shouldn't.
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2002-02-22