The SimGear root includes metakit-2.4.2-32.tar.gz.  Version 2.4.3 is now available and 
fixes several potentially serious bugs.  I'm not saying Flight Gear is affected by any 
of them (I have no idea) but I think it's worth considering upgrading.

FWIW, under my CygWin systems (on both Win2k and WinME), metakit fails to build on 
tcl-related stuff and I have to configure --without-tcl.  A trivial typo in 
unix/configure.in and unix/configure prevents --without-tcl from working in 2.4.2, 
fixed in 2.4.3:

< if test x"${TCL_INCLUDE_DIR}" != no ; then
> if test x"${TCL_INCLUDE_DIR}" != xno ; then

$ cd builds
$ ../unix/configure
[OK]
$ make
/bin/sh ./libtool --mode=compile g++ -c -O2 -I../unix/../include -I/usr/include
../unix/../tcl/mk4tcl.cpp
rm -f .libs/mk4tcl.lo
g++ -c -O2 -I../unix/../include -I/usr/include ../unix/../tcl/mk4tcl.cpp  -DDLL_
EXPORT -DPIC
In file included from ../unix/../tcl/mk4tcl.cpp:22:
../unix/../tcl/stubtcl.h:3: syntax error before `*'
../unix/../tcl/stubtcl.h:4: syntax error before `*'
../unix/../tcl/stubtcl.h: In function `int MyInitStubs(Tcl_Interp *)':
../unix/../tcl/stubtcl.h:15: syntax error before `*'
../unix/../tcl/stubtcl.h:20: `struct MyInitStubs(Tcl_Interp *)::HeadOfInterp' ha
s no member named `stubTable'
...

$ ../unix/configure --without-tcl
[OK]
$ make
[OK]

- Julian



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to