libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Re: libmicrohttpd 0.4.4 on Windows


From: Nils Durner
Subject: Re: [libmicrohttpd] Re: libmicrohttpd 0.4.4 on Windows
Date: Thu, 05 Nov 2009 00:58:09 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi Brecht,

thanks for the report.

>>     Socket descriptor larger than FD_SETSIZE: 200 > 64
>>     
That's okay on Windows, since FD_SETSIZE is really just the maximum
possible size of an FD set. Different from Unix, the numeric value of an
FD does not matter at all. The error message is silenced in r9400.

>> Is it safe to disable this test on Windows?
>>     
Yes.

>> I always need to add the lines below near the end of src/include/plibc.h
>> to get it to compile.
>> Maybe some #ifdef __MINGW32__ could be used for this case?
>>     
The declarations are at plibc.h:644. Please send me the original error
message, maybe there's something wrong with the inclusion context.


Thanks,

Nils




reply via email to

[Prev in Thread] Current Thread [Next in Thread]