John Wojnaroski wrote:
> > >
> > >   There has been a fix applied to both configure.ac and
> > > src/Cockpit/panel.cxx. Make rue those files are up to date and rerun
> > > autoconf and configure before proceding.
> > >
> > I did a fresh CVS checkout late Saturday night (PST). I'll try again...
> >
> Okay,  started a fresh build with files dated:
>
>  14965 Jan 27 01:31 configure.ac
>   28060 Jan 27 01:31 panel.cxx
>   14313 Jan 22 10:42 panel.hxx
>
> ->sh autogen.sh
> ->/configure --with-threads
>
> The config log shows that the test for truncf was successful but the
compile
> error is still there. Some sort of path/environment problem????

Try the patch below

-Fred

I:\FlightGear\cvs\FlightGear\src\Autopilot>cvs -z3 -q diff -u route_mgr.cxx
Index: route_mgr.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Autopilot/route_mgr.cxx,v
retrieving revision 1.1
diff -u -r1.1 route_mgr.cxx
--- route_mgr.cxx       31 Jan 2004 19:47:45 -0000      1.1
+++ route_mgr.cxx       1 Feb 2004 16:21:02 -0000
@@ -21,11 +21,11 @@
 // $Id: route_mgr.cxx,v 1.1 2004/01/31 19:47:45 curt Exp $


+#include "route_mgr.hxx"
+
 #include <FDM/flight.hxx>
 #include <Main/fg_props.hxx>

-#include "route_mgr.hxx"
-

 FGRouteMgr::FGRouteMgr() :
     route( new SGRoute ),




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

Reply via email to