Marco Gugel wrote:
...
> "d:\Flightgear\SimGear-0.3.4\compiler.h(245) : fatal error C1189: #error :
> What version of MSVC++ is this?"
>
> The file compiler.h is not suitable for MS visual C++ 7, it is setted for
> VC++ 5.
>
> What can I do?

Get Simgear CVS (and FlightGear CVS too),
or in compiler.h, change
#  if _MSC_VER == 1200  // msvc++ 6.0

into

#  if _MSC_VER >= 1200  // msvc++ 6.0 or greater

-Fred



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

Reply via email to