On Sat, 5 Oct 2002 21:28:32 -0700 Adam Kranzel <[EMAIL PROTECTED]> wrote:
> On Sat, 5 Oct 2002 21:27:07 -0700 > Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > On Sat, Oct 05, 2002 at 08:36:48PM -0700, Adam Kranzel wrote: > > > > > It has been committed, and makes it build just fine for me... > > > > OK, ignore my previous mail then. > > > > Kris > > > > I'm doing some testing, and will report back in a bit. It's possible > I have something weird going on that's making it work. > > -Adam > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message > It works just fine for me (I cleaned out my ports tree first, to make sure I had no extra files laying around). Are you sure you have a clean /usr/include? I've seen some really weird faliures from having outdated include files (lots of things changed/moved with the upgrades of the system compiler to GCC 3.1 and then 3.2). It's safe to remove /usr/include/* just before an installworld (as far as I can tell), so you could buildworld, remove everything in /usr/include (I'd actually cuggest moving it somewhere else, in case you need it back), installworld, and try building the port again. You should also be able to remove everything in /usr/include then "make installincludes" in /usr/src, though I've had trouble with that before (probably pilot error though). If I think of anything else I'll let you know. -Adam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message