[Flightgear-devel] Trouble building JSBSim (standalone version)

2002-01-14 Thread Boslough, Mark B
Hello, I am attempting to compile the standalone version of JSBSim under cygwin on my windows machine, but when I run the autogen.sh script I get the error: . . . configure: creating ./config.status config.status: creating .infig.status: error: cannot find input file: Can anyone help me figure

RE: [Flightgear-devel] Trouble building JSBSim (standaloneversio n)

2002-01-14 Thread Boslough, Mark B
building the code. Thanks for your help. Mark -Original Message- From: Erik Hofman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:06 AM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] Trouble building JSBSim (standalone versio n) Boslough, Mark B wrote: Jon

RE: [Flightgear-devel] dumb CVS question

2002-01-16 Thread Boslough, Mark B
To: '[EMAIL PROTECTED]' Subject: Re: [Flightgear-devel] dumb CVS question * [EMAIL PROTECTED] (Boslough, Mark B) [2002.01.16 15:37]: I'm still trying to come up to speed and if I am going to do any serious work I need to be able to do CVS checkouts. I downloaded wincvs and am following

[Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
I am again trying to compile the CVS version of FlightGear. I *think* I am following instructions! I have not had any trouble building the version 0.7.8, but with CVS I get the following compile error: Making all in ATC make[2]: Entering directory `/usr/local/src/FlightGear/src/ATC' c++

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
Since I already had built plib, this time I downloaded and build the CVS version of Simgear followed by the CVS version of FlightGear. This time I got further, but still ran into this: Making all in GUI make[2]: Entering directory `/usr/local/src/FlightGear/src/GUI' c++ -DHAVE_CONFIG_H -I. -I.

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
I went ahead and checked out the CVS plib and it built without error. Thanks again everybody... hopefully there will be no more dumb beginner questions from me again for awhile :-) Mark -Original Message- From: BERNDT, JON S. (JON) (JSC-EX) (LM) [mailto:[EMAIL PROTECTED]] Sent: Monday,

[Flightgear-devel] another CVS build question

2002-01-30 Thread Boslough, Mark B
Hi again, I was able to download and install FlightGear on my home machine with your advice and help. Unfortunately, I am running into trouble on my work machine. I was able to download everything once I figured out it was a firewall problem, but when I run the scripts I get the attached

[Flightgear-devel] CVS build problem fixed

2002-01-30 Thread Boslough, Mark B
I figured out the problem. My cygwin was TOO up-to-date. I just replaced automake 1.5 with 1.4 and autoconf 2.52. with 2.13. Now I can build the CVS versions of everything. Mark -Original Message- From: Boslough, Mark B [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 2:06

[Flightgear-devel] Tower view

2002-02-22 Thread Boslough, Mark B
Is there no longer a tower view option? 0.7.8 could toggle from pilot to chase to tower view, I believe. 0.7.9 does not seem to have this feature. Mark ___ Flightgear-devel mailing list [EMAIL PROTECTED]

RE: [Flightgear-devel] Tower view

2002-02-23 Thread Boslough, Mark B
, February 23, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] Tower view At 2/23/02, you wrote: * [EMAIL PROTECTED] (Boslough, Mark B) [2002.02.22 18:40]: Is there no longer a tower view option? 0.7.8 could toggle from pilot to chase to tower view, I believe

RE: [Flightgear-devel] Speed 1 ?

2002-02-27 Thread Boslough, Mark B
To answer my question, I got into the code and put in a slow motion factor. I can now fly as slowly as I want. -Original Message- From: Boslough, Mark B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 5:05 PM To: '[EMAIL PROTECTED]' Subject: [Flightgear-devel] Speed

[Flightgear-devel] lost sounds

2002-02-28 Thread Boslough, Mark B
what happened to many of the sounds? I just updated to the current cvs and there is no longer wind, cranking, etc. Was that capability removed? I checked Sound/fg_fx.cxx and much of the code has been taken out. Was it put somewhere else or is it gone? Thanks

RE: [Flightgear-devel] lost sounds

2002-03-01 Thread Boslough, Mark B
: Boslough, Mark B writes: what happened to many of the sounds? I just updated to the current cvs and there is no longer wind, cranking, etc. Was that capability removed? I checked Sound/fg_fx.cxx and much of the code has been taken out. Was it put somewhere else or is it gone? I noticed

RE: [Flightgear-devel] CVS question

2002-03-07 Thread Boslough, Mark B
if I can figure out why this is happening. Mark -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] CVS question Boslough, Mark B writes: Now that I am modifying code, I

RE: [Flightgear-devel] CVS question

2002-03-07 Thread Boslough, Mark B
? (sorry if this has been answered somewhere I should already have seen). Mark -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 10:39 AM To: [EMAIL PROTECTED] Subject: RE: [Flightgear-devel] CVS question Boslough, Mark B writes

RE: [Flightgear-devel] idea ... (?)

2002-03-08 Thread Boslough, Mark B
I wrote a little routine that allows flightgear to read in the csv data from a previous flight (or from a standalone JSBSim flight) and replay it as a flight. I can use the joystick to adjust the speed and I can play it forward or reverse. Would that be useful to anyone else? Mark

[Flightgear-devel] ppm files

2002-03-26 Thread Boslough, Mark B
Howdy, I am attempting to grab a frame from FlightGear, which saves images as ppm files. Can someone tell me how to display a ppm file? None of the image software I have seems to recognize them. Thanks, Mark Boslough ___ Flightgear-devel mailing

RE: [Flightgear-devel] ppm files

2002-03-26 Thread Boslough, Mark B
: Tuesday, March 26, 2002 10:50 AM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] ppm files Boslough, Mark B writes: I am attempting to grab a frame from FlightGear, which saves images as ppm files. Can someone tell me how to display a ppm file? None of the image software I have

RE: [Flightgear-devel] problem making simgear

2002-04-26 Thread Boslough, Mark B
-Original Message- From: Tony Peden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 6:31 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] problem making simgear Did you do a cvs update -dP ? On Tue, 2002-04-23 at 17:19, Boslough, Mark B wrote: Hi, I did

[Flightgear-devel] Dual monitors

2002-05-30 Thread Boslough, Mark B
I am attempting to run flightgear under Windows 2000 on a machine with 2 monitors. My primary monitor is driven by a Geforce 3, and my second one is a Geforce 2 MX. When I run fgfs, it pops up on the primary monitor and runs fine, but when I move the window it to the sencondary monitor the

RE: [Flightgear-devel] Dual monitors

2002-05-30 Thread Boslough, Mark B
- From: Jon S Berndt [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:05 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] Dual monitors On Thu, 30 May 2002 13:57:09 -0600 Boslough, Mark B [EMAIL PROTECTED] wrote: I am attempting to run flightgear under Windows 2000

RE: [Flightgear-devel] Dual monitors

2002-05-30 Thread Boslough, Mark B
Does that mean that my GeForce 3 is overkill for fgfs? -Original Message- From: Jon S Berndt [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] Dual monitors On Thu, 30 May 2002 14:14:13 -0600 Boslough, Mark

RE: [Flightgear-devel] enormous exe

2002-05-30 Thread Boslough, Mark B
I tried it both ways under windows and it seems not to make any difference, at least on my machine. Mark -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 3:17 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] enormous exe

RE: [Flightgear-devel] Dual monitors

2002-06-01 Thread Boslough, Mark B
I am told that the Athean Graphics Hurricane has a dual-head PCI card that works in the Dell Latitude docking station I am using. I ordered one and will give it a shot. I will try it in my Dell tower as well. And i will buy another one if it works in both machines. Mark -Original

RE: [Flightgear-devel] Another automake victim

2002-09-18 Thread Boslough, Mark B
I could not build on cygwin until I installed automake 1.6. I tried to install autoconf 2.53 or 2.54 and could not do it for some reason, so I am still running autoconf 2.52. This seems to require that I get in and take the continuation symbols out of the configure.ac files. I can build the

RE: [Flightgear-devel] CVS build problem, was Another automakevi ctim

2002-09-19 Thread Boslough, Mark B
, Mark B writes: I can build the stable cvs versions of simgear and flightgear now, but the devel version of simgear does not build, failing as follows: SkyContext.hpp:40: extgl.h: No such file or directory Do a cvs update Hopefuly this should all be in place as of a couple of hours ago

RE: [Flightgear-devel] CVS build problem, was Another automakevi ctim

2002-09-19 Thread Boslough, Mark B
PROTECTED] Subject: Re: [Flightgear-devel] CVS build problem, was Another automake vi ctim Boslough, Mark B writes: I did that for both SimGear and FlightGear. Now I can build SimGear without any problem, but FlightGear no longer builds! Here is the error: undefined reference

RE: [Flightgear-devel] CVS build problem, was Another automakevi ctim

2002-09-19 Thread Boslough, Mark B
Thanks, I will try that. This is a slightly advanced operation, so don't feel too bad. You can start by using a different --prefix argument to ./configure for each branch, i.e. ./configure --prefix=/usr/local/experimental/ ./configure --prefix=/usr/local/stable/ All the best,

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:44 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] CVS build problem, was Another automake vi ctim Boslough, Mark B writes: I just tried that and unfortunately I get exactly the same problem. OK I know what the problem

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
. Regards, Curt. Boslough, Mark B writes: I am still unable to link FlightGear, getting the same errors. I started again from scratch and made the modifications you suggested, and still get: /usr/local/src/cvs-devel/simgear/simgear/sky/clouds3d/SkyConte xt.cpp:57: undefined

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
I just tried to do a complete rebuild (with the current plib) of the development branch, and got the same darn link errors I've been getting all along. Mark -Original Message- From: Jon S Berndt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 2:57 PM To: [EMAIL

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
on. Mrak -Original Message- From: Jon S Berndt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] Still can't build devel CVS On Fri, 20 Sep 2002 15:01:19 -0600 Boslough, Mark B [EMAIL PROTECTED] wrote: I

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
No, it is a perfect fall day in New Mexico. But seriously, I can't get it to build, so I can't get it to run! I'm running out of time today. Maybe I will try this at home over the weekend. Thanks for all your help! I gotta go now. Mark -Original Message- From: Norman Vine

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-20 Thread Boslough, Mark B
: [Flightgear-devel] Still can't build devel CVS - Original Message - From: Boslough, Mark B [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 20, 2002 5:40 PM Subject: RE: [Flightgear-devel] Still can't build devel CVS That is correct. mark Part

RE: [Flightgear-devel] Still can't build devel CVS

2002-09-23 Thread Boslough, Mark B
Norman, Yes that was it! I am flying again!! Now I need to figure out how to get those clouds. Thanks! Mark I finally was able to connect with CVS and the problem is a 'typo' in SimGear/simgear/sky/clouds3d/Makefile.am === cut == includedir = @includedir@/sky/clouds3d # enable the

[Flightgear-devel] dumb CVS question

2002-10-02 Thread Boslough, Mark B
Hi, I made a lot of local modifications to FlightGear 0.7, and now I want to put them into my copy of 0.8. I tried to do a cvs diff (on my version of 0.7) to get the changes to put into 0.8, but I get the following complaint from CVS: $ cvs diff main.cxx /var/cvs/FlightGear-0.7: no such

RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Boslough, Mark B
Maybe I misunderstood. Sorry to be such a dope. Mark -Original Message- From: Boslough, Mark B [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:31 PM To: '[EMAIL PROTECTED]' Subject: RE: [Flightgear-devel] dumb CVS question Jim, thanks. I already tried that. Here's

RE: [Flightgear-devel] dumb CVS question

2002-10-02 Thread Boslough, Mark B
Jim, thanks. That worked. No wonder I couldn't figure it out. It was too easy :-) -Original Message- From: Jim Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:06 PM To: [EMAIL PROTECTED] Subject: RE: [Flightgear-devel] dumb CVS question Oops...guess I was

[Flightgear-devel] Rats! now I have a base package problem

2002-10-04 Thread Boslough, Mark B
I downloaded and built the current stable cvs version. When I run it I get the complaint: Base package check failed ... Found version 0.7.11pre1 at: . Please upgrade to version0.8.0 I completely removed the base package I had and replaced it, using: cvs -z3 -d :pserver:[EMAIL

[Flightgear-devel] data logging

2002-11-06 Thread Boslough, Mark B
Hi all, Is there documentation on the current data logging feature? I have been logging and playing back flights using JSBSim, but it looks like there is a general FlightGear feature that records CSV files now. I just can't quite figure out how to use it. Thanks! Mark Boslough

RE: [Flightgear-devel] data logging

2002-11-07 Thread Boslough, Mark B
: David Megginson [mailto:david;megginson.com] Sent: Thursday, November 07, 2002 4:27 AM To: [EMAIL PROTECTED] Subject: re: [Flightgear-devel] data logging Boslough, Mark B writes: Is there documentation on the current data logging feature? I have been logging and playing back

RE: [Flightgear-devel] data logging

2002-11-08 Thread Boslough, Mark B
them in. Mark -Original Message- From: David Megginson [mailto:david;megginson.com] Sent: Thursday, November 07, 2002 10:36 AM To: [EMAIL PROTECTED] Subject: RE: [Flightgear-devel] data logging Boslough, Mark B writes: I wrote my own little playback routine (so I can

RE: [Flightgear-devel] Re: data logging

2002-11-11 Thread Boslough, Mark B
:35 PM To: [EMAIL PROTECTED] Subject: [Flightgear-devel] Re: data logging * Julian Foad -- Saturday 09 November 2002 19:11: Boslough, Mark B wrote: 2) fdm=skyhook, which lets you fly around as if hanging from a crane (sorta like magic carpet, but you can go backward). Have you

[Flightgear-devel] Skyhook (was data logging)

2002-11-11 Thread Boslough, Mark B
, November 09, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: [Flightgear-devel] Re: data logging * Julian Foad -- Saturday 09 November 2002 19:11: Boslough, Mark B wrote: 2) fdm=skyhook, which lets you fly around as if hanging from a crane (sorta like magic carpet, but you can go

RE: [Flightgear-devel] Re: Skyhook (was data logging)

2002-11-11 Thread Boslough, Mark B
) * Boslough, Mark B -- Monday 11 November 2002 19:20: This requires that you slow down and stop before backing up instead of slamming from v to -v (infinite accelerations seem a bit unnatural, even for UFOs and Magic Carpets). Why don't you simply try it?! The UFO has no infinite acceleration

RE: [Flightgear-devel] Question on YASim ....

2003-01-03 Thread Boslough, Mark B
I like this. I am using evolutionary computing methods to modify flight behaviors, but they could also be applied to optimize aircraft models for whatever property that you want to optimize. The method is based on biological evolution (survival of the fittest and all that). This is how birds

RE: [Flightgear-devel] Question on YASim ....

2003-01-03 Thread Boslough, Mark B
A good example of parallelism. -Original Message- From: Michael Bonar [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: RE: [Flightgear-devel] Question on YASim And heat your house too! ;-) -Original Message-

RE: [Flightgear-devel] Question on YASim ....

2003-01-03 Thread Boslough, Mark B
That's pretty much what I'm using, but more than 15 processors: http://www.cs.sandia.gov/cplant/ Mark Who needs a supercomputer? Buy 15 cheap $200 boxes and put them in a cluster. All the best, David ___ Flightgear-devel mailing list

RE: [Flightgear-devel] Question on YASim ....

2003-01-03 Thread Boslough, Mark B
Communication helps, just as in real evolution. You want the survivors to be able to have sex with each other (crossover of genes). But the communication/computation ratio is usually very low for what I am doing. Not that I have extra time for anything new, but here's what I did for my