Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread James Turner

On 26 Aug 2011, at 12:21, Alan Teeder wrote:

> Your latest fix seems to have cleared the error messages.

And, it works, I hope? :)

James


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread Alan Teeder
Your latest fix seems to have cleared the error messages.

Thanks.

Alan

-Original Message- 
From: James Turner
Sent: Friday, August 26, 2011 11:29 AM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor 
windows


On 26 Aug 2011, at 10:45, Alan Teeder wrote:

> Here you are:-
>
> mismatch in socket address sizes: got 28, expected 16
> family: 23

Interesting, that's an IPX (as in, Novell Netware!) address - I've committed 
some additional changes so we're IP4 only for the moment, IP6 can be added 
fairly easily now though :)

James


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread James Turner

On 26 Aug 2011, at 10:45, Alan Teeder wrote:

> Here you are:-
> 
> mismatch in socket address sizes: got 28, expected 16
> family: 23

Interesting, that's an IPX (as in, Novell Netware!) address - I've committed 
some additional changes so we're IP4 only for the moment, IP6 can be added 
fairly easily now though :)

James


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread Alan Teeder
Here you are:-

mismatch in socket address sizes: got 28, expected 16
family: 23
Error: connect() failed in make_client_socket()
SG_IO_OUT socket creation failed.
Error opening channel communication layer.
I/O Channel config failed
.
.
.
FGMultiplayerMgr - No receiver port. Multiplayer mode disabled.

Alan

-Original Message- 
From: James Turner
Sent: Friday, August 26, 2011 10:30 AM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor 
windows


On 26 Aug 2011, at 09:49, Alan Teeder wrote:

> It compiles and run now, but I still see the error messages (mismatch in
> socket address sizes   etc... )  mentioned in yesterday´s post ;-(

You should be seeing a bit more debug information, about why it's failing - 
relating to the size of the address structures, and the address family.

James


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread James Turner

On 26 Aug 2011, at 09:49, Alan Teeder wrote:

> It compiles and run now, but I still see the error messages (mismatch in 
> socket address sizes   etc... )  mentioned in yesterday´s post ;-(

You should be seeing a bit more debug information, about why it's failing - 
relating to the size of the address structures, and the address family.

James


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor windows

2011-08-26 Thread Alan Teeder
James

It compiles and run now, but I still see the error messages (mismatch in 
socket address sizes   etc... )  mentioned in yesterday´s post ;-(

Alan

-Original Message- 
From: James Turner
Sent: Friday, August 26, 2011 9:37 AM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] Simgear -netinfo/in.h notavailablefor 
windows


On 25 Aug 2011, at 19:44, Alan Teeder wrote:

> Well, that fixed the compilation, but at run time I see:
>
> mismatch in socket address sizes
> Error: connect() failed in make-client_socket()

Pushed a Simgear change to hopefully fix this, or at least give more 
information when it fails - let me know what you see.

James

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear - netinfo/in.h notavailablefor windows

2011-08-26 Thread James Turner

On 25 Aug 2011, at 19:44, Alan Teeder wrote:

> Well, that fixed the compilation, but at run time I see:
>  
> mismatch in socket address sizes
> Error: connect() failed in make-client_socket()

Pushed a Simgear change to hopefully fix this, or at least give more 
information when it fails - let me know what you see.

James

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Simgear - netinfo/in.h notavailablefor windows

2011-08-25 Thread Alan Teeder
Well, that fixed the compilation, but at run time I see:

mismatch in socket address sizes
Error: connect() failed in make-client_socket()
SG_IO_OUT socket creation failed
Error opening channel communication layer.
I/O Channel config failed.

Alan

From: Alan Teeder 
Sent: Thursday, August 25, 2011 3:21 PM
To: FlightGear developers discussions 
Subject: Re: [Flightgear-devel] Simgear - netinfo/in.h notavailablefor windows

James

With the latest I get link errors looking for freeaddrinf and getaddrinfo.
It is cured when I add Wsiapi.h to raw_socket.cxx.

i.e. 
#if defined(WINSOCK)
# include 
# include 
# include 
# include 
#else

The platform is Windows7, Visual studio 8. 

I understand that MS had fixed this particular bug back in Windows 2000 days, 
but it seems to have crept back in – on my system at least.

Alan

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel