[Flightgear-devel] STL errors?

2005-12-13 Thread Jon S. Berndt
In trying to rebuild FlightGear under Cygwin, I'm getting all sorts of errors now when I get to compiling the older JSBSim code, beginning with FGDeadband.cpp. There errors are these: stl_deque.h:446: error: expected unqualified-id before '(' token deque.tcc:699: error: expected unqualified-id

Re: [Flightgear-devel] STL errors?

2005-12-13 Thread Frederic Bouvier
Quoting Jon S. Berndt : In trying to rebuild FlightGear under Cygwin, I'm getting all sorts of errors now when I get to compiling the older JSBSim code, beginning with FGDeadband.cpp. There errors are these: stl_deque.h:446: error: expected unqualified-id before '(' token deque.tcc:699:

RE: [Flightgear-devel] STL errors?

2005-12-13 Thread Jon S. Berndt
Do you have NOMINMAX defined and #ifdef HAVE_CONFIG_H #include config.h #endif at the beginning of every .cpp/.cxx file ? -Fred Not as far as I know. But this is straight from an unaltered current CVS distribution of FlightGear. I've got the very latest compilers/tools from Cygwin, so I

RE: [Flightgear-devel] STL errors?

2005-12-13 Thread Vivian Meazza
Jon S. Berndt Do you have NOMINMAX defined and #ifdef HAVE_CONFIG_H #include config.h #endif at the beginning of every .cpp/.cxx file ? -Fred Not as far as I know. But this is straight from an unaltered current CVS distribution of FlightGear. I've got the very latest