[Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Bertrand Coconnier
Hi, A number of issues have been reported in the bug tracker #184 about the capacity of JSBSim to take some command line arguments into account. After investigating the subject, I found that several bugs were involved in this issue: 1. The atmospheric properties of FG are not yet initialized

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread ThorstenB
Am Samstag, den 28.05.2011, 23:20 +0200 schrieb Bertrand Coconnier: A number of issues have been reported in the bug tracker #184 about the capacity of JSBSim to take some command line arguments into account. After investigating the subject, I found that several bugs were involved in this

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Roland Häder
Hi, with that latest changes I get this compiler error: http://pastebin.com/HuTaZ85Z Regards, Roland On Sun, 2011-05-29 at 00:14 +0200, ThorstenB wrote: Am Samstag, den 28.05.2011, 23:20 +0200 schrieb Bertrand Coconnier: A number of issues have been reported in the bug tracker #184 about

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Alex Romosan
Roland Häder r.hae...@gmx.de writes: with that latest changes I get this compiler error: http://pastebin.com/HuTaZ85Z this patch fixed for me: --- a/src/MultiPlayer/multiplaymgr.hxx +++ b/src/MultiPlayer/multiplaymgr.hxx @@ -34,6 +34,7 @@ #include string #include vector +#include memory