Re: [Flightgear-devel] MSVC Build Problems

2003-11-08 Thread Frederic Bouvier
massimo casanova wrote: hello, Frederic I'm trying to compile FG under MSVC7 but I've almost the same problems I found on MSVC6 problems with templates and typedefs. I use FlightGear-0.9.3 SimGear-0.3.4 plib-1.6.0.tar can you tell me what - compiler version (any patch?) do you use -

[Flightgear-devel] MSVC Build Problems

2003-11-06 Thread massimo casanova
hello, Frederic I'm trying to compile FG under MSVC7 but I've almost the same problems I found on MSVC6 problems with templates and typedefs. I use FlightGear-0.9.3 SimGear-0.3.4 plib-1.6.0.tar can you tell me what - compiler version (any patch?) do you use - FG version (FG+Simgear+plib)

Re: [Flightgear-devel] MSVC Build Problems

2003-10-19 Thread Frederic Bouvier
Jonathan Adam Muse wrote: Hello Everyone, I'm an aerospace engineering student looking to use flightgear as an image generator for my generic flight dynamics model project. I'm starting to get decent at programming but some of these flightgear errors are above me. Is there anyone out

Re: [Flightgear-devel] MSVC Build Problems in src/Main/main.cxx

2003-01-02 Thread Jonathan Polley
For those who may care, I fixed the MacOS problems. It turns out that the OpenGL Extension that FlightGear are referencing have ARB extensions rather than EXT. I.e., glPointParameterfvEXT glPointParameterfEXT becomes glPointParameterfvARB glPointParameterfARB Jonathan Polley Here is the

Re: [Flightgear-devel] MSVC Build Problems in src/Main/main.cxx

2003-01-02 Thread Norman Vine
- Original Message - From: Jonathan Polley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 9:13 PM Subject: Re: [Flightgear-devel] MSVC Build Problems in src/Main/main.cxx For those who may care, I fixed the MacOS problems. It turns out that the OpenGL

Re: [Flightgear-devel] MSVC Build Problems in src/Main/main.cxx

2003-01-01 Thread Norman Vine
Jonathan Polley writes: The latest updat to src/Main/main.cxx is generating the following errors for MSVC 6.0 (and I assume for all Windows compilers). c:\fgdev\flightgear\src\main\main.cxx(749) : error C2065: 'GL_DISTANCE_ATTENUATION_EXT' : undeclared identifier

Re: [Flightgear-devel] MSVC Build Problems in src/Main/main.cxx

2003-01-01 Thread Jonathan Polley
I just noticed that the problem also exists for MacOS 10.2(.3), which I believe is at least OpenGL 1.3 (and 10.2.3 is OpenGL 1.4). Any ideas as to what is missing? Thanks, Jonathan Polley On Wednesday, January 1, 2003, at 10:25 AM, Norman Vine wrote: Jonathan Polley writes: The latest

[Flightgear-devel] MSVC Build Problems in src/Main/main.cxx

2002-12-31 Thread Jonathan Polley
The latest updat to src/Main/main.cxx is generating the following errors for MSVC 6.0 (and I assume for all Windows compilers). c:\fgdev\flightgear\src\main\main.cxx(749) : error C2065: 'GL_DISTANCE_ATTENUATION_EXT' : undeclared identifier c:\fgdev\flightgear\src\main\main.cxx(750) : error