Re: [Flightgear-devel] CVS question...

2002-09-20 Thread David Megginson
Curtis L. Olson writes: > I've never tried switching the bit level of the rendering buffers in > OpenGL, but this is something you typically set when you initialize > your opengl context. I've never heard of anyone changing this on the > fly ... especially not every frame. I can't say with

Re: [Flightgear-devel] CVS question...

2002-09-20 Thread Curtis L. Olson
David Megginson writes: > I think I understand. What about the suggestion from earlier to > switch to a 32-bit buffer when creating an imposter, then back to > 16-bit for ordinary rendering. Once the imposter has been created, > the 16bpp display should be able to handle it fine (since it's just

Re: [Flightgear-devel] CVS question...

2002-09-20 Thread David Megginson
Norman Vine writes: > YES - because here is what I get if you render with 16 bit buffers > http://rockfish.net/~nhv/fgfs/images/fgfs-screen-016.jpg > http://rockfish.net/~nhv/fgfs/images/fgfs-screen-017.jpg > > Might help thinking about 'how' one might get a '3d' volumetric > effect from w

Re: [Flightgear-devel] CVS question...

2002-09-20 Thread Norman Vine
David Megginson writes: > > Curtis L. Olson writes: > > > Mark Harris mentioned that the back buffer requires a "destination > > alpha" for imposter rendering to work. Perhaps that's why things > > aren't great with a 16bit color buffer, you probalby aren't even > > getting an alpha channel t

Re: [Flightgear-devel] CVS question...

2002-09-20 Thread David Megginson
Curtis L. Olson writes: > Mark Harris mentioned that the back buffer requires a "destination > alpha" for imposter rendering to work. Perhaps that's why things > aren't great with a 16bit color buffer, you probalby aren't even > getting an alpha channel there? That's possible, but currently

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Frederic Bouvier
From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Norman Vine writes: > > Curtis L. Olson writes: > > > We might need to learn more about how the imposters are rendered. I > > > don't think this is an issue of drawing the imposter once it is > > > generated, but in generating the imposter in the firs

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Curtis L. Olson
Norman Vine writes: > Curtis L. Olson writes: > > We might need to learn more about how the imposters are rendered. I > > don't think this is an issue of drawing the imposter once it is > > generated, but in generating the imposter in the first place. > > The Impostors are generated with regula

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Norman Vine
Curtis L. Olson writes: > We might need to learn more about how the imposters are rendered. I > don't think this is an issue of drawing the imposter once it is > generated, but in generating the imposter in the first place. The Impostors are generated with regular OpenGL calls just like everyth

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Curtis L. Olson
David Megginson writes: > I don't understand enough about OpenGL, but why would alpha work at > 16bpp in textures (like panel instruments or propeller disks) and not > in clouds? We might need to learn more about how the imposters are rendered. I don't think this is an issue of drawing the impos

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Norman Vine
David Megginson > > Unfortunately, that's not an option -- to my knowledge, I have the > most powerful GPU available in a notebook the newer ATI Radeon Mobility and the GeForce4 440 are much faster but AFAIK this one smokes em all http://www.dell.com/us/en/bsd/products/model_precn_precn_m50.htm

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread David Megginson
Norman Vine writes: > The problem is there is not much room for an alpha chanel in 16 bits > so AFAIK the card manufacturers and the OpenGL board aren't > spending much effort making this kind of thing work well I don't understand enough about OpenGL, but why would alpha work at 16bpp in text

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Norman Vine
David Megginson > Norman Vine writes: > > > I doubt if any amount of fiddling would make the 3D clouds work well in > > anything less then 32 bit color, as the eye is VERY sensitive to grey. > > I'm looking for work-at-all, not work-well. I don't care if they're > pretty, as long as I can scud

re: [Flightgear-devel] CVS question...

2002-09-19 Thread Tony Peden
On Thu, 2002-09-19 at 15:53, David Megginson wrote: > Matthew Law writes: > > > I also have a stable and working FGFS 0.8 which I'd like to keep > > (to play with if I bugger up the CVS version!). How do you guys > > compile a development version beside a stable one without it > > interferin

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread David Megginson
Norman Vine writes: > I doubt if any amount of fiddling would make the 3D clouds work well in > anything less then 32 bit color, as the eye is VERY sensitive to grey. I'm looking for work-at-all, not work-well. I don't care if they're pretty, as long as I can scud around them. All the best,

Re: [Flightgear-devel] CVS question...

2002-09-19 Thread Norman Vine
David Megginson > Matthew Law writes: > > > BTW, well done on the clouds guys they're coming along nicely and will look > > pretty sweet when they're done :-) > > I agree, but I'd be happier if they'd work with 16bpp as well as 32bpp > (32bpp is too slow at 1600x1400 on my notebook). I guess I

re: [Flightgear-devel] CVS question...

2002-09-19 Thread David Megginson
Matthew Law writes: > I also have a stable and working FGFS 0.8 which I'd like to keep > (to play with if I bugger up the CVS version!). How do you guys > compile a development version beside a stable one without it > interfering? In other words what do you specify to ./configure when > com

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 t

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

2002-09-19 Thread Boslough, Mark B
Dang! I'm still getting that same pesky error! Mark > > Boslough, Mark B writes: > > > I just tried that and unfortunately I get exactly the same problem. > > OK I know what the problem is > > > I am going to try again from scratch. > > Try changing SimGear\simgear\sky\clouds3d\Makefile >

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

2002-09-19 Thread David Megginson
Boslough, Mark B writes: > I just tried that and unfortunately I get exactly the same problem. > I am going to try again from scratch. I do have a question. How > do I keep the two CVS branches separated? When I do a make install > for simgear on the stable branch, does that not overwrite

Re: [Flightgear-devel] CVS build problem, was Another automake vi ctim

2002-09-19 Thread Norman Vine
Boslough, Mark B writes: > I just tried that and unfortunately I get exactly the same problem. OK I know what the problem is > I am going to try again from scratch. Try changing SimGear\simgear\sky\clouds3d\Makefile around line 99 to read like this EXTRA_WIN32_SOURCES = extgl.c #EXTRA_WIN

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

2002-09-19 Thread Boslough, Mark B
12:53 PM > To: [EMAIL 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 F

Re: [Flightgear-devel] CVS build problem, was Another automake vi ctim

2002-09-19 Thread Norman Vine
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 to `glInitialize' > undefined reference to `glActiveTextureARB' > > Any ideas? Try the following

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

2002-09-19 Thread Boslough, Mark B
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: /usr/local/lib/libsgclouds3d.a(SkyContext.o): In function `_10SkyContext': /usr/local/src/cvs-devel/SimGear/simgear/sky/clouds3d/SkyContext.cpp:57: undefi

Re: [Flightgear-devel] cvs build problem

2002-09-17 Thread Curtis L. Olson
Strange that m4 would be puking. Could this be some sort of ascii vs. binary mount vs. text file line ending issue? The one time I tried to exhaustively explore this issue on cygwin, I was left dazed and confused. I know there are certain configurations that will work, but I never felt like I c

Re: [Flightgear-devel] CVS

2002-09-17 Thread John Check
On Tuesday 17 September 2002 10:38 am, Alex Perry wrote: > > > The stable tree is for all intents and purposes the last released > > > version. For SimGear and FlightGear you have to maintain 2 trees if > > > you want access to the stable or dev versions. The basepackage CVS you > > > can access e

Re: [Flightgear-devel] CVS

2002-09-17 Thread Alex Perry
> > The stable tree is for all intents and purposes the last released > > version. For SimGear and FlightGear you have to maintain 2 trees if > > you want access to the stable or dev versions. The basepackage CVS you > > can access either, but not concurrently. > > ..it is also possible to use an

Re: [Flightgear-devel] CVS

2002-09-17 Thread Arnt Karlsen
On Mon, 16 Sep 2002 20:09:29 -0400, John Check <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > On Monday 16 September 2002 10:45 am, [EMAIL PROTECTED] wrote: > > Hi all, > > > > It's been a long while since I've checked out a copy of the fgfs > > files from CVS and I'd like to clari

Re: [Flightgear-devel] CVS not working

2002-07-08 Thread Julian Foad
"Curtis L. Olson" wrote: > > Julian Foad writes: > > The CVS server is not working for me at the moment. It was working > > 10 hours ago when I last tried it. > > > > $ cvs diff > > cvs [diff aborted]: recv() from server cvs.flightgear.org: EOF > > Seems to be working for me at the moment.

Re: [Flightgear-devel] CVS not working

2002-07-07 Thread Curtis L. Olson
Julian Foad writes: > The CVS server is not working for me at the moment. It was working > 10 hours ago when I last tried it. > > $ cvs diff > cvs [diff aborted]: recv() from server cvs.flightgear.org: EOF > > - Julian Seems to be working for me at the moment. Curt. -- Curtis Olson IV

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Julian Foad
"Curtis L. Olson" wrote: > > I'm not a python expert and do not claim to have any knowledge on the > subject. But tcl will give very similar errors when a sub program > dies. It builds a pipe to the IO of the other process and if it dies > it reports a 'broken pipe.' So my best guess is still

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
[EMAIL PROTECTED] writes: > Curtis L. Olson wrote: > > > > [EMAIL PROTECTED] writes: > > > Is it enscript that is breaking, or the other end of its pipe? The > > > error message says "Broken pipe" in enscript.write(chunk). Maybe > > > just that the disk is full? > > > > By my reading of the e

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread julianfoad
Curtis L. Olson wrote: > > [EMAIL PROTECTED] writes: > > Is it enscript that is breaking, or the other end of its pipe? The > > error message says "Broken pipe" in enscript.write(chunk). Maybe > > just that the disk is full? > > By my reading of the error message, python is reporting that ens

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
[EMAIL PROTECTED] writes: > Is it enscript that is breaking, or the other end of its pipe? The > error message says "Broken pipe" in enscript.write(chunk). Maybe > just that the disk is full? By my reading of the error message, python is reporting that enscript died unexpectedly. There is ple

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread julianfoad
Curtis L. Olson wrote: > > It looks like enscript is breaking on viewmgr.cxx Is it enscript that is breaking, or the other end of its pipe? The error message says "Broken pipe" in enscript.write(chunk). Maybe just that the disk is full? > Does this happen with any other source files or is i

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
It looks like enscript is breaking on viewmgr.cxx It also looks like the behavior of enscript doesn't conform well to it's man page. :-( Does this happen with any other source files or is it just viewmgr.cxx? I don't see anything in viewmgr.cxx that looks particularly different from any other s

Re: [Flightgear-devel] CVS Broke?

2002-06-22 Thread Darren Hammond
Hmmm, it works now. Strange thanx Darren On Saturday 22 Jun 2002 2:02 pm, Tony Peden wrote: > cvs status works for me. ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] CVS Broke?

2002-06-22 Thread Tony Peden
On Sat, 2002-06-22 at 05:52, Darren Hammond wrote: > Is CVS access to SimGear / FlightGear broke? cvs status works for me. > > I'm getting "Connection reset by peer" messages > I'm ok getting to FG Base & other CVS sites > > > Darren > > ___ > Flig

Re: [Flightgear-devel] CVS problem?

2002-04-16 Thread Alasdair Campbell
On Tuesday 16 April 2002 13:30, Curtis L. Olson wrote: > Alasdair Campbell writes: > > For several days now, I have been unable to access the FlightGear-source > > and Simgear repositories. > > > > [root@birnie FlightGear]# cvs update -dP > > cvs [update aborted]: recv() from server cvs.flightgear

Re: [Flightgear-devel] CVS problem?

2002-04-16 Thread Curtis L. Olson
Alasdair Campbell writes: > For several days now, I have been unable to access the FlightGear-source and > Simgear repositories. > > [root@birnie FlightGear]# cvs update -dP > cvs [update aborted]: recv() from server cvs.flightgear.org: Connection reset > by peer > [root@birnie FlightGear]# cvs

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Simon Fowler
On Sun, Mar 31, 2002 at 01:28:49PM -0700, Keith Wiley wrote: > > If any files in the archive have changed since your last update, cvs > > will attempt to merge the changes into your local tree. It will attempt > > to do this even if you've made local mods. If it can't merge the > > changes, it w

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Tony Peden
On Sun, 2002-03-31 at 12:30, Keith Wiley wrote: > > If you want to know what local changes are being tracked for you by CVS > > type "cvs diff" ... if you don't want any of them, just delete the file > > and then "cvs update" will get you a fresh copy. > > I've been playing around with cvs diff f

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Tony Peden
On Sun, 2002-03-31 at 12:28, Keith Wiley wrote: > > If any files in the archive have changed since your last update, cvs > > will attempt to merge the changes into your local tree. It will attempt > > to do this even if you've made local mods. If it can't merge the > > changes, it will mark the

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Keith Wiley
> If you want to know what local changes are being tracked for you by CVS > type "cvs diff" ... if you don't want any of them, just delete the file > and then "cvs update" will get you a fresh copy. I've been playing around with cvs diff for a week, but it doesn't make any sense. In particular,

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Keith Wiley
> If any files in the archive have changed since your last update, cvs > will attempt to merge the changes into your local tree. It will attempt > to do this even if you've made local mods. If it can't merge the > changes, it will mark the offending section of each file accordingly > and then yo

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Alex Perry
> On Sun, Mar 31, 2002 at 10:40:48AM -0700, Keith Wiley wrote: > > So assume I started with no project directory and I did a cvs update, > > which created the directory and checkout everything. That worked, I > > successfully built. Then I did my own personal modification to > > fg_init.cxx and

Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Tony Peden
On Sun, Mar 31, 2002 at 10:40:48AM -0700, Keith Wiley wrote: > So assume I started with no project directory and I did a cvs update, > which created the directory and checkout everything. That worked, I > successfully built. Then I did my own personal modification to > fg_init.cxx and worked on

RE: [Flightgear-devel] CVS question

2002-03-07 Thread Curtis L. Olson
Boslough, Mark B writes: > Curt, You are right. Yesterday it recompiled so > many files I thought it was recompiling everything. I updated > again today after only one day and it only recompiled one file > and re-linked, which is of course much faster! > > Do I need to rerun the scripts every

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 > >

RE: [Flightgear-devel] CVS question

2002-03-07 Thread Curtis L. Olson
Boslough, Mark B writes: > Curt, thanks for your help. I must be doing something > wrong because after I do a cvs update, when I run make, > it seems to recompile *everything* (which is of course > very time consuming). It must touch all the cxx files or > something for that to happen, even if t

RE: [Flightgear-devel] CVS question

2002-03-07 Thread Boslough, Mark B
ee 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

Re: [Flightgear-devel] CVS question

2002-03-06 Thread Alex Perry
> Now that I am modifying code, I have the need to keep it updated. > I am a beginner at CVS, so I'm not sure I am doing things properly. > Should I be doing CVS updates every day? That requires that I > completely recompile and relink every day, is that correct? I want > to make sure that I am

RE: [Flightgear-devel] CVS question

2002-03-06 Thread Paul Deppe
> > A related question - after rebuilding with the makefile system, is > > there a way to "make install" only the files which have changed? For > > example, suppose there is only a change to a .cxx file in plib/ssg. I > > do a "make", which rebuilds only libplibssg.a. But when I do a "make

Re: [Flightgear-devel] CVS question

2002-03-06 Thread John Check
On Wednesday 06 March 2002 07:17 pm, you wrote: > quite the way you want them. One of the central characteristics of > being a geeky hacker type is a strongly held conviction that the rest > of the world are idiots and are doing things all wrong. :) > > Andy Hahahah! Quick somebody notify Bartl

Re: [Flightgear-devel] CVS question

2002-03-06 Thread Tony Peden
On Wed, Mar 06, 2002 at 05:17:42PM -0600, Curtis L. Olson wrote: > Paul Deppe writes: > > A related question - after rebuilding with the makefile system, is there a > > way to "make install" only the files which have changed? For example, > > suppose there is only a change to a .cxx file in plib/

Re: [Flightgear-devel] CVS question

2002-03-06 Thread Andy Ross
Paul Deppe wrote: > A related question - after rebuilding with the makefile system, is > there a way to "make install" only the files which have changed? For > example, suppose there is only a change to a .cxx file in plib/ssg. I > do a "make", which rebuilds only libplibssg.a. But when I d

RE: [Flightgear-devel] CVS question

2002-03-06 Thread Curtis L. Olson
Paul Deppe writes: > A related question - after rebuilding with the makefile system, is there a > way to "make install" only the files which have changed? For example, > suppose there is only a change to a .cxx file in plib/ssg. I do a "make", > which rebuilds only libplibssg.a. But when I do a

RE: [Flightgear-devel] CVS question

2002-03-06 Thread Paul Deppe
> If you are using our unix style makefile system (automake/autoconf) > then it should track all the code dependencies and only rebuild code > that changes (or depends on something that has changed.) A related question - after rebuilding with the makefile system, is there a way to "make install"

Re: [Flightgear-devel] CVS question

2002-03-06 Thread Curtis L. Olson
Boslough, Mark B writes: > Now that I am modifying code, I have the need to keep it updated. > I am a beginner at CVS, so I'm not sure I am doing things properly. > Should I be doing CVS updates every day? That requires that I > completely recompile and relink every day, is that correct? I want

Re: [Flightgear-devel] CVS question

2002-03-06 Thread Jim Wilson
Hi Mark, What I do is update occaisonally (once or twice a week sometimes more) and keep an eye on the logs (the web based ViewCVS is handy too) in order to know what others are working on. Before sending in code I'll update to current CVS again and make sure things still work. It is much easie

Re: [Flightgear-devel] cvs link problems

2002-02-05 Thread Curtis L. Olson
Try removing the keyword 'inline' from the constructor and destructor. Curt. Alex Romosan writes: > with latest cvs i get: > > fg_io.o: In function `parse_port_config(basic_string, >__default_alloc_template > const &)': > /home/romosan/cvs/fgfs/FlightGear/src/Main/../../src/Network/atc610x.hx

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
, January 28, 2002 2:35 PM To: '[EMAIL PROTECTED]' Subject: RE: [Flightgear-devel] CVS trouble > The latest stable Plib (1.4.2 I believe) should also work (It > does for me). It shouldn't be necessary to keep checking out CVS Plib. It takes about 2 minutes (maximum) to chec

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread BERNDT, JON S. (JON) (JSC-EX) (LM)
> The latest stable Plib (1.4.2 I believe) should also work (It > does for me). It shouldn't be necessary to keep checking out CVS Plib. It takes about 2 minutes (maximum) to check out and build on my machine. I always do it to avoid (and rule out) any build problems. This is one reason why I n

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread D Luff
Jon Berndt writes: > > No. That was going to be my next guess. Thanks, I'll try that! > > > > Mark > > I've got a perl script (and I believe Norman also has a script) that > automates that whole process for me, in the corret order, with dependencies. > If you do a checkout of flightgear, you

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Curtis L. Olson
> make[1]: Leaving directory `/usr/local/src/FlightGear/src' > make: *** [all-recursive] Error 1 > > Should I start over with a fresh copy of plib? > > Thanks, everybody, for your help. > > Mark > > -Original Message- > From: BERNDT, JON S. (JON) (JSC

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
hould I start over with a fresh copy of plib? Thanks, everybody, for your help. Mark -Original Message- From: BERNDT, JON S. (JON) (JSC-EX) (LM) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 1:34 PM To: '[EMAIL PROTECTED]' Subject: RE: [Flightgear-devel] CVS trouble >

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread BERNDT, JON S. (JON) (JSC-EX) (LM)
> No. That was going to be my next guess. Thanks, I'll try that! > > Mark I've got a perl script (and I believe Norman also has a script) that automates that whole process for me, in the corret order, with dependencies. If you do a checkout of flightgear, you should also do a checkout of Simge

Re: [Flightgear-devel] CVS trouble

2002-01-28 Thread Andy Ross
Boslough, Mark B wrote: > 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: Not to be too snooty, but sometimes it's helpful to actually

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Boslough, Mark B
No. That was going to be my next guess. Thanks, I'll try that! Mark -Original Message- From: Cameron Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] CVS trouble * [EMAIL PROTECTED] (Boslough, M

RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread BERNDT, JON S. (JON) (JSC-EX) (LM)
> 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: Did you do a build of plib first, followed by Simgear, then FlightGear? Jon __

Re: [Flightgear-devel] CVS trouble

2002-01-28 Thread Cameron Moore
* [EMAIL PROTECTED] (Boslough, Mark B) [2002.01.28 14:28]: > 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 > mak

Re: [Flightgear-devel] CVS problem

2002-01-08 Thread Cameron Moore
* [EMAIL PROTECTED] (Marcio Shimoda) [2002.01.07 21:01]: > "cvs checkout -P -d var/cvs/FlightGear-0.7 var/cvs/FlightGear-0.7 (in > directory C:\FlightGear-0.7.8) > cvs server: cannot find module `var/cvs/FlightGear-0.7' - ignored > cvs [checkout aborted]: cannot expand modules" This is incorrect.

Re: [Flightgear-devel] CVS problem

2002-01-07 Thread Alex Perry
> I'm having problems with WinCVS I don't use it, but ... > "cvs checkout -P -d var/cvs/FlightGear-0.7 var/cvs/FlightGear-0.7 (in > directory C:\FlightGear-0.7.8) Don't you need a leading slash inside the "-d var" and the module name is simply "FlightGear" without any additional elaboration.

Re: [Flightgear-devel] CVS ./configure fails

2001-12-21 Thread Alex Perry
> * [EMAIL PROTECTED] (Alex Perry) [2001.12.21 16:15]: > > $ ./configure > > creating cache ./config.cache > > ./configure: line 542: syntax error near unexpected token >`AM_INIT_AUTOMAKE(FlightGear,' > > ./configure: line 542: `AM_INIT_AUTOMAKE(FlightGear, 0.7.9)' > > $ > > configure.in hasn't

Re: [Flightgear-devel] CVS ./configure fails

2001-12-21 Thread Cameron Moore
* [EMAIL PROTECTED] (Alex Perry) [2001.12.21 16:15]: > $ ./configure > creating cache ./config.cache > ./configure: line 542: syntax error near unexpected token >`AM_INIT_AUTOMAKE(FlightGear,' > ./configure: line 542: `AM_INIT_AUTOMAKE(FlightGear, 0.7.9)' > $ configure.in hasn't changed in a co

Re: [Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread David Megginson
John Check writes: > Would it be possible to put that keybinding in the set file? > Then it would only get bound when we need it. Sure -- go for it. It's still just a kludge, though, until we're using actual feedback from the FDM. All the best, David -- David Megginson [EMAIL PROTECTED]

Re: [Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread John Check
On Friday 14 December 2001 2:19 pm, you wrote: > BERNDT, JON S. (JON) (JSC-EX) (LM) writes: > > > Does the c172 have retractable gears? I ask this because when > > > I pressed the > > > "g", the retractable gear sound is played, but no effect is > > > > I noticed this, too. > > This is becaus

RE: [Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread David Megginson
Tony Peden writes: > > After I have a chance to clean up the FGInterface class a bit, > > perhaps we can start exporting more properties for actual FDM > > state -- i.e. the real (rather than requested) control-surface > > and gear positions. > > It's already there in the gear interface.

RE: [Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread Tony Peden
--- David Megginson <[EMAIL PROTECTED]> wrote: > BERNDT, JON S. (JON) (JSC-EX) (LM) writes: > > > > Does the c172 have retractable gears? I ask > this because when > > > I pressed the > > > "g", the retractable gear sound is played, but > no effect is > > > > I noticed this, too. > > Th

RE: [Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread David Megginson
BERNDT, JON S. (JON) (JSC-EX) (LM) writes: > > Does the c172 have retractable gears? I ask this because when > > I pressed the > > "g", the retractable gear sound is played, but no effect is > > I noticed this, too. This is because of a short-cut in the sound manager. Currently, it play

Re: [Flightgear-devel] CVS access to source

2001-12-13 Thread Curtis L. Olson
David, I'm not a mac guy and don't own any mac hardware so I can't test flightgear compiling or running on the mac platform. Darrell Walliser is the one who did the build. You might want to direct your questions his way. Regards, Curt. [EMAIL PROTECTED] writes: > >David, > > > >You found

Re: [Flightgear-devel] CVS access to source

2001-12-11 Thread Ross Golder
See http://www.flightgear.org/cvsResources/anoncvs.html -- Ross On Tue, 2001-12-11 at 20:14, [EMAIL PROTECTED] wrote: > Hi, > > > I downloaded > > http://expert.cc.purdue.edu/~walisser/fg/fgdev.tar.gz > > > However, I get an error trying to download the FlightGear Source > > [

Re: [Flightgear-devel] CVS access to source

2001-12-11 Thread Curtis L. Olson
David, You found some outdated CVS instructions. Can you tell me where you saw these so I can fix them? The current instructions are here: http://www.flightgear.org/cvsResources/ Regards, Curt. [EMAIL PROTECTED] writes: > Hi, > > > I downloaded > > http://expert.cc.purdue.edu/

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine
Curtis L. Olson writes: >Norman Vine writes: > >> BTW >> Expect a bunch of changes from me tomorow to >> get 'reset' and 'goto airport' 'kind of' working again > >Ok, sounds good. I took a look at that yesterday and fixed one >potential problem in simgear (actually the problem is in flightgear, >

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Curtis L. Olson
Norman Vine writes: > YES > > Sorry I did not make that clear in my earlier message. > > BTW > Expect a bunch of changes from me tomorow to > get 'reset' and 'goto airport' 'kind of' working again Ok, sounds good. I took a look at that yesterday and fixed one potential problem in simgear (actu

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine
Curtis L. Olson writes: > >Norman, did you track down your FGKinemat build problem? I'm not >seeing it on any of my machines here. YES Sorry I did not make that clear in my earlier message. BTW Expect a bunch of changes from me tomorow to get 'reset' and 'goto airport' 'kind of' working again

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Curtis L. Olson
Norman, did you track down your FGKinemat build problem? I'm not seeing it on any of my machines here. Curt. Norman Vine writes: > Tony Peden writes: > >>> > >> I guess we all need need to re-run automake autoconf ect ! > > > >Actually, Ross made it easier than that: > >./autogen.sh && make c

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine
Tony Peden writes: >>> >> I guess we all need need to re-run automake autoconf ect ! > >Actually, Ross made it easier than that: >./autogen.sh && make clean && make Yes that is nice .. However I always build in an external directory and have to do it the old fashioned way. :-) FYI By building

Re: [Flightgear-devel] CVS broken

2001-12-06 Thread Tony Peden
On Thursday 06 December 2001 06:40 pm, you wrote: > Tony Peden writes: > >> Yup.. > >> Did a CVS up -Pd for both FGFS and JSBSim and didn't get > >> the files either place > >> > >> hmm. I don't see them in the online CVS Viiewer at SF either > > > >Nope, they are there in the filtersjb/ dire

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine
Tony Peden writes: >> >> Yup.. >> Did a CVS up -Pd for both FGFS and JSBSim and didn't get >> the files either place >> >> hmm. I don't see them in the online CVS Viiewer at SF either >> >Nope, they are there in the filtersjb/ directory Doh... so they are I never thought of looking there :

Re: [Flightgear-devel] CVS broken

2001-12-06 Thread Tony Peden
On Thursday 06 December 2001 06:18 pm, you wrote: > Tony Peden writes: > >Did you do a cvs up -d ? > > Yup.. > Did a CVS up -Pd for both FGFS and JSBSim and didn't get > the files either place > > hmm. I don't see them in the online CVS Viiewer at SF either > > perhaps someone forget to > > c

RE: [Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine
Tony Peden writes: > >Did you do a cvs up -d ? Yup.. Did a CVS up -Pd for both FGFS and JSBSim and didn't get the files either place hmm. I don't see them in the online CVS Viiewer at SF either perhaps someone forget to cvs add $NEW_FILES followed by a cvs commit $NEW_FILES Cheers

Re: [Flightgear-devel] CVS broken

2001-12-06 Thread Tony Peden
On Thursday 06 December 2001 05:45 pm, you wrote: > It appears as if both the FGFS CVS and the JSBSim CVS > files have a problem > > This is what I get from trying to link fgfs.exe > > ../../src/FDM/JSBSim/libJSBSim.a(FGFCS.o): In function > `FGFCS::Load(FGConfigFile *)': >/src/FlightGear/Flig

Re: [Flightgear-devel] CVS problem?

2001-11-15 Thread Curtis L. Olson
Marcio Shimoda writes: > But, what's the correct CVS/Root now? http://www.flightgear.org/cvsResources/anoncvs.html Regards, Curt. -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities[EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://

Re: [Flightgear-devel] CVS problem?

2001-11-15 Thread Marcio Shimoda
But, what's the correct CVS/Root now? []'s Marcio Shimoda - Original Message - From: "Jim Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 11:40 PM Subject: Re: [Flightgear-devel] CVS problem? > Did you see

Re: [Flightgear-devel] CVS problem?

2001-11-14 Thread William Earnest
"Curtis L. Olson" wrote: > > Bill, > > Looking in the server log I think I can spot _your_ problem. > Emphasis on "your" :-) :-) :-) > > The hostname your machine claims to be cannot be looked up and matched > against the IP address you are using (i.e. it doesn't exist in dns.) > The flightgear

Re: [Flightgear-devel] CVS problem?

2001-11-14 Thread Curtis L. Olson
Bill, Looking in the server log I think I can spot _your_ problem. Emphasis on "your" :-) :-) :-) The hostname your machine claims to be cannot be looked up and matched against the IP address you are using (i.e. it doesn't exist in dns.) The flightgear server is configured (as a precaution again

Re: [Flightgear-devel] CVS problem?

2001-11-14 Thread Jim Wilson
Did you see the announcement about the new cvs address about a week ago? It's now cvs.flightgear.org. If this is the issue, check the archives as there were a couple suggestions about doing a quick change to your CVS/Root files (for unix users anyway). Best, Jim William Earnest <[EMAIL PROTECT

<    1   2   3