Jon Berndt

> I've got a few minutes to spare this evening, so I'm going to try again to
> build the latest development flightgear.
>
> Questions:
>
> 1) I plan on using the latest "bleeding edge" flightgear sources from
> development CVS. Which base package do I download?
>
> 2) Does the base package from #1 (above) work with the latest simgear and
> plib?
>
> 3) Any issues with Cygwin and trying the above approach?

If you are using a VERY recent cygwin which BTW is VERY GOOD
make sure you do this first

% export CC=gcc-2
% export CXX=c++-2

so as to use gcc-2.95.2

There are some issues with the STL3.2 that is shipping with WIN32
I believe most easily solved by adding

#if (__GNUC__ == 3 && __GNUC_MINOR__ >= 2 && __CYGWIN__)
#  include <iostream>
#endif

to the top of <simgear/compiler.h>

Norman


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

Reply via email to