Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-09 Thread Frederic Bouvier
Hi Tim, Tim Moore a écrit : On Fri, 6 Jun 2008 09:13:49 +0200 Melchior FRANZ [EMAIL PROTECTED] wrote: * Frederic Bouvier -- Friday 06 June 2008: Moreover, you can't include a statement like using std::cerr; if std::cerr is not already defined. Just for the record: I had

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-09 Thread Vivian Meazza
Fred wrote Sent: 07 June 2008 09:14 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4 Hi Tim, Tim Moore a écrit : On Fri, 6 Jun 2008 09:13:49

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-09 Thread Maik Justus
Hi Fred, Frederic Bouvier schrieb am 07.06.2008 10:14: I was able to compile JSBsim and FG today, except a small glitch with non portable code in new_gui.h I was able to fix using plib. Thank you! Thanks, -Fred Maik

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-06 Thread Frederic Bouvier
Hi Maik, - Maik Justus a écrit : Frederic Bouvier schrieb am 05.06.2008 22:15: These changes are very unfortunate. Like it or not, cin, cerr and cout are defined in iostream under MSVC. FG is no longer compilable for me :-( -Fred Hi Fred, don't know what is

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-06 Thread Melchior FRANZ
* Frederic Bouvier -- Friday 06 June 2008: Moreover, you can't include a statement like using std::cerr; if std::cerr is not already defined. Just for the record: I had to modify a few files in fg/JSBSim as well to make it compile. On Linux! This may be because I'm using a different build

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-06 Thread Melchior FRANZ
* Tim Moore -- Friday 06 June 2008: [...] then I'd prefer that we'd say get JSBSim from the JSBSim CVS server like we do with plib. At the very least it should have imported on a vendor branch into our CVS so that local changes could be easily maintained. Solution in search of a problem? We

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-06 Thread Melchior FRANZ
* Tim Moore -- Friday 06 June 2008: Let me know what changes you have made and I'll resubmit my patch to JSBSim. The reason was: in the past the JSBSim in fgfs had to be compiled with -DFGFS, and there are #ifdef FGFS blocks in several of the JSBSim files. But these blocks are now obsolete and

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread gerard robin
On lun 2 juin 2008, Tim Moore wrote: Update of /var/cvs/FlightGear-0.9/source/src/FDM/JSBSim/models/flight_control In directory baron:/tmp/cvs-serv2999/src/FDM/JSBSim/models/flight_control Modified Files: FGActuator.cpp FGFCSComponent.h Log Message: Clean up header file use of

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Melchior FRANZ
* gerard robin -- Thursday 05 June 2008: Does this will be compatible with actual JSBSim development ? No, it will get overwritten with the next JSBSim update. There's a reason why commits to externally maintained parts of fgfs (nasal, jsbsim) used to be taboo, just like commits to parts which

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Frederic Bouvier
- Curtis Olson [EMAIL PROTECTED] a écrit : On Thu, Jun 5, 2008 at 10:22 AM, Melchior FRANZ wrote: * gerard robin -- Thursday 05 June 2008: Does this will be compatible with actual JSBSim development ? No, it will get overwritten with the next JSBSim update. There's a reason

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Tim Moore
On Thu, 5 Jun 2008 17:22:33 +0200 Melchior FRANZ [EMAIL PROTECTED] wrote: * gerard robin -- Thursday 05 June 2008: Does this will be compatible with actual JSBSim development ? No, it will get overwritten with the next JSBSim update. There's a reason why commits to externally maintained

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Maik Justus
Frederic Bouvier schrieb am 05.06.2008 22:15: These changes are very unfortunate. Like it or not, cin, cerr and cout are defined in iostream under MSVC. FG is no longer compilable for me :-( -Fred Hi Fred, don't know what is different here, but yesterday evening I compiled

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Tim Moore
On Thu, 5 Jun 2008 22:15:41 +0200 (CEST) Frederic Bouvier [EMAIL PROTECTED] wrote: - Curtis Olson [EMAIL PROTECTED] a écrit : On Thu, Jun 5, 2008 at 10:22 AM, Melchior FRANZ wrote: * gerard robin -- Thursday 05 June 2008: Does this will be compatible with actual JSBSim

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Melchior FRANZ
* Tim Moore -- Thursday 05 June 2008: I never got the memo that large parts of the tree were off limits. In the old days one didn't need memos for that. One had to be around long enough before one even got CVS access. Enough time to learn the rules. Not your fault, of course, that this has

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread gerard robin
On jeu 5 juin 2008, Melchior FRANZ wrote: On the other hand, why is JSBSim in our CVS at all if new versions are brought in in this way? What way would you prefer? Some projects are on other servers, and CVS has no way to import them directly. They need to be copied in. This hasn't been a

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/FDM/JSBSim/models/flight_control FGActuator.cpp, 1.2, 1.3 FGFCSComponent.h, 1.3, 1.4

2008-06-05 Thread Tim Moore
On Thu, 5 Jun 2008 23:11:03 +0200 Melchior FRANZ [EMAIL PROTECTED] wrote: * Tim Moore -- Thursday 05 June 2008: I never got the memo that large parts of the tree were off limits. In the old days one didn't need memos for that. One had to be around long enough before one even got CVS