RE: [Flightgear-devel] CVS - Problem compiling under Cygwin

2004-12-22 Thread Vivian Meazza
I wrote: > This morning I updated FGFS cvs and tried to compile under Cygwin - it > failed with > > configure: creating ./config.status > config.status: creating \ > .infig.status: error: cannot find input file: \ > > This evening I downloaded the whole file system to a new directory - same

[Flightgear-devel] CVS - Problem compiling under Cygwin

2004-12-21 Thread Vivian Meazza
This morning I updated FGFS cvs and tried to compile under Cygwin - it failed with configure: creating ./config.status config.status: creating \ .infig.status: error: cannot find input file: \ This evening I downloaded the whole file system to a new directory - same result. There are no other o

RE: Recall: [Flightgear-devel] CVS - problem

2004-08-04 Thread Vivian Meazza
Curtis L. Olson > Sent: 04 August 2004 21:43 > To: FlightGear developers discussions > Subject: Re: Recall: [Flightgear-devel] CVS - problem > > > Vivian Meazza wrote: > > >The sender would like to recall the message, > "[Flightgear-devel] CVS - > >p

Re: Recall: [Flightgear-devel] CVS - problem

2004-08-04 Thread Curtis L. Olson
Vivian Meazza wrote: The sender would like to recall the message, "[Flightgear-devel] CVS - problem". Next time just attach a string to the message before you click send, then you can pull it back later if you need to. Most modern mail clients allow you to add attachments. Reg

Recall: [Flightgear-devel] CVS - problem

2004-08-04 Thread Vivian Meazza
The sender would like to recall the message, "[Flightgear-devel] CVS - problem".<>___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d

RE: [Flightgear-devel] CVS - problem

2004-08-01 Thread Vivian Meazza
Jon Berndt wrote: > Sent: 01 August 2004 14:26 > To: FlightGear developers discussions > Subject: RE: [Flightgear-devel] CVS - problem > > > > > 166 if(cap 1) { continue; } > > > > > > " < 1 " still doesn't seem to work with JBS

RE: [Flightgear-devel] CVS - problem

2004-08-01 Thread Jon Berndt
> > 166 if(cap 1) { continue; } > > > > " < 1 " still doesn't seem to work with JBS models. What? I could not figure out from the posts what wasn't working with the JSBSim models (is that what you meant by "JBS Models"?) Jon > I also have "< 1". Are you dowloading with the cvs client or wi

RE: [Flightgear-devel] CVS - problem

2004-08-01 Thread Norman Vine
Vivian Meazza writes: > > Frederic Bouvier writes: > > > > > Is that from a recent download? I updated again this morning, and > > > still get > > > > > > 166 if(cap 1) { continue; } > > > > > > " < 1 " still doesn't seem to work with JBS models. > > > > I also have "< 1". Are you dowloading

RE: [Flightgear-devel] CVS - problem

2004-08-01 Thread Vivian Meazza
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Frederic Bouvier > Sent: 01 August 2004 09:24 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] CVS - problem > > > Vivian Meazza wrote

Re: [Flightgear-devel] CVS - problem

2004-08-01 Thread Frederic Bouvier
Vivian Meazza wrote: > Is that from a recent download? I updated again this morning, and still get > > 166 if(cap 1) { continue; } > > " < 1 " still doesn't seem to work with JBS models. I also have "< 1". Are you dowloading with the cvs client or with the flightgear.org viewcvs application. In

RE: [Flightgear-devel] CVS - problem

2004-08-01 Thread Vivian Meazza
Chris Metzler wrote > Sent: 31 July 2004 23:14 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] CVS - problem > > > On Sat, 31 Jul 2004 16:11:29 +0100 > "Vivian Meazza" <[EMAIL PROTECTED]> wrote: > > > > > > I d

Re: [Flightgear-devel] CVS - problem

2004-07-31 Thread Chris Metzler
On Sat, 31 Jul 2004 16:11:29 +0100 "Vivian Meazza" <[EMAIL PROTECTED]> wrote: > > > I downloaded FGFS cvs this morning. There appears to be an error in > gui.nas: > > 166 if(cap 1) { continue; } > > I assume this to be a typo or corruption. I guess that it should be > > 166 if(cap <= 0.1)

[Flightgear-devel] CVS - problem

2004-07-31 Thread Vivian Meazza
I downloaded FGFS cvs this morning. There appears to be an error in gui.nas: 166 if(cap 1) { continue; } I assume this to be a typo or corruption. I guess that it should be 166 if(cap <= 0.1) { continue; } ISR this having been mentioned at some time. Even if this line is corrected, it doe

Re: [Flightgear-devel] CVS problem

2004-02-17 Thread Frederic Bouvier
Jon Berndt wrote: > I get these messages when trying to update JSBSim from CVS: > > cvs update: warning: directory CVS specified in argument > cvs update: but CVS uses CVS for its own purposes; skipping CVS directory > > Anyone know what they are? Usually, it happens when someone ( probably you

[Flightgear-devel] CVS problem

2004-02-17 Thread Jon Berndt
I get these messages when trying to update JSBSim from CVS: cvs update: warning: directory CVS specified in argument cvs update: but CVS uses CVS for its own purposes; skipping CVS directory Anyone know what they are? Jon ___ Flightgear-devel mailing

[Flightgear-devel] CVS problem ?

2003-11-20 Thread Frederic Bouvier
I am getting this tonight : cvs -z3 -q -n update -P (in directory D:\FlightGear\cvs\SimGear\) Protocol error: 'Directory' missingE Protocol error: 'Directory' missingE Protocol error: 'Directory' missingE Protocol error: 'Directory' missingE Protocol error: 'Directory' missingE Protocol error: 'Di

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

[Flightgear-devel] CVS problem?

2002-04-16 Thread Alasdair Campbell
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 --version Concurrent Versions System (

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.

[Flightgear-devel] CVS problem

2002-01-07 Thread Marcio Shimoda
I'm having problems with WinCVS "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 module name is right? Marcio Shimoda _

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

[Flightgear-devel] CVS problem?

2001-11-14 Thread William Earnest
Hello all, Am having a problem accessing the CVS for FlightGear (and SimGear, TerraGear) today. I see 2 main possibilities. 1. The server is down or sick (but I haven't noticed any comment on the lists about this). 2. There is a problem with my getting there, possibly because