Fred

Sorry if this one has already been covered, but I didn't see a post on the 
list.

Your Mesa, Plib & SimGear are probably fine.

There appears to be a missing include statement in fg_props.cxx in the 
current CVS version.

To fix, use your favourite editor to open fg_props.cxx in the 
FlightGear/src/Main directory and add the following line

#include "options.hxx"

I guess it's not exactly critical where it goes, but I put it in with the 
following existing lines for clarity

#include "fgfs.hxx"
#include "fg_props.hxx"
#include "viewmgr.hxx"

Then compile FlightGear as normal

Best of luck


Darren


On Friday 24 August 2001 �5:44 pm, you wrote:
>�Greetings all,
>
>�I recently (23 Aug) downloaded and built the cvs snapshots of plib and
>�SimGear. �When attempting to build the latest cvs of FlightGear I receive
>�the following error:
>
>�c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
>�-I/usr/local/include -I/usr/X11R6/include
>�-DPKGLIBDIR=\"/usr/local/lib/FlightGear\" -g -O2 -D_REENTRANT -c
>�fg_props.cxx
>�fg_props.cxx: In function `bool getFullScreen()':
>�fg_props.cxx:944: `global_fullscreen' undeclared (first use this function)
>�fg_props.cxx:944: (Each undeclared identifier is reported only once
>�fg_props.cxx:944: for each function it appears in.)
>�make[2]: *** [fg_props.o] Error 1
>�make[2]: Leaving directory `/usr/local/lib/FlightGear/src/Main'
>�make[1]: *** [all-recursive] Error 1
>�make[1]: Leaving directory `/usr/local/lib/FlightGear/src'
>�make: *** [all-recursive] Error 1
>
>�Other possibly pertinent info:
>
>�System: Slackware 7.1, Linux 2.4.7
>�Compiler: gcc 2.95.3
>
>�OpenGL renderer string: Mesa DRI Voodoo3 20010321 x86/MMX
>�OpenGL version string: 1.2 Mesa 3.4.1
>
>�X vendor release number: � �40099001
>
>�When I previously tried the stable releases (plib-1.4.2, simgear-0.0.16,
>�flightgear-0.7.8) I had no problems.
>
>�Any ideas what is causing the error? Do I need a Mesa lib upgrade?
>
>�Cheers,
>
>�Fred

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to