Package: ht
Version: 0.9.1-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 ht_0.9.1-2 on bigsur by sbuild/mips 1.80
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../analyser 
> -I../asm -I../io -I../io/posix    -pipe -g -Wall -fsigned-char -O2 
> -fomit-frame-pointer -MT srt_x86.o -MD -MP -MF ".deps/srt_x86.Tpo" -c -o 
> srt_x86.o srt_x86.cc; \
>       then mv -f ".deps/srt_x86.Tpo" ".deps/srt_x86.Po"; else rm -f 
> ".deps/srt_x86.Tpo"; exit 1; fi
> srt_x86.cc:79: error: extra qualification 'sym_int_reg_x86::' on member 
> 'sym_int_reg_x86'
> make[3]: *** [srt_x86.o] Error 1

--- ./srt/srt_x86.cc~   2006-03-10 01:46:44.000000000 +0000
+++ ./srt/srt_x86.cc    2006-03-10 01:46:49.000000000 +0000
@@ -76,7 +76,7 @@
 
 class sym_int_reg_x86: public sym_int_reg {
 public:
-       sym_int_reg_x86::sym_int_reg_x86(UINT r): sym_int_reg(r)
+       sym_int_reg_x86(UINT r): sym_int_reg(r)
        {
        }
 

-- 
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