Date: Fri, 11 Oct 2002 11:51:33 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: David O'Brien <obrien@FreeBSD.ORG> Cc: Alexander Kabaev <ak03@gte.com>, Martin Blapp <mb@imp.ch>, gallatin@cs.duke.edu, kabaev@bellatlantic.net, current@FreeBSD.ORG Subject: Re: HEADSUP: GCC 3.2.1 update is coming Message-ID: <20021011115133.A78724@espresso.q9media.com> In-Reply-To: <20021011031812.GA11623@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Thu, Oct 10, 2002 at 08:18:12PM -0700 References: <15782.2292.316787.538836@grasshopper.cs.duke.edu> <20021011012444.U15308-100000@levais.imp.ch> <20021010203858.093132f9.ak03@gte.com> <20021011031812.GA11623@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien <obrien@FreeBSD.ORG> writes: > On Thu, Oct 10, 2002 at 08:38:58PM -0400, Alexander Kabaev wrote: > > Could you please try to compile libmsun with with GCC 3.3 snapshot David > > just committed and see if that changes anything? > > It doesn't compile on -current. Mike and the standards guys are suspose > to undo the breakage that crept into out headers. For the daring, try to > build the port and then change the two "u_long" that is complained about > to "unsigned long". I've committed this for now. The `#ifndef _POSIX_SOURCE' conditional needs to check for other standards, but I'll leave this until I have a chance to go through the entire header to make it conformant. This is a new problem because of rev 1.74 of <sys/types.h> where a conditional was updated to check for other standards, but had some dependencies that I wasn't aware of and world didn't find them for me. If there are any others I should find them as I go through each standard header. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021011115133.A78724>