bug-gnustep
[Top][All Lists]
Advanced

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

Re: [Gnustep-cvs] GNUstep Testfarm Results


From: Alex Perez
Subject: Re: [Gnustep-cvs] GNUstep Testfarm Results
Date: Sat, 25 Feb 2006 13:59:08 -0800
User-agent: Thunderbird 1.5 (Windows/20051201)

Adam Fedor wrote:
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...

There's not any other way I can think of, sounds correct to me. That's normally how it's handled.





reply via email to

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