[Flightgear-devel] CVS

2005-07-20 Thread Neville van Deventer



Hi 
List,
 
Could anyone perhaps 
tell me how to connect to the cvs at cvs.flightgear.org without getting the 
following error
 
Error validating 
location: "I/O exception occurred: Connection refused: I HATE 
YOU"
 
I followed the 
Instructions on the web-site, and I get the same thing for simgear as 
well.
 
Any suggestions on 
how I can connect to the CVS ??
 
Thanks in 
Advance
 
Neville van 
Deventer
___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

[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: 'Directory' missingE
Protocol error: 'Directory' missingE Protocol error: 'Directory' missingE
Protocol error: bad global option -l

*CVS exited normally with code 1*

Same with TerraGear, SimGear, FG sources and FG data

This is with WinCVS 1.2 that comes with cvs 1.11

Do something changed on the server recently ?

-Fred



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski
For latest CVS (update 31 Jan 04) , running with Debian (woody) and gcc3.0

F../../src/Input/input.hxx:112: warning:   for conversion from
`SGPropertyNode_pt
r' to `const SGPropertyNode *'
../../src/Input/input.hxx:112: warning:   because conversion sequence for
the ar
gument is better
panel.cxx: In method `const char * FGTextLayer::Chunk::getValue() const':
panel.cxx:1128: implicit declaration of function `int truncf(...)'
make[3]: *** [panel.o] Error 1
make[3]: Leaving directory `/usr/local/SimFG/source/src/Cockpit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/SimFG/source/src/Cockpit'

Thought there was a fix for this? don't recall the specifics and can't find
a copy in any of my folders. Is there a way to access an archive of
old email posts? Or more directly, how was it fixed?

Regards
John W.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
I get this error when compiling src/Autopilot/route_mgr.cxx:

if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-g -O2
 -D_REENTRANT -MT route_mgr.o -MD -MP -MF ".deps/route_mgr.Tpo" \
  -c -o route_mgr.o `test -f 'route_mgr.cxx' || echo './'`route_mgr.cxx; \
then mv ".deps/route_mgr.Tpo" ".deps/route_mgr.Po"; \
else rm -f ".deps/route_mgr.Tpo"; exit 1; \
fi
In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,
 from /usr/include/c++/3.2/locale:46,
 from /usr/include/c++/3.2/bits/ostream.tcc:37,
 from /usr/include/c++/3.2/ostream:275,
 from /usr/include/c++/3.2/iostream:45,
 from /usr/local/include/simgear/debug/logstream.hxx:33,
 from /usr/local/include/simgear/props/props.hxx:34,
 from 
/usr/local/include/simgear/structure/subsystem_mgr.hxx:44,

 from ../../src/FDM/flight.hxx:92,
 from route_mgr.cxx:24:
/usr/include/c++/3.2/limits:942:22: macro "min" requires 2 arguments, but 
only 1
 given
In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,
 from /usr/include/c++/3.2/locale:46,
 from /usr/include/c++/3.2/bits/ostream.tcc:37,
 from /usr/include/c++/3.2/ostream:275,
 from /usr/include/c++/3.2/iostream:45,
 from /usr/local/include/simgear/debug/logstream.hxx:33,
 from /usr/local/include/simgear/props/props.hxx:34,
 from 
/usr/local/include/simgear/structure/subsystem_mgr.hxx:44,

 from ../../src/FDM/flight.hxx:92,
 from route_mgr.cxx:24:
/usr/include/c++/3.2/limits:942: parse error before `throw'
/usr/include/c++/3.2/limits:943:22: macro "max" requires 2 arguments, but 
only 1
 given
/usr/include/c++/3.2/limits:943: ISO C++ forbids defining types within 
return
   type
/usr/include/c++/3.2/limits:943: syntax error before `throw'
/usr/include/c++/3.2/limits:943: syntax error before `throw'
/usr/include/c++/3.2/limits:944: syntax error before `(' token
/usr/include/c++/3.2/limits:945: syntax error before `(' token
/usr/include/c++/3.2/limits:946: syntax error before `(' token
/usr/include/c++/3.2/limits:947: syntax error before `(' token
/usr/include/c++/3.2/limits:948: syntax error before `(' token
/usr/include/c++/3.2/limits:949: syntax error before `(' token
/usr/include/c++/3.2/limits:956: `numeric_limits' is not a template
/usr/include/c++/3.2/limits:957: confused by earlier errors, bailing out
make[2]: *** [route_mgr.o] Error 1
make[2]: Leaving directory 
`/home/royvegar/FlightGear-0.9/source/src/Autopilot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/royvegar/FlightGear-0.9/source/src'
make: *** [all-recursive] Error 1



  I use CygWin on Windows 2000. Here is my output from "cygcheck.exe -s":

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Feb 01 11:26:33 2004
Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   d:\cygwin\usr\local\bin
d:\cygwin\bin
d:\cygwin\bin
d:\oracle\ora92\bin
c:\Program Files\Oracle\jre\1.1.8\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
d:\3dsmax5\backburner2\
c:\Program Files\Common Files\Autodesk Shared\
c:\Program Files\SSH Communications Security\SSH Secure Shell
c:\Program Files\lame
c:\Program Files\ogg
d:\cygwin\bin\id.exe output (nontsec)
UID: 1000(royvegar)  GID: 513(None)
513(None)
d:\cygwin\bin\id.exe output (ntsec)
UID: 1000(royvegar)   GID: 513(None)
513(None) 544(Administrators)
545(Users)1002(Debugger Users)
SysDir: C:\WINNT\system32
WinDir: C:\WINNT
HOME = `d:\cygwin\home\royvegar'
MAKE_MODE = `unix'
PWD = `/home/royvegar'
USER = `royvegar'
Use `-r' to scan registry

c:  hd  NTFS   10001Mb  94% CP CS UN PA FC OS
d:  hd  NTFS   66307Mb  91% CP CS UN PA FC Data
e:  cd   N/AN/A
h:  hd  FAT32  31149Mb  99% CPUN   WD
d:\cygwin  / system  
binmode
d:\cygwin/bin  /usr/bin  system  
binmode
d:\cygwin/lib  /usr/lib  system  
binmode
d:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  
binmode
.  /cygdrive system  
binmode,cygdrive

Found: d:\cygwin\bin\awk.exe
Found: d:\cygwin\bin\bash.exe
Found: d:\cygwin\bin\cat.exe
Found: d:\cygwin\bin\cp.exe
Found: d:\cygwin\bin\cpp.exe
Found: d:\cygwin\bin\find.exe
Found: d:\cygwin\bin\gcc.exe
Found: d:\cygwin\bin\gdb.exe
Found: d:\cygwin\bin\grep.exe
Found: d:\cygwin\bin\ld.exe
Found: d:\cygwin\bin\ls.exe
Found: d:\cygwin\bin\make.exe
Found: d:\cygwin\bin\mv.exe
Found: d:\cygwin\bin\rm.exe
Found: d:\cygwin\bin\sed.exe
Found: d:\cygwin\bin\sh.exe
Found: d:\cygwin\bin\tar.exe
   58k 2002/05/

[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 list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS - broken?

2004-06-14 Thread Vivian Meazza
I downloaded and built the CVS source code this morning (Monday) under
Cygwin/Xp - it builds without error. I also downloaded the data.

FGFS fails to run, stopping with:

Adding subsystem Traffic Manager
Unknown exception in the main loop. Aborting ...
Segmentation fault (core dumped)

Any ideas?

Regards

Vivian 



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[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 doesn't seem to work with JBS models. Has an old version crept back in?
Let's hope it's not in release 0.9.5, although it's not critical.

Regards,

Vivian




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] CVS - Problems

2004-09-16 Thread Vivian Meazza
On compiling the CVS download under Cygwin this morning I get the following
error:

tilemgr.cxx: In member function `void FGTileMgr::update_queues()':
tilemgr.cxx:288: error: `size' undeclared (first use this function)
tilemgr.cxx:288: error: (Each undeclared identifier is reported only once
for
   each function it appears in.)
make[2]: *** [tilemgr.o] Error 1
make[2]: Leaving directory `/flightgear-cvs/source/src/Scenery'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/flightgear-cvs/source/src'
make: *** [install-recursive] Error 1

Regards

Vivian



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] CVS today

2004-09-19 Thread Erik Hofman

Hi,
I made a terrible mess of the FlightGear CVS repository today by adding 
(what I thought was) one extra code cleanup I accidentally committed the 
complete local tree which contained changes that were not ready for 
release yet.

I tried to get it compiling (which succeeded) but got a runtime error 
afterwards, so now I've committed the previous version of FlightGear 
(two hours ago) back in CVS and it is now compiling, linking and running 
again.

I'm sorry for the inconvenience.
Erik
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[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 I am in
the process of switching ISPs (dialup to cable TV). Possibly this is now
on some blacklist, but this is the first sign I have noticed. I also
tried to re-logon in case it has tracked some net address for security
reasons, but the logon failed the same way, got a message of "cvs [login
aborted]: recv() from server cvs.simgear.org: Connection reset by peer.

Do I wait a bit, change something, or consider myself banned?
-- 
Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS broken

2001-12-06 Thread Norman Vine

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/FlightGear/src/FDM/JSBSim/FGFCS.cpp:282:
undefined reference to `FGKinemat::FGKinemat(FGFCS *, FGConfigFile *)'
collect2: ld returned 1 exit status

FYI
I have 'fixed again' the 'goto Airport' and 'reset' operations
and am trying to resync my stuff with the CVS so as I can get
the code to Curt,  but I would like to test against the latest just
to make sure things are still working.

FWIW
The problem was related to the relatively new stuff introduced
to bind the FDM to use  instead of 'C" variables.

It is great to have the flexibility the the properties give us but with
the 'power' comes 'responsibilities'.

ie  you have to  'unbind' those properties that are 'bound' before
freeing what they are 'bound' to or their behaviour is apparently
undefined.

Cheers

Norman


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[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





___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[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++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c atis.cxx
In file included from atis.cxx:47:
../../src/Main/fg_props.hxx: In function `class SGPropertyNode *
fgGetNode(const
 string &, int, bool = false)':
../../src/Main/fg_props.hxx:100: no matching function for call to
`SGPropertyNod
e::getNode (const
basic_string,__default_alloc_tem
plate > &, int &, bool &)'
/usr/local/include/simgear/misc/props.hxx:681: candidates are: class
SGPropertyN
ode * SGPropertyNode::getNode(const string &, bool = false)
/usr/local/include/simgear/misc/props.hxx:687: const class
SGPro
pertyNode * SGPropertyNode::getNode(const string &) const
make[2]: *** [atis.o] Error 1
make[2]: Leaving directory `/usr/local/src/FlightGear/src/ATC'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/FlightGear/src'
make: *** [all-recursive] Error 1v


Any help would be appreciated.

Thanks,  

Mark


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS question

2002-03-06 Thread Boslough, Mark B


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 organizing thinks in a way that doesn't cause
me a lot of extra work at some point.

Thanks,

Mark Boslough


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[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 (CVS) 1.11 (client/server)

The FlightGear-base and plib repositories are OK.
Has there been a change I've missed?

Logging in again does the same:

cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7 login
CVS password: (guest)
cvs [login aborted]: recv() from server cvs.flightgear.org: Connection reset 
by peer

-- 
Kind Regards,

Alasdair Campbell



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS Broke?

2002-06-22 Thread Darren Hammond

Is CVS access to SimGear / FlightGear broke?

I'm getting "Connection reset by peer" messages
I'm ok getting to FG Base & other CVS sites


Darren

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 clarify something before I have
> > another go.
> >
> > I no longer have a 'fat pipe' to the internet so I'm stuck with a
> > 56K modem to get the files.  If I copy an old (circa 0.71) CVS
> > snapshot into my/CVSROOT/fgfs directory on linux will I still have
> > to download the whole base package or will CVS be clever and just
> > get the stuff that has been updated since then?
> >
> 
> That should be workable, but you'll probably have to do some
> voodoo first, since some of the specs for what and where changed.
> SOmeplace, there is a python script that will go through the CVS
> directories and change the repository used. Check the mailing list
> archives. You can also do it with perl or even sed.
> 
> > I'm trying to avoid downloading the large scenery and graphic files.
> >
> 
> There are a -lot- of graphics files  and eye candy related stuff added
> since 0.7.1. Either way, it's going to take a while on a dial up.


..ok, I have an unmetered "fat enough" pipe and volonteer it to find 
out the "patch sizes", I like to keep my non-distro code where it
belongs, in '/usr/local', rather than '/home/cvs'.  Advice me of what
tests you want run, and how you want me to run'em, scripts are nicely
welcomed.  ;-)


> > Is the stable CVS tree just a snapshot of the last stable release or
> > is it updated with new code additions/patches that appear to be
> > stable?
> >
> 
> 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 "how-to on using cvs to minimize the
download requirements", as a bait to fish people into using cvs and 
then into development.  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 "how-to on using cvs to minimize the
> download requirements", as a bait to fish people into using cvs and 
> then into development.  ;-)

I should point out that a single machine can have an unlimited number of
checkouts of the same tree.  So, if you check out the base package as
stable, then copy the whole tree to another directory, you can change
the tag on the copy so it updates itself as the unstable tree.
In this way, you get both trees for less than two amounts of download.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 either, but not concurrently.
> >
> > ..it is also possible to use an "how-to on using cvs to minimize the
> > download requirements", as a bait to fish people into using cvs and
> > then into development.  ;-)
>
> I should point out that a single machine can have an unlimited number of
> checkouts of the same tree.  So, if you check out the base package as
> stable, then copy the whole tree to another directory, you can change
> the tag on the copy so it updates itself as the unstable tree.
> In this way, you get both trees for less than two amounts of download.
>

Good point


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS question...

2002-09-19 Thread Matthew Law

After many newbie-fied mistakes and misunderstanding I have now setup 
/home/cvsroot on my linux box and checked out up-to-date copies of the devel 
releases into:

/home/cvsroot/SimGear
/home/cvsroot/FlightGear
/home/cvsroot/fgfsbase

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 compiling these sources to keep them from 
starting a fist fight with each other?

BTW, well done on the clouds guys they're coming along nicely and will look 
pretty sweet when they're done :-)

Many thanks,

Matt.




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS error?

2002-09-27 Thread Matthew Law

I'm now seeing this when I do a 'cvs update -dP' in the development CVS tree.

cvs server: cannot open directory 
/var/cvs/FlightGear-0.9/FlightGear/src/Systems/Vacuum: No such file or 
directory
cvs server: skipping directory src/Systems/Vacuum

Is this anything I've done locally? FlightGear/src/Systems/Vacuum exists on my 
machine and contains files.

TIA,

Matt.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] cvs tools

2004-12-03 Thread Melchior FRANZ
KDE's development module kdesdk contains lots of useful cvs utility
scripts. I extracted those also useful for fgfs developers and put
them here:

  http://members.aon.at/mfranz/cvstools.tar.gz  (16 kB)

I very often use the first five of the following list. ($HOME/bin/cvs
is actually a link to colorcvs.)

m.




Here's a list of contents:
--
colorcvscvs wrapper that colors output

cvs-clean   removes all files that were not downloaded via cvs (to remove
generated files; handle with care!)

cvslastchange   launches "cvs diff -u" to display the last applied changes for a
given file. HEAD branch only.

cvslastlog  Shows the log associated with the last change on a given file.

cvscheckOffline check for status of files in a checked-out (very useful
to find files with sticky tags/dates)

cvschanged  Check for edited or merged files in a checked out CVS module,
without connecting to the CVS server.

cvsblameBonsai-like cvs annotate (opens "cvs ann" in browser; change
last line if you don't have konqueror)

cvsrevertlast   Reverts all the files given on the command by one version, then
you can commit them.

cvsaddcurrentdir Add all files in and below the current dir to cvs.
 *.c, *.h, *.C, *.cpp, *.cc are added automatically,
 *~, *.o, *.so, *.lo, *.la, .libs/, .deps/, .#* are ignored.
 You will be asked for the remaining files.

noncvslist  List all files in a checked out CVS module that are unknown to
to the CVS server.

cvsversion  Display CVS version of a file without connecting to the server.
(also used by the other scripts)

cvsremovealltags Remove all tags from a CVS file. Use with care, and for 
instance
after copying a file on the server.

cvsbackport Backport the last commit in HEAD, to a branch.

cvsforwardport  Forwardport the last commit in a branch to HEAD

pruneemptydirs  Detects stale source dirs in a CVS tree

cvslastreferenced Goes through the whole history of a file to find all 
modifications
referencing a specific string.  It's useful if you want to know
when a function has been removed/modified/added to a file if a
recent cvs annotate doesn't reference it anymore.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] CVS Error?

2004-12-17 Thread John Wojnaroski
Hi,
I may have posted this late last night, but seems to have been lost. If 
a duplicate post, my apologies

Compiling the CVS pre-release
error in FGNozzle.cxx complaining about snprintf as implicit declaration 
at line #74

Currently running 0.9.5
Did I miss something skipping over 0.9.6?
Regards
JW



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] CVS

2005-07-20 Thread Curtis L. Olson

Neville van Deventer wrote:


Hi List,
 
Could anyone perhaps tell me how to connect to the cvs at 
cvs.flightgear.org without getting the following error
Error validating location: "I/O exception occurred: Connection 
refused: I HATE YOU"
I followed the Instructions on the web-site, and I get the same thing 
for simgear as well.

Any suggestions on how I can connect to the CVS ??



Hmmm, that's not a very nice error message, I'm sure it wasn't meant 
literally. :-(  If you tell me the exact time you tried to connect and 
what machine you connected from (name/ip) I could look in the server 
logs to see if there are any clues there.  I haven't ever seen this 
message before so it's hard to say if it's coming from our server, or 
being generated locally by your cvs client.  What platform are  you 
running on?  CVS involves the network, so I don't know if there could be 
some firewall in the middle that is blocking traffic.  Do you get long 
time outs before the error message, or is it returned immediately?  Do 
you have write access to your local cvs tree and enough disk space?


That's all I can think of off the top of my head.

Curt.

--
Curtis Olsonhttp://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:2f585eeea02e2c79d7b1d8c4963bae2d


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


RE: [Flightgear-devel] CVS

2005-07-20 Thread Vivian Meazza
Neville van Deventer


Hi List,
 
Could anyone perhaps tell me how to connect to the cvs at cvs.flightgear.org
without getting the following error
 
Error validating location: "I/O exception occurred: Connection refused: I
HATE YOU"
 
I followed the Instructions on the web-site, and I get the same thing for
simgear as well.
 
Any suggestions on how I can connect to the CVS ??
 
Thanks in Advance
 
Neville van Deventer 

Works here. What _exactly_ are you doing? 

Any possibility that you have a virus on your system?

Regards,

Vivian

P.S. Please use plain text on this list



___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


RE: [Flightgear-devel] CVS

2005-07-20 Thread Neville van Deventer
 Thanks for the responses Vivian and Curtis,

In Future I Will use Plain Text, my Appologies ...

OK, Setup and what I'm Doing, 

I Just tried it now again, while writing this message so you can check the
logs for the past 5 min's or so, I've been thying this most of the day, but
with no success.

I'm using the guest username and password as described on the Web Page.

I'm running Windows XP Professional operating System, Eclipse IDE as my Dev
Environment, I Currently have 5 other cvs repositories,( 1 local and 3 on
the Net codehaus.org, objectweb.org, and sourceforge.net).

My IP Address is 198.54.42.106 which my alternate is 198.54.42.107, we have
a 256K line, connection is via a PIX Firewall.
Host name is NEVILLE_HP, and it takes about 5 seconds after clicking connect
to get the message.

No Outgoing ports are blocked at this time and limited ports are allowed in.

No Virus on my system, I Update regularely, using Norton corporate Edition.

Disk space I Also thought might be a problem so I Cleared up some space
(Currently I've got about 3.5G Free).

I Think that's about it...

Thanks in Advance for the Help.

Neville

PS: Sorry about not using plain text originally.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vivian Meazza
Sent: 20 July 2005 06:04 PM
To: 'FlightGear developers discussions'
Subject: RE: [Flightgear-devel] CVS

Works here. What _exactly_ are you doing? 

Any possibility that you have a virus on your system?

Regards,

Vivian

P.S. Please use plain text on this list



___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] CVS

2005-07-20 Thread Andy Ross
Neville van Deventer wrote:
> Error validating location: "I/O exception occurred: Connection
> refused: I HATE YOU"

Heh, that's amusing.  I googled this, and it turns out that "I HATE
YOU" is the defined response in the CVS protocol for authentication
failures. :)

You may have a bad password in your .cvspass file.  Try removing any
flightgear.org lines, or removing the whole file.

Andy

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


RE: [Flightgear-devel] CVS

2005-07-20 Thread Vivian Meazza
Neville van Deventer

 
>  Thanks for the responses Vivian and Curtis,
> 
> In Future I Will use Plain Text, my Appologies ...
> 
> OK, Setup and what I'm Doing,
> 
> I Just tried it now again, while writing this message so you can check the
> logs for the past 5 min's or so, I've been thying this most of the day,
> but
> with no success.
> 
> I'm using the guest username and password as described on the Web Page.

This definitely works

cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 login

CVS password: guest

I've just tried it.

Vivian




___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


RE: [Flightgear-devel] CVS

2005-07-20 Thread Neville van Deventer
Done, Sorted, I've got a connection now, 

Thanks  

Nev

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Ross
Sent: 20 July 2005 06:41 PM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] CVS

Neville van Deventer wrote:
> Error validating location: "I/O exception occurred: Connection
> refused: I HATE YOU"

Heh, that's amusing.  I googled this, and it turns out that "I HATE YOU" is
the defined response in the CVS protocol for authentication failures. :)

You may have a bad password in your .cvspass file.  Try removing any
flightgear.org lines, or removing the whole file.

Andy

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] CVS gripes

2002-11-11 Thread Matthew Law
Hi all,

I've been having problems updating Simgear for a few days.
I've tried everything - including moving the lot and starting again but it 
continually gets stuck at:

cvs server: Updating src-libs
U src-libs/.cvsignore
U src-libs/Makefile.am
U src-libs/metakit-2.4.3-33.tar.gz
U src-libs/zlib-1.1.4.tar.gz
U src-libs/zlib.dsp

and goes no further.

I have no problems updating the fgfsbase or FlightGear CVS.

I don't use compression on CVS (e.g. -z3 etc) as this did seem to cause some 
unpredictable behaviour in the past.  I don't usually have any problems so I 
just wanted to check with you guys before looking over my box.

Many thanks,

Matt.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS Problems

2002-12-05 Thread Jonathan Polley
I have been unable to connect to CVS for the past two days (Connection 
reset by peer).  Is anyone else having this problem?  I can connect to 
plib just fine.

Thanks,

Jonathan Polley


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] cvs logs

2002-12-22 Thread Jim Wilson
Any chance we could get back cvs logs from prior to the changeover?  The lack
of them is making it hard to track down regressions introduced prior to.

Best,

Jim

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS Server

2003-01-07 Thread David Megginson
The FlightGear CVS server is freezing on update when I try to use it
(no error message).  Is anyone else seeing this problem?  I'm seeing
it without any -z argument.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS settings

2003-03-24 Thread Gopal Mor
HI All,
I have downloaded Flightgear from CVS using the instructions on
http://www.flightgear.org/cvsResources/anoncvs.html page.
I feel that when I do update, I am not getting the latest postings which are discussed in the mailing list.
Whether the instructions for CVS, in the above mentioned web page, is still valid ??
Please guide on the "required settings" to get the latest developments through CVS.
Cheers!!!
Gopal Mor
 Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

[Flightgear-devel] CVS updates

2003-07-12 Thread Erik Hofman


Okay I'm done updating CVS.
We can get back to more useful work now (like running FlightGear).
Erik

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS lock

2003-11-04 Thread Martin Spott
Could someone please remove:

cvs server: [15:11:17] waiting for ehofman's lock in 
/var/cvs/FlightGear-0.9/data/Aircraft/bo105


Thanks,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS problems

2005-11-09 Thread Jason Cox
Hi all,
I am having a problem compiling the lattest ( 1/2 Hour ago )
flightgear. I have also updated simgear and recompiled.
the error I get is while making flightgear as follows,

Making all in MultiPlayer
make[2]: Entering directory `/root/source/src/MultiPlayer'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/X11R6/include -I/usr/local/include  -g -O2 -D_REENTRANT -MT
multiplaymgr.o -MD -MP -MF ".deps/multiplaymgr.Tpo" -c -o multiplaymgr.o
multiplaymgr.cxx; \
then mv -f ".deps/multiplaymgr.Tpo" ".deps/multiplaymgr.Po"; else rm -f
".deps/multiplaymgr.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/X11R6/include -I/usr/local/include  -g -O2 -D_REENTRANT -MT
mpplayer.o -MD -MP -MF ".deps/mpplayer.Tpo" -c -o mpplayer.o
mpplayer.cxx; \
then mv -f ".deps/mpplayer.Tpo" ".deps/mpplayer.Po"; else rm -f
".deps/mpplayer.Tpo"; exit 1; fi
make[2]: *** No rule to make target `tiny_xdr.cpp', needed by
`tiny_xdr.o'.  Stop.
make[2]: Leaving directory `/root/source/src/MultiPlayer'

 I have tried ./configure --without-multiplayer  but it didn't help.

Thanks
Jason Cox


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] CVS SIGSEGV?

2005-11-11 Thread Josh Babcock
I just did a cvs up and when I run fg I get this strace output

.
.
.
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
ioctl(7, 0x6447, 0) = 0
gettimeofday({1131761484, 337352}, NULL) = 0
sched_yield()   = 0
select(6, [5], NULL, NULL, {0, 0})  = 0 (Timeout)
gettimeofday({1131761484, 365260}, {300, 0}) = 0
time([1131761484])  = 1131761484
time(NULL)  = 1131761484
time(NULL)  = 1131761484
gettimeofday({1131761484, 366251}, {300, 0}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


Caveats:
I'm using the following patch:
? simgear/math/linalg.h
? simgear/misc/swap_test
? simgear/scene/fgsg
Index: simgear/screen/RenderTexture.cpp
===
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/screen/RenderTexture.cpp,v
retrieving revision 1.10
diff -u -r1.10 RenderTexture.cpp
--- simgear/screen/RenderTexture.cpp5 Sep 2005 09:02:56 -   1.10
+++ simgear/screen/RenderTexture.cpp31 Oct 2005 07:04:52 -
@@ -456,6 +456,11 @@

 #elif defined( __APPLE__ )
 #else // !_WIN32
+
+/// Ugly workaround for gl drivers not working correctly with pbuffers.
+return false;
+
+
 _pDisplay = glXGetCurrentDisplay();
 GLXContext context = glXGetCurrentContext();
 int screen = DefaultScreen(_pDisplay);

And also, I have been having some GL issues. glxgears and glxinfo all
work ok, but I am still suspicious. Anyone else having this problem?

Josh

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] cvs guest oops ??

2003-11-07 Thread John Barrett
I was working on the directory layout and autoconf for my server module, and
the CVS app I'm using requires that everything be added to the repository
before a patch can be created -- without thinking, I added src/Server, and
the cvs guest account allowed me to do it !!

Doing patches is a new thing for me -- whats the correct diff command line
to produce a patch given the current cvs tree and my modified tree ??

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Erik Hofman
John Wojnaroski wrote:
For latest CVS (update 31 Jan 04) , running with Debian (woody) and gcc3.0

panel.cxx: In method `const char * FGTextLayer::Chunk::getValue() const':
panel.cxx:1128: implicit declaration of function `int truncf(...)'

Thought there was a fix for this? don't recall the specifics and can't find
a copy in any of my folders. Is there a way to access an archive of
old email posts? Or more directly, how was it fixed?
 There has been a fix applied to both configure.ac and 
src/Cockpit/panel.cxx. Make rue those files are up to date and rerun 
autoconf and configure before proceding.

Erik



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] CVS Compile

2004-02-01 Thread Norman Vine
Roy Vegard Ovesen writes:
> 
> I get this error when compiling src/Autopilot/route_mgr.cxx:
> 

> /usr/include/c++/3.2/limits:942:22: macro "min" requires 2 arguments, but 
> only 1  given
> In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,

 

There is a conflict between  and some of the libstdc++ STL headers
unless all of the STL includes are included before  or visa versa

otherwise some versions of the GNU compilers  need NOMINMAX defined 

I *really* don't understand why this isn't done in the configure script or
in  which should be included in all compilations



FWIW To get around this I resort to specifying my compiler flags explicitly 
i.e. < something like >

export CXXFLAGS="-pipe -O2 -Wall -DWIN32 -DNOMINMAX"
export CFLAGS=$CXXFLAGS
./configure 

Norman


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski

> 
>   There has been a fix applied to both configure.ac and 
> src/Cockpit/panel.cxx. Make rue those files are up to date and rerun 
> autoconf and configure before proceding.
> 
I did a fresh CVS checkout late Saturday night (PST). I'll try again...

Regards
John W.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Frederic Bouvier
Norman Vine wrote:

> Roy Vegard Ovesen writes:
> >
> > I get this error when compiling src/Autopilot/route_mgr.cxx:
> >
>
> > /usr/include/c++/3.2/limits:942:22: macro "min" requires 2 arguments,
but
> > only 1  given
> > In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,
>
> 
>
> There is a conflict between  and some of the libstdc++ STL
headers
> unless all of the STL includes are included before  or visa
versa
>
> otherwise some versions of the GNU compilers  need NOMINMAX defined
>
> I *really* don't understand why this isn't done in the configure script or
> in  which should be included in all compilations

 is included in route_mgr.hxx that comes in third
position
in route_mgr.cxx. I think inclusion of config.h and compiler.h should be
located
in first place of every .cxx file

FWIW: FDM/flight.hxx that comes first begin with STL includes


-Fred



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski


>
> >
> >   There has been a fix applied to both configure.ac and
> > src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
> > autoconf and configure before proceding.
> >
> I did a fresh CVS checkout late Saturday night (PST). I'll try again...
>
Okay,  started a fresh build with files dated:

 14965 Jan 27 01:31 configure.ac
  28060 Jan 27 01:31 panel.cxx
  14313 Jan 22 10:42 panel.hxx

->sh autogen.sh
->/configure --with-threads

The config log shows that the test for truncf was successful but the compile
error is still there. Some sort of path/environment problem

Regards
John W.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Roy Vegard Ovesen
On Sun, 1 Feb 2004 06:48:20 -0500, Norman Vine <[EMAIL PROTECTED]> wrote:


There is a conflict between  and some of the libstdc++ STL 
headers
unless all of the STL includes are included before  or visa 
versa

otherwise some versions of the GNU compilers  need NOMINMAX defined

I *really* don't understand why this isn't done in the configure script 
or
in  which should be included in all compilations



FWIW To get around this I resort to specifying my compiler flags 
explicitly
i.e. < something like >

export CXXFLAGS="-pipe -O2 -Wall -DWIN32 -DNOMINMAX"
export CFLAGS=$CXXFLAGS
./configure
Norman
 The -DNOMINMAX flag worked, thanks!

--
Roy Vegard Ovesen
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski

It's me again ;-)

>
>
> >
> > >
> > >   There has been a fix applied to both configure.ac and
> > > src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
> > > autoconf and configure before proceding.
> > >
> > I did a fresh CVS checkout late Saturday night (PST). I'll try again...
> >
> Okay,  started a fresh build with files dated:
>
>  14965 Jan 27 01:31 configure.ac
>   28060 Jan 27 01:31 panel.cxx
>   14313 Jan 22 10:42 panel.hxx
>
> ->sh autogen.sh
> ->/configure --with-threads
>
> The config log shows that the test for truncf was successful but the
compile
> error is still there. Some sort of path/environment problem
>
Okay, that problem got cleared up, on to the next

ran ./configure --with-threads --with-weathercm

Upon compiling:

g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  -I/usr/
X11R
6/include  -g -O2 -D_REENTRANT -c -o atis.o `test -f atis.cxx || echo
'./'`atis.
cxx
In file included from atis.cxx:40:
../../src/WeatherCM/FGLocalWeatherDatabase.h:63: Main/fgfs.hxx: No such file
or
directory
make[2]: *** [atis.o] Error 1
make[2]: Leaving directory `/usr/local/SimFG/source/src/ATC'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/SimFG/source/src'
make: *** [all-recursive] Error 1

Looking back it appears this file no longer exists in 0.9.3.

Regards
John W.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Frederic Bouvier
John Wojnaroski wrote:
> > >
> > >   There has been a fix applied to both configure.ac and
> > > src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
> > > autoconf and configure before proceding.
> > >
> > I did a fresh CVS checkout late Saturday night (PST). I'll try again...
> >
> Okay,  started a fresh build with files dated:
>
>  14965 Jan 27 01:31 configure.ac
>   28060 Jan 27 01:31 panel.cxx
>   14313 Jan 22 10:42 panel.hxx
>
> ->sh autogen.sh
> ->/configure --with-threads
>
> The config log shows that the test for truncf was successful but the
compile
> error is still there. Some sort of path/environment problem

Try the patch below

-Fred

I:\FlightGear\cvs\FlightGear\src\Autopilot>cvs -z3 -q diff -u route_mgr.cxx
Index: route_mgr.cxx
===
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Autopilot/route_mgr.cxx,v
retrieving revision 1.1
diff -u -r1.1 route_mgr.cxx
--- route_mgr.cxx   31 Jan 2004 19:47:45 -  1.1
+++ route_mgr.cxx   1 Feb 2004 16:21:02 -
@@ -21,11 +21,11 @@
 // $Id: route_mgr.cxx,v 1.1 2004/01/31 19:47:45 curt Exp $


+#include "route_mgr.hxx"
+
 #include 
 #include 

-#include "route_mgr.hxx"
-

 FGRouteMgr::FGRouteMgr() :
 route( new SGRoute ),




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread David Culp
I don't know the answer to the missing truncf prototype, but it seems this 
function is defined in a macro in math.h.  Here's some discussion on the 
problem:

http://lists.debian.org/debian-glibc/2003/debian-glibc-200310/msg00295.html


Dave
-- 

David Culp
davidculp2[at]comcast.net


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Curtis L. Olson
Fred,

I just committed a variation of this (assuming I understood the problem 
correctly hopefully this will fix it.)  Otherwise just holler.

Curt.

Frederic Bouvier wrote:
John Wojnaroski wrote:

 There has been a fix applied to both configure.ac and
src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
autoconf and configure before proceding.
I did a fresh CVS checkout late Saturday night (PST). I'll try again...

Okay,  started a fresh build with files dated:

14965 Jan 27 01:31 configure.ac
 28060 Jan 27 01:31 panel.cxx
 14313 Jan 22 10:42 panel.hxx
->sh autogen.sh
->/configure --with-threads
The config log shows that the test for truncf was successful but the
compile

error is still there. Some sort of path/environment problem


Try the patch below

-Fred

I:\FlightGear\cvs\FlightGear\src\Autopilot>cvs -z3 -q diff -u route_mgr.cxx
Index: route_mgr.cxx
===
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Autopilot/route_mgr.cxx,v
retrieving revision 1.1
diff -u -r1.1 route_mgr.cxx
--- route_mgr.cxx   31 Jan 2004 19:47:45 -  1.1
+++ route_mgr.cxx   1 Feb 2004 16:21:02 -
@@ -21,11 +21,11 @@
 // $Id: route_mgr.cxx,v 1.1 2004/01/31 19:47:45 curt Exp $
+#include "route_mgr.hxx"
+
 #include 
 #include 
-#include "route_mgr.hxx"
-
 FGRouteMgr::FGRouteMgr() :
 route( new SGRoute ),


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


--
Curtis Olson   Intelligent Vehicles Lab FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Curtis L. Olson
Hi John,

Try configuring with out the -with-weathercm option.  Someone might need to 
go in and do some clean up there possibly.

Curt.

John Wojnaroski wrote:
It's me again ;-)



 There has been a fix applied to both configure.ac and
src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
autoconf and configure before proceding.
I did a fresh CVS checkout late Saturday night (PST). I'll try again...

Okay,  started a fresh build with files dated:

14965 Jan 27 01:31 configure.ac
 28060 Jan 27 01:31 panel.cxx
 14313 Jan 22 10:42 panel.hxx
->sh autogen.sh
->/configure --with-threads
The config log shows that the test for truncf was successful but the
compile

error is still there. Some sort of path/environment problem

Okay, that problem got cleared up, on to the next

ran ./configure --with-threads --with-weathercm

Upon compiling:

g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  -I/usr/
X11R
6/include  -g -O2 -D_REENTRANT -c -o atis.o `test -f atis.cxx || echo
'./'`atis.
cxx
In file included from atis.cxx:40:
../../src/WeatherCM/FGLocalWeatherDatabase.h:63: Main/fgfs.hxx: No such file
or
directory
make[2]: *** [atis.o] Error 1
make[2]: Leaving directory `/usr/local/SimFG/source/src/ATC'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/SimFG/source/src'
make: *** [all-recursive] Error 1
Looking back it appears this file no longer exists in 0.9.3.

Regards
John W.
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


--
Curtis Olson   Intelligent Vehicles Lab FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread John Wojnaroski

- Original Message -
From: "Curtis L. Olson" <[EMAIL PROTECTED]>
To: "FlightGear developers discussions" <[EMAIL PROTECTED]>
Sent: Sunday, February 01, 2004 8:52 AM
Subject: Re: [Flightgear-devel] CVS Compile


> Hi John,
>
> Try configuring with out the -with-weathercm option.  Someone might need
to
> go in and do some clean up there possibly.
>
> Curt.
>
>
Right on, it works fine w/o the option (after a truncf hack) But I was
wondering if it could be used as a progenitor program to create clouds as
opposed to canned files.  Obviously, a very ambitious and complex problem,
but first it does need some fixing/clean-up. Judging from the file dates,
it's been inactive for some time.

Regards
John W.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS Compile

2004-02-01 Thread Andy Ross
Norman Vine wrote:
> There is a conflict between  and some of the libstdc++ STL
> headers unless all of the STL includes are included before 
> or visa versa
>
> otherwise some versions of the GNU compilers  need NOMINMAX defined
>
> I *really* don't understand why this isn't done in the configure
> script or in  which should be included in all
> compilations

A better idea would probably be to firewall off the windows.h madness
and make sure it's included *only* where it's actually needed for
OS-dependent functions.  IMHO, there's absolutely no reason for the
autopilot implementation to have to pull in OS dependencies at all.

Do a "fgrep -riI windows.h ." in the source trees.  It appears in all
sorts of places where it really shouldn't.

Andy

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


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 ) added the CVS 
directory in the repository, certainly because he did :

  cvs add directory   ==> create the CVS directory
  cvs add directory/* ==> the CVS directory now added

try editing directory/CVS/Entries and remove the line :

 D/CVS

-Fred



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS: releases

2004-03-26 Thread Jon S Berndt
On Fri, 26 Mar 2004 23:47:27 +0100
 "Oliver C." <[EMAIL PROTECTED]> wrote:
Oooops, I wonder if we ever get the chance to do real testing before 
a release.

I agree with that.
The pre release version 0.9.4.pre2 was released on March 23.2004.
This means that there were only 3 days time for testing thats by far 
too less in my opinion. 
I'll "third" this. I've really only got time on the weekends to do any 
kind of testing.

Jon

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


[Flightgear-devel] CVS: Tu-154

2004-04-04 Thread Ilja Moderau
Hi,
I have found Ilia Pavlenko's Tu-154 in CVS. The problem is I´m working on a tu-154 
too, see the following message on the mailing list: 
http://baron.flightgear.org/pipermail/flightgear-devel/2004-March/026633.html
The Model is already animated and textured, panel and fdm are coming soon. I don´t 
want to conflict with any developer, so what should I do? 



--
Men can´t fly? http://home.arcor.de/iljamod/fly.jpg


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Norman Vine
Vivian Meazza writes:
> 
> I downloaded and built the CVS source code this morning (Monday) under
> Cygwin/Xp - it builds without error. I also downloaded the data.
> 
> FGFS fails to run, stopping with:
> 
> Adding subsystem Traffic Manager
> Unknown exception in the main loop. Aborting ...
> Segmentation fault (core dumped)
> 
> Any ideas?

Hmm...

I just updated FlightGear, SimGear and PLib from CVS
and compiled all anew and I am not seeing this problem
with Cygwin

Did you also update the FlightGear Data files ?

I noticed that there were a few changes made this AM
so I suggest doing a fresh CVS first before rebuilding

HTH

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Vivian Meazza


Norman Vine

> Sent: 14 June 2004 15:32
> To: FlightGear developers discussions
> Subject: RE: [Flightgear-devel] CVS - broken?
> 
> 
> Vivian Meazza writes:
> > 
> > I downloaded and built the CVS source code this morning 
> (Monday) under 
> > Cygwin/Xp - it builds without error. I also downloaded the data.
> > 
> > FGFS fails to run, stopping with:
> > 
> > Adding subsystem Traffic Manager
> > Unknown exception in the main loop. Aborting ...
> > Segmentation fault (core dumped)
> > 
> > Any ideas?
> 
> Hmm...
> 
> I just updated FlightGear, SimGear and PLib from CVS
> and compiled all anew and I am not seeing this problem
> with Cygwin

I did likewise. Looks like a local problem then. I was trying Andy Ross'
cross compilation over the weekend - that didn't work either, but have I
corrupted something? 

> Did you also update the FlightGear Data files ?

Yes

> I noticed that there were a few changes made this AM
> so I suggest doing a fresh CVS first before rebuilding

Done that, and I've re-installed Cygwin. I'm wondering if I have to delete
all the files, and really start from fresh. Seriously tiresome. 

> HTH

Certainly does, but I'm really struggling with this one.

Thanks for the help

V.




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Norman Vine
Vivian Meazza writes:
> 
> Norman Vine writes:
> 
> > 
> > I just updated FlightGear, SimGear and PLib from CVS
> > and compiled all anew and I am not seeing this problem
> > with Cygwin
> 
> I did likewise. Looks like a local problem then. I was trying Andy Ross'
> cross compilation over the weekend - that didn't work either, but have I
> corrupted something? 
> 
> > Did you also update the FlightGear Data files ?
> 
> Yes
> 
> > I noticed that there were a few changes made this AM
> > so I suggest doing a fresh CVS first before rebuilding
> 
> Done that, and I've re-installed Cygwin. I'm wondering if I have to delete
> all the files, and really start from fresh. Seriously tiresome. 

I would try a make clean and then rerun the autogen.sh scripts
on SimGear and FlightGear. then remake
 
> > HTH
> 
> Certainly does, but I'm really struggling with this one.

Also try explicitly setting your fg_root variable when you launch FGFS

ie from the bash shell 

$PATH_TO/fgfs.exe  --fg_root=$PATH_TO_FG_ROOT

filling in the appropriate $PATH_TO variables for your system

HTH

Norman



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS - broken?

2004-06-14 Thread Durk Talsma
I used to get this error a few times while developing the Traffic Manager. The 
error occured after the traffic manager instructed the AIModel subsystem to 
create an AIAircraft object using a non-existing directory path to the visual 
model it should use. So, I'm assuming that this error might be related to a 
recent change in the base package. Getting or not getting the error would 
then depend on whether or not AI Traffic in in the vincity of the user. 

I just got home, after having been away for the weekend, and I'm currently 
recompiling to see if I can find out what's wrong.

Cheers,
Durk

On Monday 14 June 2004 11:57, Vivian Meazza wrote:
> I downloaded and built the CVS source code this morning (Monday) under
> Cygwin/Xp - it builds without error. I also downloaded the data.
>
> FGFS fails to run, stopping with:
>
> Adding subsystem Traffic Manager
> Unknown exception in the main loop. Aborting ...
> Segmentation fault (core dumped)
>
> Any ideas?
>
> Regards
>
> Vivian
>
>
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


RE: [Flightgear-devel] CVS - broken?

2004-06-15 Thread Vivian Meazza
Norman Vine wrote
 
> Vivian Meazza writes:
> > 
> > Norman Vine writes:
> > 
> > > 
> > > I just updated FlightGear, SimGear and PLib from CVS
> > > and compiled all anew and I am not seeing this problem
> > > with Cygwin
> > 
> > I did likewise. Looks like a local problem then. I was trying Andy 
> > Ross' cross compilation over the weekend - that didn't work either, 
> > but have I corrupted something? 
> > 
> > > Did you also update the FlightGear Data files ?
> > 
> > Yes
> > 
> > > I noticed that there were a few changes made this AM
> > > so I suggest doing a fresh CVS first before rebuilding
> > 
> > Done that, and I've re-installed Cygwin. I'm wondering if I have to 
> > delete all the files, and really start from fresh. 
> Seriously tiresome.
> 
> I would try a make clean and then rerun the autogen.sh 
> scripts on SimGear and FlightGear. then remake
>  
> > > HTH
> > 
> > Certainly does, but I'm really struggling with this one.
> 
> Also try explicitly setting your fg_root variable when you launch FGFS
> 
> ie from the bash shell 
> 
> $PATH_TO/fgfs.exe  --fg_root=$PATH_TO_FG_ROOT
> 
> filling in the appropriate $PATH_TO variables for your system
> 
> HTH
> 

Problem solved - simple, but not trivial. I started over from scratch
(again). My diagnosis, although by no means certain, is that there was
something wrong in the scenery data area. My original cvs update either
pre-dated the appropriate change, or left something behind. 

It's still not quite right - the default aircraft comes up with a
segmentation error, and traffic manager throws up some warnings, but the
Spitfire and Hunter load OK, so work can continue.

Thank you all for your help - much appreciated when banging head against
brick wall.

Regards

Vivian 



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


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) { continue; }
> 
> ISR this having been mentioned at some time. Even if this line is
> corrected, it doesn't seem to work with JBS models. Has an old version
> crept back in? Let's hope it's not in release 0.9.5, although it's not
> critical.

I have:

}# Hack, to ignore the "ghost" tanks created by the C++ code.
}if(cap < 1) { continue; }
}
}title = tcell(fuelTable, "text", i+1, 0);

that is, "< 1" rather than "<= 0.1".

-c

-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


pgpynWhkvRVXj.pgp
Description: PGP signature
___
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


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 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 doesn't seem to work with JBS models. Has an 
> old version 
> > crept back in? Let's hope it's not in release 0.9.5, 
> although it's not 
> > critical.
> 
> I have:
> 
> }# Hack, to ignore the "ghost" tanks created by the C++ code.
> }if(cap < 1) { continue; }
> }
> }title = tcell(fuelTable, "text", i+1, 0);
> 
> that is, "< 1" rather than "<= 0.1".
> 

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.

Regards,

Vivian




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


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 the latter case, beware
that your browser might eat < > & or similar html reserved
character when exporting to text.

-Fred



___
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

> -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:
> 
> > 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 the latter 
> case, beware that your browser might eat < > & or similar 
> html reserved character when exporting to text.
> 
> -Fred
> 

Cygwin cvs client. There are no other errors, and it was OK up to my update
yesterday. It's not a problem if only I am seeing it, beacause I can correct
it. I'd like to know why though. 

I had to re-download from scratch to get -pre3 to run, so it looks as I'm
getting an earlier version, while you are keeping a later one. Not sur how
to run that one down though.

Regards,

Vivian






___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


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 with the cvs client or 
> > with the flightgear.org viewcvs application. In the latter 
> > case, beware that your browser might eat < > & or similar 
> > html reserved character when exporting to text.
> > 
> Cygwin cvs client. There are no other errors, and it was OK up to my update
> yesterday. It's not a problem if only I am seeing it, beacause I can correct
> it. I'd like to know why though. 

note the CVS history of any file can be inspected thru viewCVS

for example
http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/data/Nasal/gui.nas?cvsroot=FlightGear-0.9

indicates that line 166 last changed  when it was introduced into gui.nas 
version 1.3 , 2004/05/15 21:50:51

164 andy  1.3 
165   # Hack, to ignore the "ghost" tanks created by the C++ code.
166   if(cap < 1) { continue; }

which can be inspected here
http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/data/Nasal/gui.nas.diff?r1=1.2&r2=1.3&cvsroot=FlightGear-0.9

also note simce my 'data / nasal / gui.nas' code is the same as 
what is in  CVS and I also use Cygwin CVS to maintain my files
this 'sounds' as if somehow, this was a locally introduced problem 

in general you might fine it helpful to check for local differences
from the CVS when you experience problems with your local files 
with a command like

cvs -z3 diff -c 2>&1 | tee local_diffs

note this can be issued from any level in your local tree
and can be limited to only compare specific files  i.e.

cd data/Nasal
cvs -z3 diff gui.nas 2>&1 | tee gui_nas.diff

which will both list local diffs to the console and create a 'local_diffs' file

HTH

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


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 with
> the flightgear.org viewcvs application. In the latter case, beware
> that your browser might eat < > & or similar html reserved
> character when exporting to text.



___
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 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"?)
> 

Bad typing this morning - sorry. I seem to have got a corrupted file from
cvs - I'm not clear how or why, but it seems to be only at my end.
Correcting the identified error seems to make the Equipment drop-down dialog
work for YASim models, but not for JSBSim models. I expect there may be
further corruption in the file. Norman Vine has pointed me in the right
direction, so I should be able to sort it out. 

Bottom line is that the problem seems to be local to me.

Regards,

Vivian

 



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


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

2004-09-16 Thread Erik Hofman
Vivian Meazza wrote:
On compiling the CVS download under Cygwin this morning I get the following
error:
tilemgr.cxx: In member function `void FGTileMgr::update_queues()':
tilemgr.cxx:288: error: `size' undeclared (first use this function)
tilemgr.cxx:288: error: (Each undeclared identifier is reported only once
for
   each function it appears in.)
make[2]: *** [tilemgr.o] Error 1
make[2]: Leaving directory `/flightgear-cvs/source/src/Scenery'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/flightgear-cvs/source/src'
make: *** [install-recursive] Error 1
You will have to update SimGear also ...
Erik
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] CVS today

2004-09-19 Thread Arnt Karlsen
On Sun, 19 Sep 2004 20:38:40 +0200, Erik wrote in message 
<[EMAIL PROTECTED]>:
> 
> Hi,
> 
> I made a terrible mess of the FlightGear CVS repository today by
> adding (what I thought was) one extra code cleanup I accidentally
> committed the complete local tree which contained changes that were
> not ready for release yet.
> 
> I tried to get it compiling (which succeeded) but got a runtime error 
> afterwards, so now I've committed the previous version of FlightGear 
> (two hours ago) back in CVS and it is now compiling, linking and
> running again.
> 
> I'm sorry for the inconvenience.

..an I-screwed-up-so-come-back-later-so-I-can-fix-this-mess flag?
Would help the fixing and avoid wasted efforts on trying to figure 
out known messed-up code.

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


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 PROTECTED]> said:

> 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 I am in
> the process of switching ISPs (dialup to cable TV). Possibly this is now
> on some blacklist, but this is the first sign I have noticed. I also
> tried to re-logon in case it has tracked some net address for security
> reasons, but the logon failed the same way, got a message of "cvs [login
> aborted]: recv() from server cvs.simgear.org: Connection reset by peer.
> 
>   Do I wait a bit, change something, or consider myself banned?
> -- 
> Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 



-- 
Jim Wilson - IT Manager
Kelco Industries
PO Box 160
58 Main Street
Milbridge, ME 04658
207-546-7989 - FAX 207-546-2791
http://www.kelcomaine.com




___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 against dns
spoofing) to reject such machines.

The "proper" solution would be to complain to your ISP and have them
make sure your ip address is correctly registered in their dns.

Regards,

Curt.

William Earnest writes:
> 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 I am in
> the process of switching ISPs (dialup to cable TV). Possibly this is now
> on some blacklist, but this is the first sign I have noticed. I also
> tried to re-logon in case it has tracked some net address for security
> reasons, but the logon failed the same way, got a message of "cvs [login
> aborted]: recv() from server cvs.simgear.org: Connection reset by peer.
> 
>   Do I wait a bit, change something, or consider myself banned?
> -- 
> Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Curtis Olson   Intelligent Vehicles Lab FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 server is configured (as a precaution against dns
> spoofing) to reject such machines.
> 
> The "proper" solution would be to complain to your ISP and have them
> make sure your ip address is correctly registered in their dns.
> 
> Regards,
> 
> Curt.
> 
> William Earnest writes:
> > 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 I am in
> > the process of switching ISPs (dialup to cable TV). Possibly this is now
> > on some blacklist, but this is the first sign I have noticed. I also
> > tried to re-logon in case it has tracked some net address for security
> > reasons, but the logon failed the same way, got a message of "cvs [login
> > aborted]: recv() from server cvs.simgear.org: Connection reset by peer.
> >
> >   Do I wait a bit, change something, or consider myself banned?
> > --
> > Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA
> >
> > ___
> > Flightgear-devel mailing list
> > [EMAIL PROTECTED]
> > http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 
> --
> Curtis Olson   Intelligent Vehicles Lab FlightGear Project
> Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
> Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
Curt,

That makes sense, and fits the symptoms, but it's not so simple. Look
at what I got about 21:15 EST right after a rejection.

[root@hulk wde]# host 24.229.47.143
143.47.229.24.IN-ADDR.ARPA domain name pointer
dhcp-47seg-1-9-5.msns.sm.ptd.net
[root@hulk wde]# host dhcp-47seg-1-9-5.msns.sm.ptd.net
dhcp-47seg-1-9-5.msns.sm.ptd.net has address 24.229.47.143

I also tried dig, and got the same authoritative answers both ways.
They list 8 servers for the msns.sm.ptd.net domain. any chance you could
see what your local system resolves for each? I have no way to "look
back" from your position to see what is messed up. 

-- 
Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA
Computers, like air conditioners, work poorly with Windows open.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 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 PROTECTED]> said:
>
> > 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 I am in
> > the process of switching ISPs (dialup to cable TV). Possibly this is now
> > on some blacklist, but this is the first sign I have noticed. I also
> > tried to re-logon in case it has tracked some net address for security
> > reasons, but the logon failed the same way, got a message of "cvs [login
> > aborted]: recv() from server cvs.simgear.org: Connection reset by peer.
> >
> > Do I wait a bit, change something, or consider myself banned?
> > --
> > Bill Earnest  wde3@ptd-dot-net  Linux Powered   Allentown, PA, USA
> >
> > ___
> > Flightgear-devel mailing list
> > [EMAIL PROTECTED]
> > http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> >
>
>
>
> --
> Jim Wilson - IT Manager
> Kelco Industries
> PO Box 160
> 58 Main Street
> Milbridge, ME 04658
> 207-546-7989 - FAX 207-546-2791
> http://www.kelcomaine.com
>
>
>
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
>


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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/FlightGear/src/FDM/JSBSim/FGFCS.cpp:282:
> undefined reference to `FGKinemat::FGKinemat(FGFCS *, FGConfigFile *)'
> collect2: ld returned 1 exit status

Did you do a cvs up -d ?
This is a new set of files but I thought that Curt had gotten them into
the Makefile.am so that make/g++ would have flagged it ...

>
> FYI
> I have 'fixed again' the 'goto Airport' and 'reset' operations
> and am trying to resync my stuff with the CVS so as I can get
> the code to Curt,  but I would like to test against the latest just
> to make sure things are still working.
>
> FWIW
> The problem was related to the relatively new stuff introduced
> to bind the FDM to use  instead of 'C" variables.
>
> It is great to have the flexibility the the properties give us but with
> the 'power' comes 'responsibilities'.
>
> ie  you have to  'unbind' those properties that are 'bound' before
> freeing what they are 'bound' to or their behaviour is apparently
> undefined.
>
> Cheers
>
> Norman
>
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Tony Peden
[EMAIL PROTECTED]
We all know Linux is great ... it does infinite loops in 5 seconds. 
-- attributed to Linus Torvalds

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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
>
> cvs add $NEW_FILES
>   followed by a
> cvs commit $NEW_FILES

Nope, they are there in the filtersjb/ directory
>
> Cheers
>
> Norman
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Tony Peden
[EMAIL PROTECTED]
We all know Linux is great ... it does infinite loops in 5 seconds. 
-- attributed to Linus Torvalds

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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

I guess we all need need to re-run automake autoconf ect !

Thanks

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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/ directory
>
> Doh...  so they are
> I never thought of looking there :-)
>
> I guess we all need need to re-run automake autoconf ect !

Actually, Ross made it easier than that: 
./autogen.sh && make clean && make


>
> Thanks
>
> Norman
>
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Tony Peden
[EMAIL PROTECTED]
We all know Linux is great ... it does infinite loops in 5 seconds. 
-- attributed to Linus Torvalds

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 in an external directory I can use one set of source
files for both MingW and Cygwin and not have OS mismatched files. 
Trick is to run aclocal; automake; autoconf in the source tree
and configure; make in the object dir.

I usually just run the configure; make part and it just works
however you need to the automake thing when new files  
are added

FWIW
This is the 'approved gnu way' and helps keep source tree contamination
to a minimum

Cheers

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 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 in an external directory I can use one set of source
> files for both MingW and Cygwin and not have OS mismatched files. 
> Trick is to run aclocal; automake; autoconf in the source tree
> and configure; make in the object dir.
> 
> I usually just run the configure; make part and it just works
> however you need to the automake thing when new files  
> are added
> 
> FWIW
> This is the 'approved gnu way' and helps keep source tree contamination
> to a minimum
> 
> Cheers
> 
> Norman
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Curtis Olson   Intelligent Vehicles Lab FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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

Cheers

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 (actually the problem is in flightgear,
but until that is fixed (tomorrow?) :-) I made the offending simgear
routine do some additional checking for out of bounds conditions.
Once I got that working I got lost in the property stuff.  Glad to
hear you had more time/patience than me. :-)

Regards,

Curt.
-- 
Curtis Olson   Intelligent Vehicles Lab FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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,
>but until that is fixed (tomorrow?) :-) 

There are still a few problems that I don't really understand yet,  
such as occasionally you have to teleport to a new location
before a successful reset and an occasional lighting glitch.  
But in general it is working,  although repeated 'teleporting' 
seems to be exhausting memory again. 
 < 30 or so jumps on my machine >

>I made the offending simgear
>routine do some additional checking for out of bounds conditions.

OK  - Thanks for mentioning that 
I'd better do a cvs up on SimGear too then before I submit this.

>Once I got that working I got lost in the property stuff.  
  :-)

>Glad to hear you had more time/patience than me. :-)
Oh just one of the 'joys' of being unemployed :-(

Cheers

Norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS, Flaps, gears

2001-12-14 Thread Martin Olveyra

The last changes in CVS makes imposible to control manually the c310. The
rolling/yaw is completelly unsteady.
The c172 works better, although not good enough.
I use the JSBSim model.
May be you are working in this, and practically all the days I send a
message on the bugs I see, but it is my duty as a flightgear tester, to
report all the problems I encountered. :-P

A question about flap system:
In both c172 and c310 planes, the panel shows 4 flap positions. With the
last changes, I can't take off the c172 with the default position (full
flaps? let name it position I). But I can take off with position II. Is
this ok? Also, there seem not to be diference between position III and IV.
Has the panel more flap positions that the plane really has? This question
is for both models, c172 and c310.

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 noted in the
speed of the plane, and there isn't gear status indicator in the panel.

Martin.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] CVS ./configure fails

2001-12-21 Thread Alex Perry

$ ./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)'
$

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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.  You have to prepend the path in the -d switch with
the pserver stuff like so:

  -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.7

Without the ":pserver:[EMAIL PROTECTED]:" string, cvs looks on the
local filesystem.
-- 
Cameron Moore
/ Why is lemon juice made with artificial flavoring, \
\   and dishwashing liquid made with real lemons?/

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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
> make[2]: Entering directory `/usr/local/src/FlightGear/src/ATC'
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c atis.cxx
> In file included from atis.cxx:47:
> ../../src/Main/fg_props.hxx: In function `class SGPropertyNode *
> fgGetNode(const
>  string &, int, bool = false)':
> ../../src/Main/fg_props.hxx:100: no matching function for call to
> `SGPropertyNod
> e::getNode (const
> basic_string,__default_alloc_tem
> plate > &, int &, bool &)'

Have you compiled and installed the CVS version SimGear yet?
-- 
Cameron Moore
/ I think you can be an honest person and lie about any number \
\of things.  -- Dan Rather talking about President Clinton /

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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, 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
> make[2]: Entering directory `/usr/local/src/FlightGear/src/ATC'
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c atis.cxx
> In file included from atis.cxx:47:
> ../../src/Main/fg_props.hxx: In function `class SGPropertyNode *
> fgGetNode(const
>  string &, int, bool = false)':
> ../../src/Main/fg_props.hxx:100: no matching function for call to
> `SGPropertyNod
> e::getNode (const
> basic_string,__default_alloc_tem
> plate > &, int &, bool &)'

Have you compiled and installed the CVS version SimGear yet?
-- 
Cameron Moore
/ I think you can be an honest person and lie about any number \
\of things.  -- Dan Rather talking about President Clinton /

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 read the
text of the error message. :)

In this case, with a little reformatting:

 > no matching function for call to
 >
 > SGPropertyNode::getNode(const basic_string<...>, int &, bool &)'
 >
 > candidates are: SGPropertyNode::getNode(const string &, bool = false)
 > SGPropertyNode::getNode(const string &)

Admittedly, you need to know that the basic_string<> template yuck is
just referring to the underlying type of "string" in the warped world
of the C++ standard library.  But once you're over that hurdle, it's
not so bad. 

So the compiler is looking for a function that takes (string,int,bool)
and can only find a version in the header that takes (string,bool).
So, QED: the SimGear header files you have are the wrong version.

In fact, inspecting the CVS logs for exactly that header file
(simgear/misc/props.hxx), I find the following smoking gun:

 > revision 1.23
 > date: 2002/01/19 03:06:22;  author: david;  state: Exp;  lines: +29 -3
 > Added some new functionality to the property manager:
 >
 > 1. Nodes cache previous relative paths so that they do not have to
 > parse the paths each time.
 >
 > 2. There are new getNode() methods that include indices, so that users
 > do not have to sprintf to a buffer to iterate through indexed nodes.

Bingo.  Your FlightGear CVS is current (and using the new methods that
indclude indices), but your SimGear installation is lacking the update
that happened nine days ago.

Andy



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 Simgear
and plib. FGFS depends on SimGear which depends on plib.

Jon

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c apt_dlg.cxx
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c gui.cxx
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c gui_local.cxx
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c mouse.cxx
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c net_dlg.cxx
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/loca
l/include  -g -O2 -c prop_picker.cxx
prop_picker.cxx: In method `fgPropPicker::fgPropPicker(int, int, int, int,
int,
const char *, const char * = "Pick a file")':
prop_picker.cxx:354: no matching function for call to `puListBox::puListBox
(int
, int, int, int)'
/usr/include/plib/pu.h:1052: candidates are: puListBox::puListBox(int, int,
int,
 int, char **)
/usr/include/plib/pu.h:1057: puListBox::puListBox(const
puListBo
x &)
prop_picker.cxx: In method `void fgPropPicker::find_props()':
prop_picker.cxx:509: no matching function for call to `puListBox::newList
(char
**&)'
make[2]: *** [prop_picker.o] Error 1
make[2]: Leaving directory `/usr/local/src/FlightGear/src/GUI'
make[1]: *** [all-recursive] Error 1
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-EX) (LM)
[mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 1:34 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Flightgear-devel] CVS trouble


> 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

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] CVS trouble

2002-01-28 Thread Curtis L. Olson

The downloads page states you need at least plib-1.4.0 to build
flightgear.  Right now I'm using plib-1.4.2.  What version of plib do
you have installed?

Curt.


Boslough, Mark B writes:
> 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. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c apt_dlg.cxx
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c gui.cxx
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c gui_local.cxx
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c mouse.cxx
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c net_dlg.cxx
> c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
> -I/usr/loca
> l/include  -g -O2 -c prop_picker.cxx
> prop_picker.cxx: In method `fgPropPicker::fgPropPicker(int, int, int, int,
> int,
> const char *, const char * = "Pick a file")':
> prop_picker.cxx:354: no matching function for call to `puListBox::puListBox
> (int
> , int, int, int)'
> /usr/include/plib/pu.h:1052: candidates are: puListBox::puListBox(int, int,
> int,
>  int, char **)
> /usr/include/plib/pu.h:1057: puListBox::puListBox(const
> puListBo
> x &)
> prop_picker.cxx: In method `void fgPropPicker::find_props()':
> prop_picker.cxx:509: no matching function for call to `puListBox::newList
> (char
> **&)'
> make[2]: *** [prop_picker.o] Error 1
> make[2]: Leaving directory `/usr/local/src/FlightGear/src/GUI'
> make[1]: *** [all-recursive] Error 1
> 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-EX) (LM)
> [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 1:34 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [Flightgear-devel] CVS trouble
> 
> 
> > 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
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 
> 
> ___
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Curtis Olson   IVLab / HumanFIRST Program   FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 should also do a checkout of Simgear
> and plib. FGFS depends on SimGear which depends on plib.

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.

Cheers - Dave



--
[EMAIL PROTECTED]

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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 no longer have many build problems.

Jon

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



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, 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 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 no longer have many build problems.

Jon

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



[Flightgear-devel] cvs link problems

2002-02-05 Thread Alex Romosan

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.hxx:89:
undefined reference to `FGATC610x virtual table'
collect2: ld returned 1 exit status
make[2]: *** [fgfs] Error 1
make[2]: Leaving directory `/home/romosan/cvs/fgfs/FlightGear/src/Main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/romosan/cvs/fgfs/FlightGear/src'
make: *** [all-recursive] Error 1

this is on debian linux unstable.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



  1   2   3   4   >