From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 15:00:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A16C16A4CE for ; Fri, 31 Oct 2003 15:00:45 -0800 (PST) Received: from priv-edtnes04.telusplanet.net (outbound02.telus.net [199.185.220.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C8E43FAF for ; Fri, 31 Oct 2003 15:00:44 -0800 (PST) (envelope-from aaron@finch.st) Received: from [198.53.109.134] by priv-edtnes04.telusplanet.net (InterMail vM.6.00.05.00 201-2115-109-20030812) with ESMTP <20031031230044.FTAR14637.priv-edtnes04.telusplanet.net@[198.53.109.134]>; Fri, 31 Oct 2003 16:00:44 -0700 From: Aaron Dalton To: Kris Kennaway Date: Fri, 31 Oct 2003 16:00:41 -0700 User-Agent: KMail/1.5.4 References: <200310311215.03501.aaron@finch.st> <200310311542.43405.aaron@finch.st> <20031031224830.GA38916@rot13.obsecurity.org> In-Reply-To: <20031031224830.GA38916@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310311600.41534.aaron@finch.st> cc: freebsd-questions@freebsd.org cc: Kris Kennaway Subject: Re: Netinet6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 23:00:45 -0000 On October 31, 2003 03:48 pm, Kris Kennaway wrote: > On Fri, Oct 31, 2003 at 03:42:43PM -0700, Aaron Dalton wrote: > > On October 31, 2003 03:11 pm, Kris Kennaway wrote: > > > On Fri, Oct 31, 2003 at 12:15:03PM -0700, Aaron Dalton wrote: > > > > I have been trying to compile some C++ socket code. I get the > > > > same errors with multiple software packages so I'm thinking > > > > it's something FreeBSD-related. I am a BSD newb so I would > > > > appreciate any advice you could give me. Below are the errors > > > > themselves. Thank you so much for your time. > > > > > > You seem to be running -CURRENT, which is a poor choice for a > > > "BSD newb". This particular problem was fixed earlier this week, > > > but you'll probably encounter others at some point. Try > > > switching to 4.9-RELEASE or 4.9-STABLE instead - see the handbook > > > for more information about the difference between -RELEASE, > > > -STABLE and -CURRENT. > > > > > > Kris > > > > Actually I'm running FreeBSD 4.8-RELEASE. I don't believe I've > > ever tried to cvsup my include files. Perhaps I should do a full > > upgrade to 4.9-RELEASE and see how it goes? What's the best way to > > approach that without losing all my pkgdb and settings? > > What ports were you trying to compile? > > Kris These aren't ports, which is the problem :) I'm trying to compile HawkNL (a c++ socket library) and a linux bandwidth monitor I use on my Linux box. Neither of which are in the ports tree. Aaron