Package: lastfm
Version: 1.1.90-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 lastfm_1.1.90-2 on bigsur by sbuild/mips 1.106
...
> /usr/share/qt4/bin/uic src/stationdialog.ui -o build/ui_stationdialog.h
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -Ibuild -Ibuild -o
> build/main.o src/main.cpp
> src/player.h:47: error: extra qualification 'Player::' on member 'transmitCli'
> make[1]: *** [build/main.o] Error 1
> make[1]: Leaving directory `/build/tbm/lastfm-1.1.90'
> make: *** [build-stamp] Error 2
--- ./src/player.h~ 2006-03-20 13:57:44.000000000 +0000
+++ ./src/player.h 2006-03-20 13:57:50.000000000 +0000
@@ -44,7 +44,7 @@
Player( QWidget *parent = 0, QString commandLine = QString( "" ) );
~Player();
- static bool Player::transmitCli( QString parameter );
+ static bool transmitCli( QString parameter );
protected:
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]