qtdeclarative failed to compile :( In file included from main.cpp:48: In file included from /work/build/qt/qtbase/lib/QtQml.framework/Versions/5/Headers/5.2.0/QtQml/private/qv4isel_moth_p.h:50: In file included from /work/build/qt/qtbase/lib/QtQml.framework/Versions/5/Headers/5.2.0/QtQml/private/qv4instr_moth_p.h:47: /work/build/qt/qtbase/lib/QtQml.framework/Versions/5/Headers/5.2.0/QtQml/private/qv4function_p.h:96:5: error: control may reach end of non-void function [-Werror,-Wreturn-type] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -o imageelements.app/Contents/MacOS/imageelements .obj/release-shared/main.o .obj/release-shared/qrc_imageelements.o .obj/release-shared/qrc_shared.o -F/work/build/qt/qtbase/lib -framework QtQuick -framework QtQml -framework QtNetwork -framework QtCore -framework Foundation -framework QtGui -ldl -framework OpenGL -framework AGL /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -o localstorage.app/Contents/MacOS/localstorage .obj/release-shared/main.o .obj/release-shared/qrc_localstorage.o .obj/release-shared/qrc_shared.o -F/work/build/qt/qtbase/lib -framework QtQuick -framework QtQml -framework QtNetwork -framework QtCore -framework Foundation -framework QtGui -ldl -framework OpenGL -framework AGL make[3]: *** [.obj/release-shared/main.o] Error 1 make[2]: *** [sub-v4-make_first] Error 2 make[1]: *** [sub-tools-make_first] Error 2 make: *** [module-qtdeclarative] Error 2
Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01063/macx-clang_developer-build_OSX_10.8/log.txt.gz Tested changes (refs/builds/stable_1380712418): http://codereview.qt-project.org/66585 [PS6] - Always call callCompleted in QQmlDataBlob::tryDone http://codereview.qt-project.org/67009 [PS1] - qdoc: no longer recognizes the version nr in QML refs http://codereview.qt-project.org/67012 [PS6] - Change exception handling API http://codereview.qt-project.org/67052 [PS4] - Cleanup API of Safe<T> http://codereview.qt-project.org/66958 [PS4] - Use SafeValue instead of Value in ScopedValue methods http://codereview.qt-project.org/66957 [PS3] - Remove some more uses of QV4::Value http://codereview.qt-project.org/66922 [PS6] - Remove more uses of Value http://codereview.qt-project.org/66910 [PS4] - Fix ObjectIterator API to be GC safe http://codereview.qt-project.org/67091 [PS1] - Don't create a ValueRef to a temporary http://codereview.qt-project.org/67061 [PS1] - V4 IR: fix type inference. http://codereview.qt-project.org/66999 [PS1] - Stabilize tst_qqmlprofilerservice _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
