From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 18:33:37 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 5EB3116A4CE for ; Fri, 31 Oct 2003 18:33:37 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E30E43FAF for ; Fri, 31 Oct 2003 18:33:36 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 185DB66D74; Fri, 31 Oct 2003 18:33:36 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id C723EB2E; Fri, 31 Oct 2003 18:33:35 -0800 (PST) Date: Fri, 31 Oct 2003 18:33:34 -0800 From: Kris Kennaway To: Aaron Dalton Message-ID: <20031101023334.GA40559@rot13.obsecurity.org> References: <200310311215.03501.aaron@finch.st> <200310311600.41534.aaron@finch.st> <20031031230446.GA39114@rot13.obsecurity.org> <200310311928.04357.aaron@finch.st> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <200310311928.04357.aaron@finch.st> User-Agent: Mutt/1.4.1i 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: Sat, 01 Nov 2003 02:33:37 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 31, 2003 at 07:28:04PM -0700, Aaron Dalton wrote: > On October 31, 2003 04:04 pm, Kris Kennaway wrote: > > On Fri, Oct 31, 2003 at 04:00:41PM -0700, Aaron Dalton wrote: > > > 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. > > > > Sounds like the code could be broken, e.g. it doesn't include the > > correct system headers. If you have problems compiling ports that > > are known to work on FreeBSD, then we can talk :) > > > > Kris >=20 > It's an error I get with multiple software packages that compile just=20 > fine in Linux, which is why I thought it might be a more common BSD=20 > "problem" and one with perhaps a common answer. If not, I'll have to=20 > try some other things. Is /usr/include/netinet6/in6.h something=20 > generated when building the kernel itself? Can I copy this from /usr/ > src/sys after doing a cvsup of the src tree? =20 This is typically because the code was written non-portably and doesn't include the headers that are required by UNIX standards (i.e. it only runs on Linux). Fixing this usually isn't too difficult..you just need to figure out what header is missing and add it back. Kris --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/oxt+Wry0BWjoQKURAml+AKDzRAlPGUIpJ3FvZDP5ByFW5vPItACgnIxF tGr7zAwK4vpzjjHf1JjKHFw= =x+Ut -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e--