Package: libtunepimp
Version: 0.3.0-9.1
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 libtunepimp_0.3.0-9.1 on bigsur by sbuild/mips 1.94
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/tunepimp -Ithreads/posix -Wall 
> -g -g -Wall -O2 -MT tunepimp.lo -MD -MP -MF .deps/tunepimp.Tpo -c 
> tunepimp.cpp  -fPIC -DPIC -o .libs/tunepimp.o
> ./metadata.h:58: error: extra qualification 'Metadata::' on member 'Metadata'
> make[4]: *** [tunepimp.lo] Error 1


--- ./lib/metadata.h~   2006-03-17 03:23:25.000000000 +0000
+++ ./lib/metadata.h    2006-03-17 03:23:31.000000000 +0000
@@ -55,7 +55,7 @@
     // This is only used in case of TRM collision
     int           numTRMIds;
 
-    Metadata::Metadata(void) 
+    Metadata(void) 
     { 
         trackNum = 0; 
         duration = 0; 

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