Re: [Flightgear-devel] SimGear CVS error SG_LOG Cygwin

2005-11-23 Thread Erik Hofman
Georg Vollnhals wrote: Hi, with the newest SimGear CVS I get this compiling error (Cygwin, gcc 3.4.4): RenderTexture.cpp:1595:44: macro SG_LOG passed 4 arguments, but takes Bah, conditional compiles don't make life easier. This should be fixed now. Erik

Re: [Flightgear-devel] SimGear CVS error SG_LOG Cygwin

2005-11-23 Thread Georg Vollnhals
Erik Hofman schrieb: Georg Vollnhals wrote: Hi, with the newest SimGear CVS I get this compiling error (Cygwin, gcc 3.4.4): RenderTexture.cpp:1595:44: macro SG_LOG passed 4 arguments, but takes Bah, conditional compiles don't make life easier. This should be fixed now. Erik Erik,

[Flightgear-devel] SimGear CVS error SG_LOG Cygwin

2005-11-22 Thread Georg Vollnhals
Hi, with the newest SimGear CVS I get this compiling error (Cygwin, gcc 3.4.4): RenderTexture.cpp:1595:44: macro SG_LOG passed 4 arguments, but takes just 3 RenderTexture.cpp: In member function `void RenderTexture::_ParseModeString(const char*, std::vectorint, std::allocatorint ,

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Erik Hofman
John Wojnaroski wrote: Started building a CVS version and bombed out in Simgear with the following: RenderTexture.cpp: In method `RenderTexture::Render RenderTexture.cpp:151: `GLX_RENDER_TYPE_SGIX' undec RenderTexture.cpp:1774: `GLX_SGIX_pbuffer' undeclar RenderTexture.cpp:1779:

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Frederic Bouvier
Erik Hofman a écrit : John Wojnaroski wrote: Started building a CVS version and bombed out in Simgear with the following: RenderTexture.cpp: In method `RenderTexture::Render RenderTexture.cpp:151: `GLX_RENDER_TYPE_SGIX' undec RenderTexture.cpp:1774: `GLX_SGIX_pbuffer' undeclar

RE: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Norman Vine
Frederic Bouvier writes: John Wojnaroski wrote: Started building a CVS version and bombed out in Simgear with the following: RenderTexture.cpp: In method `RenderTexture::Render RenderTexture.cpp:151: `GLX_RENDER_TYPE_SGIX' undec RenderTexture.cpp:1774: `GLX_SGIX_pbuffer'

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Hermann Schiffer
Am Sunday, 6. February 2005 14:12 schrieb Frederic Bouvier: Erik Hofman a écrit : off You might want to check if the glx-dev package is installed, or the glx.h header is present on your system. Perhaps John can enlight us on the system he use. My bet would be on cygwin looking the

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Frederic Bouvier
Hermann Schiffer a écrit : Am Sunday, 6. February 2005 14:12 schrieb Frederic Bouvier: Erik Hofman a écrit : off You might want to check if the glx-dev package is installed, or the glx.h header is present on your system. Perhaps John can enlight us on the system he

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread John Wojnaroski
- Original Message - From: Frederic Bouvier [EMAIL PROTECTED] To: FlightGear developers discussions flightgear-devel@flightgear.org Sent: Sunday, February 06, 2005 5:12 AM Subject: Re: [Flightgear-devel] SimGear CVS errors Perhaps John can enlight us on the system he use. My bet would

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Hermann Schiffer
I have the same problem on Debian. Theres two different glx.h residing on my system, one in /usr/include/GL and one in /usr/X11R6/include/GL. I tried several combinations of the two files in the two places, no luck though. On my debian system /usr/include/GL/glx.h is a link to

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread John Wojnaroski
Hermann Schiffer wrote: I have the same problem on Debian. Theres two different glx.h residing on my system, one in /usr/include/GL and one in /usr/X11R6/include/GL. I tried several combinations of the two files in the two places, no luck though. On my debian

Re: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Paul Surgeon
Hermann Schiffer wrote: --opengl-headers Normally, installation does not install NVIDIA's OpenGL header files. This option enables installation of the NVIDIA OpenGL header files. The nVidia installer puts the header files under /usr/share/doc/NVIDIA_GLX-1.0/include/GL by default or

RE: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Giles Robertson
*** 258,264 case ${host} in *-*-cygwin* | *-*-mingw32*) dnl CygWin under Windoze. ! AC_SEARCH_LIBS(alGenBuffers, openal32) AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] ) LIBS=$LIBS -lwinmm -ldsound -ldxguid -lole32 --- 258,265 case ${host} in

RE: [Flightgear-devel] SimGear CVS errors

2005-02-06 Thread Norman Vine
Giles Robertson writes: In case anyone's interested, I have at times had to add -lwsock32 to LIBS to get some compiles working under mingw (with network programs). I forget if that's currently the case for FlightGear. please use '-lws2_32' it is a better library

[Flightgear-devel] SimGear CVS errors

2005-02-05 Thread John Wojnaroski
Started building a CVS version and bombed out in Simgear with the following: RenderTexture.cpp: In method `RenderTexture::Render RenderTexture.cpp:151: `GLX_RENDER_TYPE_SGIX' undec RenderTexture.cpp:151: (Each undeclared identifier RenderTexture.cpp:151: for each function it appears

RE: [Flightgear-devel] Simgear-cvs

2005-02-03 Thread Norman Vine
Vivian Meazza writes: Now Flightgear won't compile - stops as following: /usr/lib/gcc-lib/i686-pc- cygwin/3.3.3/../../../libplibjs.a(jsWindows.o)(.tex t+0 5c9):jsWindows.cxx: undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make[2]: ***

[Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file included from soundmgr_openal.hxx:50, from xmlsound.hxx:40, from xmlsound.cxx:38: /usr/local/include/AL/alc.h:39: error: syntax error before `*' token

Re: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread David Luff
On 02/02/2005 at 09:11 Vivian Meazza wrote: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler snip I would suppose that this is a consequence of Erik's latest improvements to the sound. We Cygwin users are still using Norman Vine's OpenAL stuff. Any advice on fixing

Re: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Erik Hofman
Vivian Meazza wrote: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file included from soundmgr_openal.hxx:50, from xmlsound.hxx:40, from xmlsound.cxx:38: /usr/local/include/AL/alc.h:39: error: syntax error

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Norman Vine
Vivian Meazza writes: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file included from soundmgr_openal.hxx:50, from xmlsound.hxx:40, from xmlsound.cxx:38: /usr/local/include/AL/alc.h:39: error:

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
Norman Vine wrote Vivian Meazza writes: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file included from soundmgr_openal.hxx:50, from xmlsound.hxx:40, from xmlsound.cxx:38:

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Norman Vine
: Wednesday, February 02, 2005 5:55 AM To: 'FlightGear developers discussions' Subject: RE: [Flightgear-devel] Simgear-cvs Norman Vine wrote Vivian Meazza writes: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
Erik Hofman wrote: Vivian Meazza wrote: I'm having a problem compiling Simgear-cvs under Cygwin. The compiler stops with the following error: In file included from soundmgr_openal.hxx:50, from xmlsound.hxx:40, from xmlsound.cxx:38:

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
Norman Vine wrote Vivian Haven't got time to investigate but I would try changing line 4 alctypes.h from #if !defined(_WIN32) to #if !defined(WIN32) I won't be back online till late tonight Already working on that, thanks. Vivian

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
I wrote: Norman Vine wrote Vivian Haven't got time to investigate but I would try changing line 4 alctypes.h from #if !defined(_WIN32) to #if !defined(WIN32) I won't be back online till late tonight Already working on that, thanks. That works - so far as

RE: [Flightgear-devel] Simgear-cvs

2005-02-02 Thread Vivian Meazza
Vivian Meazza wrote: I wrote: Norman Vine wrote Vivian Haven't got time to investigate but I would try changing line 4 alctypes.h from #if !defined(_WIN32) to #if !defined(WIN32) I won't be back online till late tonight Already working on that,

[Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
I get this error when building SimGear: if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../simgear -I../../../.. -pipe -O2 -Wall -DWIN32 -DNOMINMAX -D_REENTRANT -MT glut_shapes.o -MD -MP -MF .deps/glut_shapes.Tpo \ -c -o glut_shapes.o `test -f 'glut_shapes.c' || echo './'`glut_shapes.c; \ then

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
On Fri, 27 Feb 2004 09:39:14 +0100, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: I should mention that I am using Cygwin. I get this error when building SimGear: if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../simgear -I../../../.. -pipe -O2 -Wall -DWIN32 -DNOMINMAX -D_REENTRANT -MT

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Erik Hofman
Roy Vegard Ovesen wrote: On Fri, 27 Feb 2004 09:39:14 +0100, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: I should mention that I am using Cygwin. I think this is the problem where cygwin was installed together with XFree86. So far everybody has advised not to install XFree86 on cygwin, but

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Frederic BOUVIER
Roy Vegard Ovesen wrote: On Fri, 27 Feb 2004 09:39:14 +0100, Roy Vegard Ovesen wrote: I should mention that I am using Cygwin. I get this error when building SimGear: if gcc -DHAVE_CONFIG_H -I. -I. -I../../../../simgear -I../../../.. -pipe -O2 -Wall -DWIN32 -DNOMINMAX

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
On Fri, 27 Feb 2004 10:30:52 +0100, Erik Hofman [EMAIL PROTECTED] wrote: I think this is the problem where cygwin was installed together with XFree86. So far everybody has advised not to install XFree86 on cygwin, but recently someone suggested to configure using --without-x I'm sure I haven't

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Roy Vegard Ovesen
On Fri, 27 Feb 2004 10:40:39 +0100 (CET), Frederic BOUVIER [EMAIL PROTECTED] wrote: A correct solution would be to find out why HAVE_WINDOWS_H is not defined Thanks for the tip! I added -DHAVE_WINDOWS_H to my CXXFLAGS environment variable, defining HAVE_WINDOWS_H. I think this is a better

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Curtis L. Olson
Roy Vegard Ovesen wrote: On Fri, 27 Feb 2004 10:40:39 +0100 (CET), Frederic BOUVIER [EMAIL PROTECTED] wrote: A correct solution would be to find out why HAVE_WINDOWS_H is not defined Thanks for the tip! I added -DHAVE_WINDOWS_H to my CXXFLAGS environment variable, defining HAVE_WINDOWS_H. I

Re: [Flightgear-devel] SimGear CVS build error

2004-02-27 Thread Frederic BOUVIER
Curtis L. Olson wrote: Roy Vegard Ovesen wrote: On Fri, 27 Feb 2004 10:40:39 +0100 (CET), Frederic BOUVIER wrote: A correct solution would be to find out why HAVE_WINDOWS_H is not defined Thanks for the tip! I added -DHAVE_WINDOWS_H to my CXXFLAGS environment variable,

[Flightgear-devel] simgear CVS

2004-02-12 Thread Josh Babcock
There still seem to be problems with simgear/environment on the CVS server. I'm not getting any of the files in that dir when I do a cvs up. I had to dl them off the web server. Everything else seems to be updating well though. Josh ___

[Flightgear-devel] SimGear CVS - error

2003-12-27 Thread Jacek
I have just tried to update from cvs: cvs update: Updating simgear/compatibility cvs update: Updating simgear/compatibility/MIPSpro721 cvs update: failed to create lock directory for `/var/cvs/SimGear-0.3/SimGear/simgear/compatibility/MIPSpro721'

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread kreuzritter2000
Am Samstag, 27. Dezember 2003 15:55 schrieb Jacek: I have just tried to update from cvs: cvs update: Updating simgear/compatibility cvs update: Updating simgear/compatibility/MIPSpro721 cvs update: failed to create lock directory for

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread Curtis L. Olson
Ok, should be fixed ... [EMAIL PROTECTED] writes: Am Samstag, 27. Dezember 2003 15:55 schrieb Jacek: I have just tried to update from cvs: cvs update: Updating simgear/compatibility cvs update: Updating simgear/compatibility/MIPSpro721 cvs update: failed to create lock directory

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread Jacek
Yes, It works. Curtis L. Olson wrote: Ok, should be fixed ... [EMAIL PROTECTED] writes: Am Samstag, 27. Dezember 2003 15:55 schrieb Jacek: I have just tried to update from cvs: cvs update: Updating simgear/compatibility cvs update: Updating simgear/compatibility/MIPSpro721 cvs

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread kreuzritter2000
On Saturday 27 December 2003 18:39, Curtis L. Olson wrote: Ok, should be fixed ... Thank you. Now it works. :) Best Regards, Oliver C. ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread Erik Hofman
Curtis L. Olson wrote: Ok, should be fixed ... (/var/cvs/SimGear-0.3/SimGear/simgear/compatibility/MIPSpro721/#cvs.lock): Permission denied Do you have any idea what is causing these problems? As far as I can tell everything went smooth. Erik ___

Re: [Flightgear-devel] SimGear CVS - error

2003-12-27 Thread Curtis L. Olson
Erik Hofman writes: Curtis L. Olson wrote: Ok, should be fixed ... (/var/cvs/SimGear-0.3/SimGear/simgear/compatibility/MIPSpro721/#cvs.lock): Permission denied Do you have any idea what is causing these problems? As far as I can tell everything went smooth. When new directories are

Re: [Flightgear-devel] simgear CVS compile problem onscreen/extensions.hxx

2003-06-22 Thread Erik Hofman
Michael Czajka wrote: Hello; I just downloaded cygwin, installed PLIB 1.6.0, got the Simgear-0.3 CVS, installed Metakit, and proceeded to make Simgear. However, I get the following problem: This should be fixed now. Erik ___ Flightgear-devel mailing

[Flightgear-devel] simgear CVS compile problem on screen/extensions.hxx

2003-06-20 Thread Michael Czajka
Hello; I just downloaded cygwin, installed PLIB 1.6.0, got the Simgear-0.3 CVS, installed Metakit, and proceeded to make Simgear. However, I get the following problem: make[3]: Entering directory

[Flightgear-devel] SimGear CVS oddity

2003-06-18 Thread Alex Perry
? GLenum.patch ? sudo-make-install ? simgear/interpreter/.deps ? simgear/interpreter/Makefile ? simgear/interpreter/Makefile.in cvs server: Updating . cvs server: Updating simgear cvs server: Updating simgear/bucket cvs server: Updating simgear/compatibility cvs server: Updating simgear/debug cvs

Re: [Flightgear-devel] SimGear CVS oddity

2003-06-18 Thread Jim Wilson
What looks odd? That one cannot open directory message just indicates that you've got a directory in your local copy that was moved or deleted. Just remove it. Best, Jim Alex Perry [EMAIL PROTECTED] said: ? GLenum.patch ? sudo-make-install ? simgear/interpreter/.deps ?

[Flightgear-devel] SimGear CVS web problem

2003-06-13 Thread Christopher S Horler
Curt, SimGear/simgear/scene/sky/clouds3d/SkyContext.cpp When I try to view this using the web interface I get an python error relating to enscript. Chris - Failure during use of an external program: enscript --color -W html -Ecpp -o - - Python Exception Occurred Traceback (most

[Flightgear-devel] SimGear CVS

2003-06-12 Thread Christopher S Horler
I just experienced a few problems: [EMAIL PROTECTED] SimGear $ cvs upd -dP cvs server: Updating . P DoxygenMain.cxx cvs [update aborted]: cannot open .new.DoxygenMa: Permission denied -- Christopher S Horler [EMAIL PROTECTED] ___ Flightgear-devel

Re: [Flightgear-devel] SimGear CVS

2003-06-12 Thread Christopher S Horler
Whoops, My mistake I didn't own the file locally:-) n Thu, 2003-06-12 at 20:42, Christopher S Horler wrote: I just experienced a few problems: [EMAIL PROTECTED] SimGear $ cvs upd -dP cvs server: Updating . P DoxygenMain.cxx cvs [update aborted]: cannot open .new.DoxygenMa: Permission

Re: [Flightgear-devel] SimGear CVS Problem

2003-01-01 Thread Curtis L. Olson
Erik Hofman writes: Jonathan Polley wrote: I noticed this last night while trying to update SimGear: % cvs update -dP cvs server: failed to obtain dir lock in repository `/var/cvs/SimGear-0.3/SimGear/simgear/compatibility' cvs [server aborted]: read lock failed - giving up

[Flightgear-devel] SimGear CVS Problem

2002-12-31 Thread Jonathan Polley
I noticed this last night while trying to update SimGear: % cvs update -dP cvs server: Updating . P configure.ac cvs server: Updating simgear P simgear/Makefile.am P simgear/compiler.h cvs server: Updating simgear/bucket cvs server: Updating simgear/compatibility cvs server: failed to create

Re: [Flightgear-devel] SimGear CVS Problem

2002-12-31 Thread Erik Hofman
Jonathan Polley wrote: I noticed this last night while trying to update SimGear: % cvs update -dP cvs server: failed to obtain dir lock in repository `/var/cvs/SimGear-0.3/SimGear/simgear/compatibility' cvs [server aborted]: read lock failed - giving up Any thoughts? I assume that this is

[Flightgear-devel] Simgear cvs hung up

2002-12-31 Thread Jim Wilson
Sounds like cvs might be hung up? It won't give me a read lock on the SimGear-0.3/SimGear/simgear/compatibility directory (permission denied on the #cvs.lock file). Best, Jim ___ Flightgear-devel mailing list [EMAIL PROTECTED]

re: [Flightgear-devel] Simgear cvs hung up

2002-12-31 Thread David Megginson
Jim Wilson writes: Sounds like cvs might be hung up? It won't give me a read lock on the SimGear-0.3/SimGear/simgear/compatibility directory (permission denied on the #cvs.lock file). I added that directory with some of Erik's SGI patches, but unfortunately, the permissions won't let

re: [Flightgear-devel] Simgear cvs hung up

2002-12-31 Thread Jim Wilson
H...anything in simgear cvs that would affect building current cvs FlightGear? It's only the latest changes (last day or so) that I don't have from SimGear. Best, Jim David Megginson [EMAIL PROTECTED] said: Jim Wilson writes: Sounds like cvs might be hung up? It won't give me a

re: [Flightgear-devel] Simgear cvs hung up

2002-12-31 Thread David Megginson
Jim Wilson writes: H...anything in simgear cvs that would affect building current cvs FlightGear? It's only the latest changes (last day or so) that I don't have from SimGear. Hopefully not, but perhaps Erik could post a tarball of the new compatibility directory anyway just to be

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-28 Thread ace project
--- Norman Vine [EMAIL PROTECTED] wrote: William Earnest writes: Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). extgl.h:363: `glBlendColor' redeclared as

[Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread ace project
I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). My compiler is gnu gcc 3.2 (20020927) PLib 1.6.0 (in /usr/local) GL.h Mesa 3-D version 3.4 I already tryed adding the following: with and without: export CFLAGS=-DWIN32 export

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread Norman Vine
ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). My compiler is gnu gcc 3.2 (20020927) PLib 1.6.0 (in /usr/local) GL.h Mesa 3-D version 3.4 Why are you using the Mesa gl header and not the one that ships

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread William Earnest
Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). My compiler is gnu gcc 3.2 (20020927) PLib 1.6.0 (in /usr/local) GL.h Mesa 3-D version 3.4 Why are you using the Mesa gl header and not the

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread Norman Vine
William Earnest writes: Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). extgl.h:363: `glBlendColor' redeclared as different kind of symbol /usr/X11R6/include/GL/gl.h:1648:

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread William Earnest
Norman Vine wrote: William Earnest writes: Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). extgl.h:363: `glBlendColor' redeclared as different kind of symbol

Re: [Flightgear-devel] simgear-cvs compile error (cygwin gcc-3.2)

2002-11-27 Thread Bernie Bright
On Wed, 27 Nov 2002 13:41:58 -0500 Norman Vine [EMAIL PROTECTED] wrote: William Earnest writes: Norman Vine wrote: ace project writes: I'm getting a compile error while compiling the latest SimGear(CVS) under cygwin(current version/fresh install). extgl.h:363:

Re: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Curtis L. Olson
Jon Berndt writes: I get this error this evening for the SimGear CVS server: $ cvs update -dP ? metakit-2.4.2 ? metakit-2.4.2-32.tar ? zlib-1.1.3.tar.gz ? simgear/metakit ? simgear/zlib ? src-libs/boost ? src-libs/Makefile ? src-libs/Makefile.in cvs server: Updating . cvs server:

RE: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Jon Berndt
Am I supposed to be getting fgfs-0.9 and simgear-0.3? SimGear-0.3 won't let me get it! ;-) == (Logging in to [EMAIL PROTECTED]) CVS password: Fatal error, aborting. cvs: no such user cvs login: authorization failed: server cvs.simgear.org rejected access to

Re: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Alex Perry
Curt changed the username password ... to force people to read the web page. Am I supposed to be getting fgfs-0.9 and simgear-0.3? SimGear-0.3 won't let me get it! ;-) == (Logging in to [EMAIL PROTECTED]) CVS password: Fatal error, aborting. cvs: no such

RE: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Jon Berndt
I'm using the password on the simgear web page. What's going on? Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Perry Sent: Thursday, September 19, 2002 9:09 AM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] SimGear CVS failure

RE: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Curtis L. Olson
Jon Berndt writes: I'm using the password on the simgear web page. What's going on? Are you using the correct user name as well? Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities[EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota

RE: [Flightgear-devel] SimGear CVS failure?

2002-09-19 Thread Jon Berndt
OK, so which versions should I be using? I want to use the latest, as usual. Is there a reason not to? Jon smime.p7s Description: application/pkcs7-signature

[Flightgear-devel] SimGear CVS failure?

2002-09-18 Thread Jon Berndt
I get this error this evening for the SimGear CVS server: $ cvs update -dP ? metakit-2.4.2 ? metakit-2.4.2-32.tar ? zlib-1.1.3.tar.gz ? simgear/metakit ? simgear/zlib ? src-libs/boost ? src-libs/Makefile ? src-libs/Makefile.in cvs server: Updating . cvs server: failed to create lock directory

[Flightgear-devel] simgear cvs log messages

2001-12-11 Thread Curtis L. Olson
I have set up a mailing list on the flightgear mail server to distribute SimGear cvs commit notifications. The old list on SF is no longer being used: http://www.simgear.org/mail.html Regards, Curt. -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities