cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: win32 autobuilds

From: Greg Hewgill <greg_hewgill_at_ud.com>
Date: Tue, 9 Mar 2004 16:21:13 -0600

>Here, sockfd is an int. If the windows code returns an unsigned int. Does it
>return 0xffffffff when it fails?

Yes, it happens that:

#define INVALID_SOCKET (SOCKET)(~0)

>You script says 'testcurl: src/curl.exe was created fine' while the
>server-side script scans for "testcurl: src/curl was created fine"...

Yup, I'm iteratively improving the output as we speak. :)

The regex that detects warnings might need some refinement since the leading
".\" is not necessarily present on all files. Some warnings in getpass.c are not highlighted.

Greg Hewgill
http://hewgill.com
Received on 2004-03-09