|
From: BERNDT, J. S. (J. (JSC-E. (LM) <jon...@js...> - 2001-08-15 21:05:10
|
I don't know why I am having so much trouble building FlightGear. I have
tried complete new checkout/build cycles with SimGear and FlightGear and
have had to kludge things to even get very far. In reference to the previous
problem mentioned here I have manually copied /usr/include/zlib.h to
/usr/local/include/simgear/zlib/zlib.h and now my compile gets further.
However, now I have this problem:
make[2]: Entering directory `/home/JBERNDT/src/FlightGear/src/Controls'
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/local/include -g -O2 -c controls.cxx
In file included from ../../src/Sound/soundmgr.hxx:39,
from controls.hxx:29,
from controls.cxx:24:
/usr/include/plib/sl.h:43: #error "Port me !"
In file included from /usr/include/w32api/windows.h:98,
from ../../src/Main/fgfs.hxx:37,
from controls.hxx:30,
from controls.cxx:24:
/usr/include/w32api/windef.h:85: warning: `APIENTRY' redefined
/usr/include/GL/glu.h:44: warning: this is the location of the previous
definition
make[2]: *** [controls.o] Error 1
You can see that the build just stops. I don't have a clue why this is
happening or how to fix it.
Jon
|