Re: [Plib-devel] Portability issue in plib 1.8.4 class netAddress
Brought to you by:
sjbaker
From: Miguel L. S. R. <mi...@an...> - 2008-03-30 10:31:11
|
> From wa...@gm... Thu Mar 27 19:32:34 2008 > From: "Vikas N Kumar" <vik...@us...> > Subject: Re: [Plib-devel] Portability issue in plib 1.8.4 class netAddress > > On Thu, Mar 27, 2008 at 2:43 PM, Miguel Lopes Santos Ramos < > mi...@an...> wrote: > > > > > In this case, I came across this problem when trying to get FlightGear to > > work on FreeBSD; > > whenever I tried to have it create a socket, it failed. I found out that > > it was failing with > > the following error: Address family not supported by protocol family. > > That's the message for EAFNOSUPPORT. > > > > So, I checked the file src/net/netSocket.h in the underlaying plib-1.8.4, > > and found out > > > > > Hi Miguel, > > If you are using CVS version of FlightGear then please use plib-1.8.5 for > all purposes. It works fine with that. > > Regards > Vikas. Hi, Sorry for the time taken to answer, I only have time on weekends. Actually, plib-1.8.5 has the same problem, please confirm net/netSocket.h. I don't know what you mean by "works fine"; I can get FlightGear to work as long as I don't activate the UDP interfaces (which are used for connecting to Atlas and terrasync). If those are activated, then it won't run. Anyway, that would be a matter for the FlightGear mailing list. I'm posting here because I have several different sugestions to make the netSocket class portable. How can I contact plib's developers? Greetings, Miguel |