RE: [Flightgear-devel] Problems Compiling clouds3d

2002-12-22 Thread Paul Deppe
I think the problem stems from GL/gl.h being included before extgl.h Note GL/glu.h and GL/glut.h both include GL/gl.h so extgl.h must precede these also Norman I inserted the following in SkyTexture.hpp at line 36: #ifdef WIN32 # include extgl.h #endif ... and it worked - thanks. But I

[Flightgear-devel] Problems Compiling clouds3d

2002-12-21 Thread Paul Deppe
Gents, When compiling CVS simgear/sky/clouds3d I am getting numerous warnings: WIN32 redefined, initialization from int to float, ... is implicitly a typename, and many others, and finally the following error when compiling SkyTextureState.cpp: if g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear

RE: [Flightgear-devel] Problems Compiling clouds3d

2002-12-21 Thread Paul Deppe
Paul Deppe wrote: When compiling CVS simgear/sky/clouds3d I am getting numerous warnings: WIN32 redefined, initialization from int to float, ... is implicitly a typename, and many others, and finally the following error when compiling SkyTextureState.cpp: SkyTextureState.cpp:94

[Flightgear-devel] RE: SimGear configure warning - winbase.h - more info

2002-12-20 Thread Paul Deppe
Gents, I'm getting the following warning when running ./configure with CVS SimGear on Cygwin/Win2k: configure: WARNING: winbase.h: present but cannot be compiled configure: WARNING: winbase.h: check for missing prerequisite headers? configure: WARNING: winbase.h: proceeding with the

[Flightgear-devel] OpenGL Version Problem?

2002-12-18 Thread Paul Deppe
Gents, When compiling simgear/sky/clouds3d/SkyTextureState.cpp on Cygwin/Win2k/gcc3.2, the following error occurs: if g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../..-O2 -D_REENTRAN T -MT SkyTextureState.o -MD -MP -MF .deps/SkyTextureState.Tpo \ -c -o SkyTextureState.o `test -f

[Flightgear-devel] Error linking js_demo.exe

2002-12-06 Thread Paul Deppe
With the latest PLIB CVS joystick library, I get the following error when linking js_demo.exe (Cygwin/Win2k/gcc3.2): g++ -O2 -L/usr/local/lib -o js_demo.exe js_demo.o -lplibsl -lplibsm -lwinmm -lplibjs -lplibul -lm /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libplibjs.a(jsWindows.o)(.text+

[Flightgear-devel] FW: [Plib-devel] Compile errors with new ssg

2002-12-06 Thread Paul Deppe
Forwarded from PLIB-Devel list: -Original Message- From: Steve Baker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 6:12 PM To: [EMAIL PROTECTED] Subject: Re: [Plib-devel] Compile errors with new ssg Paul Deppe wrote: With the latest chnages to SSG, the following error

[Flightgear-devel] Cannot specify --aircraft in system.fgfsrc

2002-12-03 Thread Paul Deppe
Gents, It looks like it is not possible to specify an --aircraft in system.fgfsrc because the aircraft model is loaded before system.fgfsrc is processed (see program output below). Is this the intended behavior? I thought the processing order was supposed to be 1) preferences.xml, 2)

[Flightgear-devel] Cygwin + gcc 3.2 Issues

2002-12-02 Thread Paul Deppe
Gents, I'm still trying (unsuccessfully) to build FGFS CVS with Cygwin and gcc 3.2. There are a few issues described in the mailing lists, but not all are in CVS and some conflict with one another. Clean CVS SimGear compiles fine with -DWIN32, but then FlightGear/src/GUI/preset.cxx can't find

RE: [Flightgear-devel] Cygwin + gcc 3.2 Issues

2002-12-02 Thread Paul Deppe
I can make the changes to compiler.h and configure.ac and then if cygwin/gcc-3.2 users can tell me which files are bombing, I can add #include config.h to those ... Curt. Thanks! With the new patches, the following two files need #include simgear_config.h in order to compile properly:

[Flightgear-devel] FGFS files needing config.h

2002-12-02 Thread Paul Deppe
Curt, The following FGFS files need #include config.h added in order to build with Cygwin/gcc 3.2: src/ATC/AIEntity.cxx src/ATC/AILocalTraffic.cxx src/FDM/JSBSim/JSBSim.cxx src/FDM/UIUCModel/uiuc_wrapper.cpp src/FDM/ADA.cxx src/FDM/Balloon.cxx src/FDM/NullFDM.cxx Should these be enclosed by

RE: [Flightgear-devel] build failure with g++ 3.2

2002-12-02 Thread Paul Deppe
g++ -g -O2 -L/usr/X11R6/lib -o js_demo js_demo.o -lplibsl -lplibsm -lplibul -lm js_demo.o: In function `main': /home/j4strngs/Repository/FlightGear/src/Input/js_demo.cxx:21: undefined reference to `jsJoystick::jsJoystick[in-charge](int)'

RE: [Flightgear-devel] Compiling Metakit With Cygwin + gcc 3.2

2002-11-26 Thread Paul Deppe
I've found some discussions about this on the lists but no solutions. Has anyone out there successfully rebuilt mk4 with the latest Cygwin/gcc 3.2, and, if so, how? FYI - I just commented out the offending function but could you try replacing the #if @ line 33 with #if (!q4_MSVC

[Flightgear-devel] Compiling Metakit With Cygwin + gcc 3.2

2002-11-25 Thread Paul Deppe
Gentlemen, I am trying to rebuild Metakit with Cygwin gcc 3.2 in order to get FGFS to link properly. I get the following error (with both mk4 version 2.4.3 and 2.4.8): g++ -c -O2 -DWIN32 -DNDEBUG -I../unix/../include -I../unix/../src -I. ../unix/.. /src/string.cpp -DDLL_EXPORT -DPIC

RE: [Flightgear-devel] SimGear Build Error (2nd try)

2002-11-22 Thread Paul Deppe
*THIS WORKS* % CXXFLAGS=-DWIN32 CFLAGS=-DWIN32 ./configure make norman Worked fine - thanks Norman. - Paul Paul R. Deppe Veridian Engineering (formerly Calspan) Flight Aerospace Research Group 150 North Airport Drive Buffalo, NY 14225 (716) 631-6898 (716) 631-6990 FAX [EMAIL

[Flightgear-devel] SimGear Build Error

2002-11-20 Thread Paul Deppe
Gents, When building the CVS SimGear (1200 11/20/2002, fresh checkout) with latest Cygwin and gcc 3.2, I get the following error when compiling newbucket.cxx: Making all in bucket make[3]: Entering directory `/home/fgfs_cvs/SimGear/simgear/bucket' if g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear

[Flightgear-devel] RE: [Plib-devel] Autogen/configure now fails, related to GL

2002-07-06 Thread Paul Deppe
In the last few days I can no longer build PLIB. I get (on CygWin): [...] checking for glNewList in -lopengl32... no configure: error: could not find working GL library - Julian That confuses me. Shouldn't glNewList be defined in libopengl32 with Win32 / Cygwin ? -

RE: [Flightgear-devel] Glut font format

2002-06-25 Thread Paul Deppe
Have you tried using the Font generator http://www.opengl.org/developers/code/mjktips/TexFont/gentexfont.c I have used this successfully with Cygwin and is in how ALL of the PLib fonts were created. I assume that this was Cygwin witn XFree86? Thanks, Paul

[Flightgear-devel] FGFS Link Error

2002-04-19 Thread Paul Deppe
Gents, When making the latest CVS FGFS on Cygwin/Win2k, the following link error occurs: rc/WeatherCM/libWeatherCM.a ../../src/Input/libInput.a -lsgroute -lsgsk y -lsgephem -lsgtiming -lsgio -lsgscreen-lsgmath -lsgbucket -lsgdebu g -l sgmagvar -lsgmisc -lsgxml -lsgserial

[Flightgear-devel] RGB Texture Editing Tools

2002-04-09 Thread Paul Deppe
Windoze developers - What tool(s) are you guys using to edit .rgb files? Thanks, Paul Paul R. Deppe Veridian Engineering (formerly Calspan) Flight Aerospace Research Group 150 North Airport Drive Buffalo, NY 14225 (716) 631-6898 (716) 631-6990 FAX [EMAIL PROTECTED]

RE: [Flightgear-devel] EAA Wright Flyer

2002-04-09 Thread Paul Deppe
Last year I did an in-flight simulation of the Wright Flyer in our Variable-Stability Lear 24 for the USAF Test Pilot School. It was part of the AIAA Wright Flyer Project - I wonder how this is this related to the EAA project? See: http://www.wrightflyer.org/Future/have_wright.html The linear

RE: [Flightgear-devel] Tower View

2002-04-06 Thread Paul Deppe
Thanks to Jim Wilson, we have a working tower view in CVS: the 'v' key cycles among pilot view, chase view, and tower view, rather than just pilot and chase. In the future, Jim (or someone else) will probably add the ability to specify a tower position; for now, the code just makes one up

[Flightgear-devel] Errors Compiling props.cxx

2002-03-19 Thread Paul Deppe
Gents, When compiling the latest CVS SimGear (1300 EST 3/19/2002) on Cygwin/Win2k the following errors occur: make[3]: Entering directory `/home/fgfs_cvs/SimGear/simgear/misc' c++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -I/usr/local/include - g -O 2 -D_REENTRANT -c props.cxx

RE: [Flightgear-devel] CVS question

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

[Flightgear-devel] Scenery Strangeness

2002-03-05 Thread Paul Deppe
Gents, With the latest CVS (1400 EST 3/5/2002) on my Cygwin/Win2k system the textures in mountainous areas seem to walk across the ground and appear and disappear in a very strange manner. I am wondering if anyone else sees this problem. To demonstrate this problem I used the following

RE: [Flightgear-devel] Fixing Runway Locations Placing Objects

2002-03-01 Thread Paul Deppe
Curt wrote: This is an open question ... right now we live off of the X-Plane data. But, it might be interesting to merge in updated FAA data. I haven't had time to pursue this. And for the rest of the world, we are dependant on X-Plane data and trying to get our changes into the x-plane

RE: [Flightgear-devel] Fixing Runway Locations Placing Objects

2002-03-01 Thread Paul Deppe
Bernie wrote: Use the source! SGBinObject::read_bin() and SGBinObject::write_bin() in simgear/io/sg_binobj.cxx are the ultimate programmers documentation. Ok, but as the famous programmer Richard III said, A well-commented source file! A well-commented source file! My kingdom

RE: [Flightgear-devel] JSBSim changes

2002-02-28 Thread Paul Deppe
I agree in general. I'd suggest the use of -fraction or somesuch instead of -pct if the range is 0:1, as it is for most of these properties currently. An earlier suggestion was -n for normalized, which is probably the most accurate (and has the advantage of brevity). Is there any

RE: [Flightgear-devel] Time Options Not Working

2002-02-11 Thread Paul Deppe
The command-line time options appear to be broken in the latest CVS (Cygwin/Win2k). When I specify --start-date-gmt, --start-date-lat, or --time-offset, the time is still set to the current GMT. They worked in FGFS 0.7.8 and I'm not sure exactly where along the line they stopped

RE: [Flightgear-devel] 0.7.9 release schedule

2002-01-31 Thread Paul Deppe
Any, my real point here is that I personally do not care to work very hard to support a non-textured flightgear mode simply for the sake of old sgi hardware. However, if there are other reasons as well ... supporting notebook (few of which have 3d graphics), or to still support cards with

RE: [Flightgear-devel] Re: ANSI C++ fixes; Compiling with G++ 3.x

2002-01-11 Thread Paul Deppe
This same error occurs using the latest Cygwin on Win2000. Is that based on G++ 2.95 or G++ 3.0? gcc 2.95. - Paul ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

RE: [Flightgear-devel] Re: ANSI C++ fixes; Compiling with G++ 3.x

2002-01-10 Thread Paul Deppe
I've committed made four small ANSI C++ fixes to the CVS to allow FlightGear to compile with G++ 3.0.3. I'd appreciate it if porters could confirm that the changes don't break any legacy compilers. this breaks compiling with gcc 2.95.4. i get the following error (on a debian system

RE: [Flightgear-devel] Compiler error with Cygwin SimGear 0.0.16

2001-12-17 Thread Paul Deppe
When compiling SimGear 0.0.16 with the latest Cygwin (Win2K) I get the following compiler error. Has anyone else seen this? This is a clean SimGear with ./configure; make. Everything goes well until... Making all in simgear/metakit/unix This is getting repetitive Would someone who

[Flightgear-devel] Compiler error with Cygwin SimGear 0.0.16

2001-12-12 Thread Paul Deppe
Gents, When compiling SimGear 0.0.16 with the latest Cygwin (Win2K) I get the following compiler error. Has anyone else seen this? This is a clean SimGear with ./configure; make. Everything goes well until... Making all in simgear/metakit/unix make[1]: Entering directory