qtdeclarative failed to compile :(

  jsruntime/qv4sequenceobject.cpp:604:0: note: this is the location of the 
previous definition
  In file included from jsruntime/qv4unwindhelper.cpp:68:0:
  jsruntime/qv4unwindhelper_arm_p.h: In function 'QV4::Function* 
QV4::lookupFunction(void*)':
  jsruntime/qv4unwindhelper_arm_p.h:82:82: error: invalid use of member 
function (did you forget the '()' ?)
  jsruntime/qv4unwindhelper_arm_p.h: At global scope:
  jsruntime/qv4unwindhelper_arm_p.h:125:1: warning: narrowing conversion of 
'-2113760185' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
  jsruntime/qv4unwindhelper_arm_p.h:125:1: warning: narrowing conversion of 
'-2122340175' from 'int' to 'unsigned int' inside { } [-Wnarrowing]
  jsruntime/qv4unwindhelper_arm_p.h: In static member function 'static void 
QV4::UnwindHelper::deregisterFunction(QV4::Function*)':
  jsruntime/qv4unwindhelper_arm_p.h:140:66: error: invalid use of member 
function (did you forget the '()' ?)
  jsruntime/qv4unwindhelper_arm_p.h: In static member function 'static void 
QV4::UnwindHelper::deregisterFunctions(const QVector<QV4::Function*>&)':
  jsruntime/qv4unwindhelper_arm_p.h:147:63: error: invalid use of member 
function (did you forget the '()' ?)
  jsruntime/qv4unwindhelper_arm_p.h: In static member function 'static void 
QV4::UnwindHelper::registerFunction(QV4::Function*)':
  jsruntime/qv4unwindhelper_arm_p.h:153:66: error: invalid use of member 
function (did you forget the '()' ?)
  jsruntime/qv4unwindhelper_arm_p.h: In static member function 'static void 
QV4::UnwindHelper::registerFunctions(const QVector<QV4::Function*>&)':
  jsruntime/qv4unwindhelper_arm_p.h:160:63: error: invalid use of member 
function (did you forget the '()' ?)
  In file included from /work/build/qt/qtbase/include/QtCore/qglobal.h:1:0,
                   from 
/work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:45,
                   from /work/build/qt/qtbase/include/QtCore/qalgorithms.h:1,
                   from 
/work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qvector.h:45,
                   from /work/build/qt/qtbase/include/QtCore/qvector.h:1,
                   from /work/build/qt/qtbase/include/QtCore/QVector:1,
                   from jsruntime/qv4unwindhelper_p.h:45,
                   from jsruntime/qv4unwindhelper.cpp:42:
  jsruntime/qv4unwindhelper_arm_p.h: In function 'void* 
__gnu_Unwind_Find_exidx(void*, int*)':
  jsruntime/qv4unwindhelper_arm_p.h:220:90: error: invalid use of member 
function (did you forget the '()' ?)
  make[3]: *** [.obj/release-shared/qv4unwindhelper.o] Error 1
  make[2]: *** [sub-qml-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_00781/linux-android-g++_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1378893893):
    http://codereview.qt-project.org/64077 [PS2] - QQuickWindow: Quieten 
warning about unused variable
    http://codereview.qt-project.org/64078 [PS3] - Qquickimageparticle: 
Simplify code
    http://codereview.qt-project.org/64972 [PS6] - Continue conversion to using 
scoped values
    http://codereview.qt-project.org/64971 [PS5] - More work on converting 
calling conventions to fit the new GC scheme
    http://codereview.qt-project.org/64970 [PS4] - Start adapting function 
signatures in the qv4runtime
    http://codereview.qt-project.org/64931 [PS4] - Add ValueRef classe and use 
it to make things GC safe
    http://codereview.qt-project.org/64838 [PS5] - Remove unusued method
    http://codereview.qt-project.org/64834 [PS6] - Properly unwind the js stack 
for generated code
    http://codereview.qt-project.org/64817 [PS6] - Change signature of 
call/construct() to take a pointer to a CallData
    http://codereview.qt-project.org/64749 [PS10] - Generate CallData 
structures directly in the instruction selection
    http://codereview.qt-project.org/64736 [PS7] - Move CallData onto the JS 
stack
    http://codereview.qt-project.org/64709 [PS5] - Add ScopedValue and 
ScopedValueArray classes
    http://codereview.qt-project.org/64514 [PS6] - Create a stack for JS values 
and use it in the interpreter
    http://codereview.qt-project.org/63256 [PS11] - V4 JIT: generate code for 
binary expressions.
    http://codereview.qt-project.org/65163 [PS1] - Fix return type checks in 
test.
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to