Build failure on current CVS

Harold L Hunt II huntharo@msu.edu
Fri Jul 25 02:31:00 GMT 2003


Earle,

Earle F. Philhower III wrote:
> Shouldn't they be #ifdef'ing all things like this?  I'm sure cygwin is 
> not the
> only xfree86 architecture that doesn't have IPV6 headers...
> 

The first error shows up on line 305:

304 #if defined(IPv6) && defined(AF_INET6)
305     struct sockaddr_storage sockname;
306 #else
307     struct sockaddr_in 	sockname;
308 #endif

So, IPv6 and AF_INET6 are being defined for our platform when they 
should not be defined.  I will try to track this down, but I can't 
promise anything.

Harold



More information about the Cygwin-xfree mailing list