On 2006-02-22 04:34:17 -0700 Adam Fedor <fedor@gnu.org> wrote:
Fail Compile i386-unknown-netbsdelf3.0 Wed Feb 22 03:58:37 CET 2006
Fail Compile powerpc-apple-darwin7.9.0 Tue Feb 21 09:28:55 MST 2006
Fail Compile sparc-sun-solaris2.7 Wed Feb 22 01:59:34 EST 2006
FYI, base compilation fails on both netbsd and darwin due this:
Compiling file NSStream.m ...
NSStream.m: In function `-[GSSocketServerStream
acceptWithInputStream:outputStream:]':
NSStream.m:1738: error: `EPROTO' undeclared (first use in this function)
although sys/errno.h defines both of the following, I'm not sure which
is intended:
/usr/include/sys/errno.h:#define EPROTOTYPE 41
/* Protocol wrong type for socket */
/usr/include/sys/errno.h:#define EPROTONOSUPPORT 43
/* Protocol not supported */
Also, base compilation fails on solaris 2.7 because it doesn't have any
of the IPv6 functions. I could probably add a configure check for this
and ifdef out the IPv6 classes, if that seems to be the right way to do
it...