Back from holidays, back to FlightGear 'quality control'  :-)

To prevent the following error I'd suggest the attached small patch:

make[2]: Entering directory `/usr/local/src/FlightGear/src/Main'
if g++ -march=pentiumpro -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. 
-I../../src  -I/opt/gnu/include -I/usr/local/include -I/usr/local/FlightGear/include 
-I/usr/X11R6/include -DPKGLIBDIR=\"/usr/local/FlightGear/lib/FlightGear\" -O3 -g 
-D_REENTRANT -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cxx' || echo './'`main.cxx; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cxx: In function `bool fgMainInit(int, char**)':
main.cxx:1621: error: `netInit' undeclared (first use this function)


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
--- CVS/FlightGear/FlightGear/src/Main/main.cxx 2003-08-25 09:27:40.000000000 +0200
+++ /usr/local/src/FlightGear/src/Main/main.cxx 2003-08-25 13:32:57.000000000 +0200
@@ -43,6 +43,7 @@
 
 #include <plib/ssg.h>
 #include <plib/pu.h>
+#include <plib/netSocket.h>
 
 #include <simgear/screen/extensions.hxx>
 #include <simgear/scene/material/matlib.hxx>
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to