qtdeclarative failed to compile :(

  
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -c -pipe -Werror -Wno-error=#warnings -Wno-error=deprecated-declarations 
-Wno-c++11-extensions -O2 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
 -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden 
-fvisibility-inlines-hidden -fno-exceptions -Wall -W -fPIC -DQT_NO_LIBUDEV 
-DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_XKBCOMMON -DQT_NO_URL_CAST_FROM_STRING 
-DQT_NO_INTEGER_EVENT_COORDINATES -DQT_BUILD_QML_LIB -DQT_BUILDING_QT 
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT 
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DWTF_EXPORT_PRIVATE= 
-DJS_EXPORT_PRIVATE= -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 
-DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 
-DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_EXCEPTIONS 
-D_LARGEFILE64_SOURCE -D_LARGEFIL
 E_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB 
-I/work/build/qt/qtbase/mkspecs/macx-clang -I. -I/work/build/qt/qtbase/include 
-I/work/build/qt/qtbase/include/QtQml 
-I/work/build/qt/qtbase/include/QtQml/5.2.0 
-I/work/build/qt/qtbase/include/QtQml/5.2.0/QtQml -I../3rdparty/masm/jit 
-I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf 
-I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm 
-I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 
-Icompiler -I. -Ijsruntime -I. -I../3rdparty/double-conversion -Ianimations 
-I/work/build/qt/qtbase/lib/QtNetwork.framework/Versions/5/Headers 
-I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers 
-I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.2.0 
-I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.2.0/QtCore 
-I.moc -F/work/build/qt/qtbase/lib -o .obj/qv4engine.o jsruntime/qv4engine.cpp
  jsruntime/qv4engine.cpp:92:24: error: use of undeclared identifier 
'pthread_self'
  jsruntime/qv4engine.cpp:94:5: error: use of undeclared identifier 
'pthread_attr_getstack'
  jsruntime/qv4engine.cpp:95:5: error: use of undeclared identifier 
'pthread_attr_destroy'
  make[3]: *** [.obj/qv4engine.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_release_Integration/build_00114/macx-clang_developer-build_OSX_10.8/log.txt.gz

  Tested changes (refs/builds/release_1384251419):
    http://codereview.qt-project.org/70917 [PS1] - Adapt Qt Quick 2 renderer to 
work with OpenGL Core Profile
    http://codereview.qt-project.org/70940 [PS1] - Fix property dependency 
generation for accelerated QML QObject properties
    http://codereview.qt-project.org/70939 [PS1] - Fix out of bounds array 
index in the generated JIT code
    http://codereview.qt-project.org/70938 [PS1] - Limit the amount of memory 
we allocate on the stack
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to