Advertisement
Guest User

Untitled

a guest
Jan 21st, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. Services/RadioService/RadioService.cpp: In member function ‘void RadioService::onPhononStateChanged(Phonon::State, Phonon::State)’:
  2. Services/RadioService/RadioService.cpp:312:14: error: ambiguous overload for ‘operator<<’ (operand types are ‘StampedDebug’ and ‘Phonon::State’)
  3. qDebug() << oldstate << " -> " << newstate;
  4. ^
  5. Services/RadioService/RadioService.cpp:312:14: note: candidates are:
  6. In file included from /usr/include/qt4/QtCore/QtDebug:1:0,
  7. from /usr/include/qt4/phonon/objectdescription.h:29,
  8. from /usr/include/qt4/phonon/path.h:27,
  9. from /usr/include/qt4/phonon/medianode.h:29,
  10. from /usr/include/qt4/phonon/mediaobject.h:25,
  11. from Services/RadioService/RadioService.cpp:26:
  12. /usr/include/qt4/QtCore/qdebug.h:95:20: note: QDebug& QDebug::operator<<(QChar)
  13. inline QDebug &operator<<(QChar t) { stream->ts << '\'' << t << '\''; return maybeSpace(); }
  14. ^
  15. /usr/include/qt4/QtCore/qdebug.h:97:20: note: QDebug& QDebug::operator<<(bool)
  16. inline QDebug &operator<<(bool t) { stream->ts << (t ? "true" : "false"); return maybeSpace(); }
  17. ^
  18. /usr/include/qt4/QtCore/qdebug.h:98:20: note: QDebug& QDebug::operator<<(char)
  19. inline QDebug &operator<<(char t) { stream->ts << t; return maybeSpace(); }
  20. ^
  21. /usr/include/qt4/QtCore/qdebug.h:99:20: note: QDebug& QDebug::operator<<(short int)
  22. inline QDebug &operator<<(signed short t) { stream->ts << t; return maybeSpace(); }
  23. ^
  24. /usr/include/qt4/QtCore/qdebug.h:100:20: note: QDebug& QDebug::operator<<(short unsigned int)
  25. inline QDebug &operator<<(unsigned short t) { stream->ts << t; return maybeSpace(); }
  26. ^
  27. /usr/include/qt4/QtCore/qdebug.h:101:20: note: QDebug& QDebug::operator<<(int)
  28. inline QDebug &operator<<(signed int t) { stream->ts << t; return maybeSpace(); }
  29. ^
  30. /usr/include/qt4/QtCore/qdebug.h:102:20: note: QDebug& QDebug::operator<<(unsigned int)
  31. inline QDebug &operator<<(unsigned int t) { stream->ts << t; return maybeSpace(); }
  32. ^
  33. /usr/include/qt4/QtCore/qdebug.h:103:20: note: QDebug& QDebug::operator<<(long int)
  34. inline QDebug &operator<<(signed long t) { stream->ts << t; return maybeSpace(); }
  35. ^
  36. /usr/include/qt4/QtCore/qdebug.h:104:20: note: QDebug& QDebug::operator<<(long unsigned int)
  37. inline QDebug &operator<<(unsigned long t) { stream->ts << t; return maybeSpace(); }
  38. ^
  39. /usr/include/qt4/QtCore/qdebug.h:105:20: note: QDebug& QDebug::operator<<(qint64)
  40. inline QDebug &operator<<(qint64 t)
  41. ^
  42. /usr/include/qt4/QtCore/qdebug.h:107:20: note: QDebug& QDebug::operator<<(quint64)
  43. inline QDebug &operator<<(quint64 t)
  44. ^
  45. /usr/include/qt4/QtCore/qdebug.h:109:20: note: QDebug& QDebug::operator<<(float)
  46. inline QDebug &operator<<(float t) { stream->ts << t; return maybeSpace(); }
  47. ^
  48. /usr/include/qt4/QtCore/qdebug.h:110:20: note: QDebug& QDebug::operator<<(double)
  49. inline QDebug &operator<<(double t) { stream->ts << t; return maybeSpace(); }
  50. ^
  51. In file included from /usr/include/qt4/QtCore/qlocale.h:45:0,
  52. from /usr/include/qt4/QtCore/qtextstream.h:48,
  53. from /usr/include/qt4/QtCore/qdebug.h:50,
  54. from /usr/include/qt4/QtCore/QtDebug:1,
  55. from /usr/include/qt4/phonon/objectdescription.h:29,
  56. from /usr/include/qt4/phonon/path.h:27,
  57. from /usr/include/qt4/phonon/medianode.h:29,
  58. from /usr/include/qt4/phonon/mediaobject.h:25,
  59. from Services/RadioService/RadioService.cpp:26:
  60. /usr/include/qt4/QtCore/qvariant.h:606:22: note: QDebug operator<<(QDebug, const QVariant&)
  61. Q_CORE_EXPORT QDebug operator<<(QDebug, const QVariant &);
  62. ^
  63. In file included from /usr/include/qt4/QtGui/qpixmap.h:46:0,
  64. from /usr/include/qt4/QtGui/qicon.h:48,
  65. from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
  66. from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
  67. from Services/RadioService/../../Application.h:26,
  68. from Services/RadioService/RadioService.cpp:33:
  69. /usr/include/qt4/QtGui/qcolor.h:60:21: note: QDebug operator<<(QDebug, const QColor&)
  70. Q_GUI_EXPORT QDebug operator<<(QDebug, const QColor &);
  71. ^
  72. In file included from /usr/include/qt4/QtGui/qmatrix.h:45:0,
  73. from /usr/include/qt4/QtGui/qtransform.h:44,
  74. from /usr/include/qt4/QtGui/qimage.h:45,
  75. from /usr/include/qt4/QtGui/qpixmap.h:50,
  76. from /usr/include/qt4/QtGui/qicon.h:48,
  77. from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
  78. from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
  79. from Services/RadioService/../../Application.h:26,
  80. from Services/RadioService/RadioService.cpp:33:
  81. /usr/include/qt4/QtGui/qpolygon.h:102:21: note: QDebug operator<<(QDebug, const QPolygon&)
  82. Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygon &);
  83. ^
  84. /usr/include/qt4/QtGui/qpolygon.h:168:21: note: QDebug operator<<(QDebug, const QPolygonF&)
  85. Q_GUI_EXPORT QDebug operator<<(QDebug, const QPolygonF &);
  86. ^
  87. In file included from /usr/include/qt4/QtGui/qtransform.h:44:0,
  88. from /usr/include/qt4/QtGui/qimage.h:45,
  89. from /usr/include/qt4/QtGui/qpixmap.h:50,
  90. from /usr/include/qt4/QtGui/qicon.h:48,
  91. from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
  92. from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
  93. from Services/RadioService/../../Application.h:26,
  94. from Services/RadioService/RadioService.cpp:33:
  95. /usr/include/qt4/QtGui/qmatrix.h:193:21: note: QDebug operator<<(QDebug, const QMatrix&)
  96. Q_GUI_EXPORT QDebug operator<<(QDebug, const QMatrix &);
  97. ^
  98. In file included from /usr/include/qt4/QtGui/qimage.h:45:0,
  99. from /usr/include/qt4/QtGui/qpixmap.h:50,
  100. from /usr/include/qt4/QtGui/qicon.h:48,
  101. from /usr/include/qt4/QtGui/qsystemtrayicon.h:49,
  102. from /usr/include/qt4/QtGui/QSystemTrayIcon:1,
  103. from Services/RadioService/../../Application.h:26,
  104. from Services/RadioService/RadioService.cpp:33:
  105. /usr/include/qt4/QtGui/qtransform.h:360:21: note: QDebug operator<<(QDebug, const QTransform&)
  106. Q_GUI_EXPORT QDebug operator<<(QDebug, const QTransform &);
  107. ^
  108. In file included from /usr/include/qt4/QtGui/qwidget.h:58:0,
  109. from /usr/include/qt4/QtGui/qmainwindow.h:45,
  110. from /usr/include/qt4/QtGui/QMainWindow:1,
  111. from ../../lib/unicorn/UnicornApplication.h:30,
  112. from Services/RadioService/../../Application.h:32,
  113. from Services/RadioService/RadioService.cpp:33:
  114. /usr/include/qt4/QtGui/qkeysequence.h:222:21: note: QDebug operator<<(QDebug, const QKeySequence&)
  115. Q_GUI_EXPORT QDebug operator<<(QDebug, const QKeySequence &);
  116. ^
  117. In file included from Services/RadioService/RadioService.cpp:34:0:
  118. Services/RadioService/RadioService.h:141:15: note: QDebug operator<<(QDebug, Phonon::State)
  119. inline QDebug operator<<( QDebug d, Phonon::State s )
  120. ^
  121. In file included from /usr/include/qt4/phonon/mediasource.h:27:0,
  122. from /usr/include/qt4/phonon/mediaobject.h:26,
  123. from Services/RadioService/RadioService.cpp:26:
  124. /usr/include/qt4/phonon/phononnamespace.h:307:26: note: QDebug Phonon::operator<<(QDebug, const Phonon::State&)
  125. PHONON_EXPORT QDebug operator <<(QDebug dbg, const Phonon::State &);
  126. ^
  127. Makefile:1257: recipe for target '_build/RadioService.o' failed
  128. make[1]: *** [_build/RadioService.o] Error 1
  129. make[1]: Leaving directory '/home/andy/Code/lastfm/src/lastfm-desktop-2.1.30/app/client'
  130. Makefile:150: recipe for target 'sub-app-client-make_default-ordered' failed
  131. make: *** [sub-app-client-make_default-ordered] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement