David,

There's a sprintf in Rotor.cpp and compilation is failing with the stdio.h
include removed.

Best,

Jim

David Megginson <[EMAIL PROTECTED]> said:

> Index: Rotor.cpp
> ===================================================================
> RCS file: /var/cvs/FlightGear-0.9/source/src/FDM/YASim/Rotor.cpp,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -C2 -r1.3 -r1.4
> *** Rotor.cpp 19 Oct 2003 09:27:27 -0000      1.3
> --- Rotor.cpp 25 Nov 2003 18:50:47 -0000      1.4
> ***************
> *** 1,2 ****
> --- 1,4 ----
> + #include <simgear/debug/logstream.hxx>
> + 
>   #include "Math.hpp"
>   #include "Surface.hpp"
> ***************
> *** 4,8 ****
>   #include "Rotorblade.hpp"
>   #include "Rotor.hpp"
> ! #include <stdio.h>
>   //#include <string.h>
>   namespace yasim {
> --- 6,14 ----
>   #include "Rotorblade.hpp"
>   #include "Rotor.hpp"
> ! #include <iostream>
> ! #include <iomanip>
> ! 


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

Reply via email to