Package: mixer.app
Version: 1.8.0-2
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.

You can reproduce this problem with gcc-snapshot (20070422-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in the near
future.)

> Automatic build of mixer.app_1.8.0-2 on em64t by sbuild/amd64 0.53
...
> make[1]: Entering directory `/build/tbm/mixer.app-1.8.0'
> c++ -g -O2 -Wall -pedantic -fno-rtti -fno-exceptions -I/usr/X11R6/include   
> -c -o Main.o Main.cc
> In file included from Main.cc:22:
> Mixer.h:47: error: extra ';'
> make[1]: *** [Main.o] Error 1
> make[1]: Leaving directory `/build/tbm/mixer.app-1.8.0'
--- Mixer.h~    2007-04-25 16:03:11.000000000 +0000
+++ Mixer.h     2007-04-25 16:03:21.000000000 +0000
@@ -44,7 +44,7 @@
 {
 public:
    Mixer(int argc, char** argv);
-   ~Mixer() {};
+   ~Mixer() {}
    void run();
    void saveVolumeSettings();
 

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