* will Pink -- Wednesday 31 October 2007:
> coverage.hxx:54: error: extra qualification 'VpfCoverage::' on \
> member 'VpfCoverage'  

> Im a bit stuck as im not sure what the error messages correspond
> to in the code in coverage.hxx! 

coverage.hxx:54 in your version contains:

    VpfCoverage::VpfCoverage (const VpfCoverage &coverage);

... and gcc complains that there's a "VpfCoverage::" too much
("extra"). And the solution is: remove that!  :-)

The bug is fixed in CVS since a while. Using CVS versions of
TerraGear, SimGear, and FlightGear is quite safe. They are
almost always better than the respective last releases, both
in features *and* stability.

BTW: Google would have told you in the first few hits what that
error message is about and how to fix it:
http://www.google.com/search?q=%22error%3A+extra+qualification
It's just that gcc has become more pedantic over its last releases.

m.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to