Re: Netinet6

2003-10-31 Thread Kris Kennaway
mpiling ports that > > are known to work on FreeBSD, then we can talk :) > > > > Kris > > It's an error I get with multiple software packages that compile just > fine in Linux, which is why I thought it might be a more common BSD > "problem" and one with

Re: Netinet6

2003-10-31 Thread Aaron Dalton
with multiple software packages that compile just fine in Linux, which is why I thought it might be a more common BSD "problem" and one with perhaps a common answer. If not, I'll have to try some other things. Is /usr/include/netinet6/in6.h something generated when building the

Re: Netinet6

2003-10-31 Thread Kris Kennaway
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

Re: Netinet6

2003-10-31 Thread Aaron Dalton
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.

Re: Netinet6

2003-10-31 Thread Kris Kennaway
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

Re: Netinet6

2003-10-31 Thread Aaron Dalton
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

Re: Netinet6

2003-10-31 Thread Kris Kennaway
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. B

Netinet6

2003-10-31 Thread Aaron Dalton
udes which is deprecated, use instead" In file included from loopback.c:51: /usr/include/netinet/in.h:235: syntax error before `in_addr_t' /usr/include/netinet/in.h:287: syntax error before `u_char' In file included from /usr/include/netinet/in.h:469, from loopba