Date: Fri, 31 Oct 2003 18:33:34 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Aaron Dalton <aaron@finch.st> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: Netinet6 Message-ID: <20031101023334.GA40559@rot13.obsecurity.org> In-Reply-To: <200310311928.04357.aaron@finch.st> References: <200310311215.03501.aaron@finch.st> <200310311600.41534.aaron@finch.st> <20031031230446.GA39114@rot13.obsecurity.org> <200310311928.04357.aaron@finch.st>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031101023334.GA40559>