----- Original Message ----- From: "Jonathan Polley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 6:45 PM Subject: Re: [Flightgear-devel] MSVC Yada Yada Yada
> > On Sunday, April 7, 2002, at 10:47 AM, Frederic Bouvier wrote: > > > From: "Jonathan Polley" <[EMAIL PROTECTED]> > >> Just updated to the newest CVS for everything. While linux us now > >> compiling and running just fine (thanks Curt), MSVC continues to whine. > >> > >> First: The #include <fg_props.hxx> in viewer.cxx needs to be #include > >> "fg_props.hxx" > > > > > > NO. It needs #include "Main/fg_props.hxx" like every other files that > > includes fg_props.hxx > > But viewer.cxx is in Main already. It just seems odd that it add a path > to a header that is in its own directory. > If you compile flightgear, you already have an include path to <FlightGearSrcRoot>/src so adding "Main/fg_props.hxx" ( or <Main/fg_props.hxx> ) is just doing here like any other place in FG where fg_props.hxx is included. Special case always create troubles ! Cheers, -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
