qtdeclarative failed to compile :(

  qquickwritingsystemlistmodel.cpp: In member function 
'TestNamespace::QQmlV4Handle 
TestNamespace::QQuickWritingSystemListModel::get(int) const':
  qquickwritingsystemlistmodel.cpp:157:37: error: 'TestNamespace::QV4::Object' 
is an inaccessible base of 
'TestNamespace::QV4::Returned<TestNamespace::QV4::Object>'
  qquickwritingsystemlistmodel.cpp:159:121: error: no matching function for 
call to 'TestNamespace::QV4::Object::insertMember(TestNamespace::QV4::String*, 
TestNamespace::QV4::PropertyAttributes)'
  qquickwritingsystemlistmodel.cpp:159:121: note: candidate is:
  
/work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4object_p.h:175:15:
 note: TestNamespace::QV4::Property* 
TestNamespace::QV4::Object::insertMember(TestNamespace::QV4::StringRef, 
TestNamespace::QV4::PropertyAttributes)
  
/work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4object_p.h:175:15:
 note:   no known conversion for argument 1 from 'TestNamespace::QV4::String*' 
to 'TestNamespace::QV4::StringRef {aka 
TestNamespace::QV4::Referenced<TestNamespace::QV4::String>}'
  make[4]: *** [.obj/debug-shared/qquickwritingsystemlistmodel.o] Error 1
  qquickfontlistmodel.cpp: In member function 'TestNamespace::QQmlV4Handle 
TestNamespace::QQuickFontListModel::get(int) const':
  qquickfontlistmodel.cpp:219:37: error: 'TestNamespace::QV4::Object' is an 
inaccessible base of 'TestNamespace::QV4::Returned<TestNamespace::QV4::Object>'
  qquickfontlistmodel.cpp:221:121: error: no matching function for call to 
'TestNamespace::QV4::Object::insertMember(TestNamespace::QV4::String*, 
TestNamespace::QV4::PropertyAttributes)'
  qquickfontlistmodel.cpp:221:121: note: candidate is:
  
/work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4object_p.h:175:15:
 note: TestNamespace::QV4::Property* 
TestNamespace::QV4::Object::insertMember(TestNamespace::QV4::StringRef, 
TestNamespace::QV4::PropertyAttributes)
  
/work/build/qt/qtbase/include/QtQml/5.2.0/QtQml/private/../../../../../../qtdeclarative/src/qml/jsruntime/qv4object_p.h:175:15:
 note:   no known conversion for argument 1 from 'TestNamespace::QV4::String*' 
to 'TestNamespace::QV4::StringRef {aka 
TestNamespace::QV4::Referenced<TestNamespace::QV4::String>}'
  make[4]: *** [.obj/debug-shared/qquickfontlistmodel.o] Error 1
  make[3]: *** [sub-dialogs-private-make_first] Error 2
  make[2]: *** [sub-imports-make_first-ordered] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtdeclarative] Error 2

  Build log: 
http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00907/revdep-qtquickcontrols_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1379718068):
    http://codereview.qt-project.org/63591 [PS13] - Add Singleton support for 
QML
    http://codereview.qt-project.org/64282 [PS7] - Convenience class for FBO 
rendering in Qt Quick
    http://codereview.qt-project.org/66042 [PS2] - Fix cases where mark() would 
access uninitialized memory
    http://codereview.qt-project.org/65952 [PS4] - Prevent objects from being 
collected while in their constructor
    http://codereview.qt-project.org/65951 [PS4] - Convert the last methods in 
qv4object_p.h
    http://codereview.qt-project.org/65950 [PS4] - Fix some more methods to 
take ValueRef's
    http://codereview.qt-project.org/65949 [PS4] - Fix some smaller spec 
incompliances in Array.concat
    http://codereview.qt-project.org/65948 [PS4] - Make sure ScopedArrayObject 
works as intended
    http://codereview.qt-project.org/65900 [PS4] - Change the runtime API over 
to using StringRef's instead of String*
    http://codereview.qt-project.org/65899 [PS4] - remove debug output
    http://codereview.qt-project.org/65898 [PS4] - Convert Object::inplaceBinOp 
to be GC safe
    http://codereview.qt-project.org/65897 [PS4] - Convert the remaining vtable 
methods to be GC safe
    http://codereview.qt-project.org/65881 [PS6] - Convert putIndexed()
    http://codereview.qt-project.org/65838 [PS8] - convert Managed::put() API 
to be GC safe
    http://codereview.qt-project.org/65837 [PS6] - Use a StringRef for 
Managed::get()
    http://codereview.qt-project.org/65836 [PS6] - Use StringRef for most 
methods in Object
    http://codereview.qt-project.org/65791 [PS7] - Cleanup 
Object::define*Property API
    http://codereview.qt-project.org/65790 [PS7] - Add a Safe<T> class and 
start using it
    http://codereview.qt-project.org/65789 [PS6] - Start using StringRef for 
parameter passing
    http://codereview.qt-project.org/65764 [PS6] - Introduce a Referenced<T> 
class to pass Objects into methods
    http://codereview.qt-project.org/65745 [PS7] - Cleanup 
ExecutionEngine::newBuiltinFunction() usages
    http://codereview.qt-project.org/65730 [PS7] - Don't use 
Value::emptyValue() anymore.
    http://codereview.qt-project.org/65618 [PS7] - Further work towards an 
exact GC
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to