Package: arkrpg
Version: 0.1.4b-8
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 grave (makes
your and other packages fail to build from source, e.g. worlded
version 0.1.3-7).

A patch is below.


> Automatic build of arkrpg_0.1.4b-8 on bigsur by sbuild/mips 1.94
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -Wall -O2 -Wall -fno-exceptions -g 
> -O0 -MT HFAStar.lo -MD -MP -MF .deps/HFAStar.Tpo -c HFAStar.cpp  -fPIC -DPIC 
> -o .libs/HFAStar.o
> ../../Ark/Modules/HeightField/HFWorld.h:296: error: extra qualification 
> 'Ark::HeightField::' on member 'LoadLight'
> HFAStar.h:125: warning: 'class Ark::Heuristic' has virtual functions but 
> non-virtual destructor
> make[4]: *** [HFAStar.lo] Error 1
> make[4]: Leaving directory `/build/tbm/arkrpg-0.1.4b/Modules/HeightField'
> make[3]: *** [all-recursive] Error 1


--- ./Modules/HeightField/HFWorld.h~    2006-03-16 18:24:25.000000000 +0000
+++ ./Modules/HeightField/HFWorld.h     2006-03-16 18:24:41.000000000 +0000
@@ -293,7 +293,7 @@
         void UnsetFog();
 
      private:
-        bool HeightField::LoadLight (int aLightNum, Light &light);
+        bool LoadLight (int aLightNum, Light &light);
    };
 
 /* namespace Ark */

-- 
Martin Michlmayr
http://www.cyrius.com/


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

Reply via email to