Hi Martin,

This has been fixed a while back in our 'cvs' development version. We are hoping to do our next official release at the end of March or beginning of April.

Regards,

Curt.


Martin Michlmayr wrote:

Package: simgear
Version: 0.3.9-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


Automatic build of simgear_0.3.9-2 on bigsur by sbuild/mips 1.94
...
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../..  -fPIC -pipe  -g -O2 
-D_REENTRANT -MT placement.o -MD -MP -MF ".deps/placement.Tpo" -c -o 
placement.o placement.cxx; \
        then mv -f ".deps/placement.Tpo" ".deps/placement.Po"; else rm -f 
".deps/placement.Tpo"; exit 1; fi
placement.hxx:49: error: extra qualification 'SGModelPlacement::' on member 
'init'
make[5]: *** [placement.o] Error 1


--- ./simgear/scene/model/placement.hxx~        2006-03-12 22:56:55.000000000 
+0000
+++ ./simgear/scene/model/placement.hxx 2006-03-12 22:56:59.000000000 +0000
@@ -46,7 +46,7 @@
  SGModelPlacement ();
  virtual ~SGModelPlacement ();

-  virtual void SGModelPlacement::init( ssgBranch * model );
+  virtual void init( ssgBranch * model );

  virtual void update();




--
Curtis Olson        http://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:        2f585eeea02e2c79d7b1d8c4963bae2d



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to