This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: Build failure on current CVS
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