lastfm / lastfm-desktop

The official Last.fm desktop application suite
http://www.last.fm
GNU General Public License v3.0
461 stars 94 forks source link

Compile error on Qt 4.8.5 #42

Closed agentsib closed 10 years ago

agentsib commented 10 years ago

Hi! Qt 4.8.5 Archlinux x64 Kernel 3.11.5

...
compiling Services/RadioService/RadioService.cpp
Services/RadioService/RadioService.cpp: In member function ‘void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)’:
Services/RadioService/RadioService.cpp:310:14: error: ambiguous overload for ‘operator<<’ (operand types are ‘StampedDebug’ and ‘Phonon::State’)
     qDebug() << oldstate << " -> " << newstate;
              ^
Services/RadioService/RadioService.cpp:310:14: note: candidates are:
In file included from /usr/include/qt4/QtCore/QtDebug:1:0,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qdebug.h:95:20: note: QDebug& QDebug::operator<<(QChar)
     inline QDebug &operator<<(QChar t) { stream->ts << '\'' << t << '\''; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:97:20: note: QDebug& QDebug::operator<<(bool)
     inline QDebug &operator<<(bool t) { stream->ts << (t ? "true" : "false"); return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:98:20: note: QDebug& QDebug::operator<<(char)
     inline QDebug &operator<<(char t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:99:20: note: QDebug& QDebug::operator<<(short int)
     inline QDebug &operator<<(signed short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:100:20: note: QDebug& QDebug::operator<<(short unsigned int)
     inline QDebug &operator<<(unsigned short t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:101:20: note: QDebug& QDebug::operator<<(int)
     inline QDebug &operator<<(signed int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:102:20: note: QDebug& QDebug::operator<<(unsigned int)
     inline QDebug &operator<<(unsigned int t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:103:20: note: QDebug& QDebug::operator<<(long int)
     inline QDebug &operator<<(signed long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:104:20: note: QDebug& QDebug::operator<<(long unsigned int)
     inline QDebug &operator<<(unsigned long t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:105:20: note: QDebug& QDebug::operator<<(qint64)
     inline QDebug &operator<<(qint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:107:20: note: QDebug& QDebug::operator<<(quint64)
     inline QDebug &operator<<(quint64 t)
                    ^
/usr/include/qt4/QtCore/qdebug.h:109:20: note: QDebug& QDebug::operator<<(float)
     inline QDebug &operator<<(float t) { stream->ts << t; return maybeSpace(); }
                    ^
/usr/include/qt4/QtCore/qdebug.h:110:20: note: QDebug& QDebug::operator<<(double)
     inline QDebug &operator<<(double t) { stream->ts << t; return maybeSpace(); }
                    ^
In file included from /usr/include/qt4/QtCore/qlocale.h:45:0,
                 from /usr/include/qt4/QtCore/qtextstream.h:48,
                 from /usr/include/qt4/QtCore/qdebug.h:50,
                 from /usr/include/qt4/QtCore/QtDebug:1,
                 from /usr/include/qt4/phonon/objectdescription.h:29,
                 from /usr/include/qt4/phonon/path.h:27,
                 from /usr/include/qt4/phonon/medianode.h:29,
                 from /usr/include/qt4/phonon/mediaobject.h:25,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/QtCore/qvariant.h:606:22: note: QDebug operator<<(QDebug, const QVariant&)
 Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant &);
                      ^
In file included from /usr/include/qt4/QtGui/qpixmap.h:46:0,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qcolor.h:60:21: note: QDebug operator<<(QDebug, const QColor&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QColor &);
                     ^
In file included from /usr/include/qt4/QtGui/qmatrix.h:45:0,
                 from /usr/include/qt4/QtGui/qtransform.h:44,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qpolygon.h:102:21: note: QDebug operator<<(QDebug, const QPolygon&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygon &);
                     ^
/usr/include/qt4/QtGui/qpolygon.h:168:21: note: QDebug operator<<(QDebug, const QPolygonF&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygonF &);
                     ^
In file included from /usr/include/qt4/QtGui/qtransform.h:44:0,
                 from /usr/include/qt4/QtGui/qimage.h:45,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qmatrix.h:193:21: note: QDebug operator<<(QDebug, const QMatrix&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QMatrix &);
                     ^
In file included from /usr/include/qt4/QtGui/qimage.h:45:0,
                 from /usr/include/qt4/QtGui/qpixmap.h:50,
                 from /usr/include/qt4/QtGui/qicon.h:48,
                 from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
                 from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
                 from Services/RadioService/../../Application.h:26,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qtransform.h:360:21: note: QDebug operator<<(QDebug, const QTransform&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QTransform &);
                     ^
In file included from /usr/include/qt4/QtGui/qwidget.h:58:0,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from ../../../lastfm-desktop/lib/unicorn/UnicornApplication.h:30,
                 from Services/RadioService/../../Application.h:32,
                 from Services/RadioService/RadioService.cpp:33:
/usr/include/qt4/QtGui/qkeysequence.h:222:21: note: QDebug operator<<(QDebug, const QKeySequence&)
 Q_GUI_EXPORT QDebug operator<<(QDebug, const QKeySequence &);
                     ^
In file included from Services/RadioService/RadioService.cpp:34:0:
Services/RadioService/RadioService.h:140:15: note: QDebug operator<<(QDebug, Phonon::State)
 inline QDebug operator<<( QDebug d, Phonon::State s )
               ^
In file included from /usr/include/qt4/phonon/mediasource.h:27:0,
                 from /usr/include/qt4/phonon/mediaobject.h:26,
                 from Services/RadioService/RadioService.cpp:26:
/usr/include/qt4/phonon/phononnamespace.h:307:26: note: QDebug Phonon::operator<<(QDebug, const Phonon::State&)
     PHONON_EXPORT QDebug operator <<(QDebug dbg, const Phonon::State &);
                          ^
Makefile:1276: recipe for target '_build/RadioService.o' failed
make[1]: *** [_build/RadioService.o] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-ikovalenko/aur-lastfm-git/src/lastfm-desktop/app/client'
Makefile:188: recipe for target 'sub-app-client-make_default-ordered' failed
make: *** [sub-app-client-make_default-ordered] Error 2

Thanks.

agentsib commented 10 years ago

Fixed in pr https://github.com/lastfm/lastfm-desktop/pull/44. Thank you, @Spiek.