On 6 Sep 2009, at 05:23, syd adams wrote:

> Hello.
>    Unless Im doing something wrong , I'm now getting these errors  
> trying to compile FG...
>
> navradio.cxx: In member function ‘virtual void  
> FGNavRadio::update(double)’:
> navradio.cxx:362: error: ‘struct SGVec3d’ has no member named ‘sg’
> navradio.cxx:362: error: ‘struct SGVec3d’ has no member named ‘sg’
> navradio.cxx:363: error: ‘struct SGVec3d’ has no member named ‘sg’
> make[3]: *** [navradio.o] Error 1
>
> Ive tried compiling SG and FG starting from ./autogen.sh onward ,  
> but no luck.
> I'll try deleting the source for both and do a fresh checkout , but  
> thought I'd mention the problem just in case.
> cheers

It looks like something hasn't updated right - Mathias recently did  
some updates to SGVec3d (in SimGear), and corresponding updates in  
various client FG files, including navradio. On trunk, those .sg()  
references should now say .data() I believe. I'd check your  
navradio.cxx file is updating 'correctly' - sticky revisions, merge  
conflicts, etc. Assuming you don't have any edits to it, deleting the  
file and 'cvs up' should work.

Regards,
James
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to