I just tried a rebuild of FlightGear and I get a make error I never had
on the first build.
 # make
Making all in tests
make[1]: Entering directory `/usr/local/lib64/FlightGear-1.0.0/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I../src/Include   -I/usr/local/include
-g -O2 -D_REENTRANT -MT est-epsilon.o -MD -MP -MF
".deps/est-epsilon.Tpo" -c -o est-epsilon.o est-epsilon.c; \
        then mv -f ".deps/est-epsilon.Tpo" ".deps/est-epsilon.Po"; else
rm -f ".deps/est-epsilon.Tpo"; exit 1; fi
est-epsilon.c:13:10: error: #include expects "FILENAME" or <FILENAME>
est-epsilon.c: In function ‘main’:
est-epsilon.c:17: error: ‘GLfloat’ undeclared (first use in this function)
est-epsilon.c:17: error: (Each undeclared identifier is reported only once
est-epsilon.c:17: error: for each function it appears in.)
est-epsilon.c:17: error: expected ‘;’ before ‘a’
est-epsilon.c:19: error: ‘a’ undeclared (first use in this function)
est-epsilon.c:24: error: ‘t’ undeclared (first use in this function)
make[1]: *** [est-epsilon.o] Error 1
make[1]: Leaving directory `/usr/local/lib64/FlightGear-1.0.0/tests'
make: *** [all-recursive] Error 1

In tests/est-epsilon.c and present in other files also, openSUSE 11.1
Beta4, gcc version 4.3.3 20081002 (prerelease) [gcc-4_3-branch revision
140831] (SUSE Linux)
#include SG_GLUT_H

To try substituting "#include <GL/gl.h>" later to see if that fixes it.
Any ideas welcomed.
Regards
Sid.
-- 
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to