qtmultimedia failed to compile :(

  qdeclarative_audioengine_p.cpp: In member function 'QQmlListProperty<QObject> 
QDeclarativeAudioEngine::bank()':
  qdeclarative_audioengine_p.cpp:407:61: error: no matching function for call 
to 'QQmlListProperty<QObject>::QQmlListProperty(QDeclarativeAudioEngine* const, 
int, void (&)(QQmlListProperty<QObject>*, QObject*))'
  qdeclarative_audioengine_p.cpp:407:61: note: candidates are:
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:75:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, void*, 
QQmlListProperty<T>::CountFunction, QQmlListProperty<T>::AtFunction) [with T = 
QObject, QQmlListProperty<T>::CountFunction = int 
(*)(QQmlListProperty<QObject>*), QQmlListProperty<T>::AtFunction = QObject* 
(*)(QQmlListProperty<QObject>*, int)]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:75:5:
 note:   candidate expects 4 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:72:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, void*, 
QQmlListProperty<T>::AppendFunction, QQmlListProperty<T>::CountFunction, 
QQmlListProperty<T>::AtFunction, QQmlListProperty<T>::ClearFunction) [with T = 
QObject, QQmlListProperty<T>::AppendFunction = void 
(*)(QQmlListProperty<QObject>*, QObject*), QQmlListProperty<T>::CountFunction = 
int (*)(QQmlListProperty<QObject>*), QQmlListProperty<T>::AtFunction = QObject* 
(*)(QQmlListProperty<QObject>*, int), QQmlListProperty<T>::ClearFunction = void 
(*)(QQmlListProperty<QObject>*)]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:72:5:
 note:   candidate expects 6 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:69:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, QList<T*>&) [with T = 
QObject]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:69:5:
 note:   candidate expects 2 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:67:5:
 note: QQmlListProperty<T>::QQmlListProperty() [with T = QObject]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:67:5:
 note:   candidate expects 0 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note: constexpr QQmlListProperty<QObject>::QQmlListProperty(const 
QQmlListProperty<QObject>&)
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note:   candidate expects 1 argument, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note: constexpr 
QQmlListProperty<QObject>::QQmlListProperty(QQmlListProperty<QObject>&&)
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note:   candidate expects 1 argument, 3 provided
  qdeclarative_audioengine_p.cpp:408:1: warning: control reaches end of 
non-void function [-Wreturn-type]
  make[4]: *** [.obj/release-shared/qdeclarative_audioengine_p.o] Error 1
  qdeclarative_sound_p.cpp: In member function 
'QQmlListProperty<QDeclarativePlayVariation> 
QDeclarativeSound::playVariationlist()':
  qdeclarative_sound_p.cpp:366:79: error: no matching function for call to 
'QQmlListProperty<QDeclarativePlayVariation>::QQmlListProperty(QDeclarativeSound*
 const, int, void (&)(QQmlListProperty<QDeclarativePlayVariation>*, 
QDeclarativePlayVariation*))'
  qdeclarative_sound_p.cpp:366:79: note: candidates are:
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:75:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, void*, 
QQmlListProperty<T>::CountFunction, QQmlListProperty<T>::AtFunction) [with T = 
QDeclarativePlayVariation, QQmlListProperty<T>::CountFunction = int 
(*)(QQmlListProperty<QDeclarativePlayVariation>*), 
QQmlListProperty<T>::AtFunction = QDeclarativePlayVariation* 
(*)(QQmlListProperty<QDeclarativePlayVariation>*, int)]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:75:5:
 note:   candidate expects 4 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:72:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, void*, 
QQmlListProperty<T>::AppendFunction, QQmlListProperty<T>::CountFunction, 
QQmlListProperty<T>::AtFunction, QQmlListProperty<T>::ClearFunction) [with T = 
QDeclarativePlayVariation, QQmlListProperty<T>::AppendFunction = void 
(*)(QQmlListProperty<QDeclarativePlayVariation>*, QDeclarativePlayVariation*), 
QQmlListProperty<T>::CountFunction = int 
(*)(QQmlListProperty<QDeclarativePlayVariation>*), 
QQmlListProperty<T>::AtFunction = QDeclarativePlayVariation* 
(*)(QQmlListProperty<QDeclarativePlayVariation>*, int), 
QQmlListProperty<T>::ClearFunction = void 
(*)(QQmlListProperty<QDeclarativePlayVariation>*)]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:72:5:
 note:   candidate expects 6 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:69:5:
 note: QQmlListProperty<T>::QQmlListProperty(QObject*, QList<T*>&) [with T = 
QDeclarativePlayVariation]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:69:5:
 note:   candidate expects 2 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:67:5:
 note: QQmlListProperty<T>::QQmlListProperty() [with T = 
QDeclarativePlayVariation]
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:67:5:
 note:   candidate expects 0 arguments, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note: constexpr 
QQmlListProperty<QDeclarativePlayVariation>::QQmlListProperty(const 
QQmlListProperty<QDeclarativePlayVariation>&)
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note:   candidate expects 1 argument, 3 provided
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note: constexpr 
QQmlListProperty<QDeclarativePlayVariation>::QQmlListProperty(QQmlListProperty<QDeclarativePlayVariation>&&)
  
/work/build/qt/qtbase/include/QtQml/../../../qtdeclarative/src/qml/qml/qqmllist.h:60:7:
 note:   candidate expects 1 argument, 3 provided
  qdeclarative_sound_p.cpp:367:1: warning: control reaches end of non-void 
function [-Wreturn-type]
  make[4]: *** [.obj/release-shared/qdeclarative_sound_p.o] Error 1
  make[3]: *** [sub-audioengine-make_first] Error 2
  make[2]: *** [sub-imports-make_first] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtmultimedia] Error 2

  Build log: 
http://testresults.qt-project.org/ci/QtLocation_master_Integration/build_01174/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/master_1351066384):
    http://codereview.qt-project.org/37937 [PS1] - Compile after QPen changes.
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to