On Fri, 27 Feb 2004 10:40:39 +0100 (CET), Frederic BOUVIER <[EMAIL PROTECTED]> wrote:
A correct solution would be to find out why HAVE_WINDOWS_H is not defined
Thanks for the tip!
I added "-DHAVE_WINDOWS_H" to my CXXFLAGS environment variable, defining HAVE_WINDOWS_H. I think this is a better solution that changing the source code.
The configure script *should* define this flag for you automatically, but you may need to add:
#ifdef HAVE_CONFIG_H #include <config.h> #endif
to the top of the affected file.
Regards,
Curt. -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
