qtbase failed to compile :(

  C:\work\build\qt\qtbase\bin\moc.exe -DUNICODE -DQT_NO_CAST_FROM_ASCII 
-DQT_NO_DIRECTWRITE -DQT_COMPILES_IN_HARFBUZZ -DQT_NO_FONTCONFIG 
-DFT2_BUILD_LIBRARY -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN 
-DQT_PLATFORMSUPPORT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. 
-I"..\..\..\3rdparty\freetype\src" -I"..\..\..\3rdparty\freetype\include" 
-I"..\..\..\..\include" -I"..\..\..\..\include\QtPlatformSupport" 
-I"..\..\..\..\include\QtPlatformSupport\5.1.0" 
-I"..\..\..\..\include\QtPlatformSupport\5.1.0\QtPlatformSupport" 
-I"..\..\..\..\include\QtGui" -I"..\..\..\..\include\QtGui\5.1.0" 
-I"..\..\..\..\include\QtGui\5.1.0\QtGui" -I"..\..\..\..\include\QtCore" 
-I"..\..\..\..\include\QtCore\5.1.0" 
-I"..\..\..\..\include\QtCore\5.1.0\QtCore" -I".moc\release_shared" 
-I"C:\mingw\mingw\include" -I"C:\openssl\include" 
-I"C:\utils\icu4c\icu\include" -I"..\..\..\..\mkspecs\win32-g++" -D__GNUC__ 
-DWIN32 qwindowsdialoghelpers.cpp -o 
.moc\release_shared\qwindowsdialoghelpers.moc
  In file included from ..\..\..\3rdparty\freetype\src\cff\cff.c:23:0:
  In file included from ..\..\..\3rdparty\freetype\src\autofit\autofit.c:23:0:
  g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=c++0x -fno-exceptions -frtti 
-Wall -Wextra -DUNICODE -DQT_NO_CAST_FROM_ASCII -DQT_NO_DIRECTWRITE 
-DQT_COMPILES_IN_HARFBUZZ -DQT_NO_FONTCONFIG -DFT2_BUILD_LIBRARY 
-DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_PLATFORMSUPPORT_LIB 
-DQT_GUI_LIB -DQT_CORE_LIB -I. -I"..\..\..\3rdparty\freetype\src" 
-I"..\..\..\3rdparty\freetype\include" -I"..\..\..\..\include" 
-I"..\..\..\..\include\QtPlatformSupport" 
-I"..\..\..\..\include\QtPlatformSupport\5.1.0" 
-I"..\..\..\..\include\QtPlatformSupport\5.1.0\QtPlatformSupport" 
-I"..\..\..\..\include\QtGui" -I"..\..\..\..\include\QtGui\5.1.0" 
-I"..\..\..\..\include\QtGui\5.1.0\QtGui" -I"..\..\..\..\include\QtCore" 
-I"..\..\..\..\include\QtCore\5.1.0" 
-I"..\..\..\..\include\QtCore\5.1.0\QtCore" -I".moc\release_shared" 
-I"C:\mingw\mingw\include" -I"C:\openssl\include" 
-I"C:\utils\icu4c\icu\include" -I"..\..\..\..\mkspecs\win32-g++" -o 
.obj\release_shared\qwindowsdialoghelpers.o qwindowsdialoghe
 lpers.cpp
  qwindowsdialoghelpers.cpp: In member function 'virtual bool 
QWindowsDialogHelperBase<BaseClass>::show(Qt::WindowFlags, Qt::WindowModality, 
QWindow*)':
  qwindowsdialoghelpers.cpp:542:33: error: there are no arguments to 
'startTimer' that depend on a template parameter, so a declaration of 
'startTimer' must be available [-fpermissive]
  qwindowsdialoghelpers.cpp:542:33: note: (if you use '-fpermissive', G++ will 
accept your code, but allowing the use of an undeclared name is deprecated)
  qwindowsdialoghelpers.cpp: In member function 'void 
QWindowsDialogHelperBase<BaseClass>::stopTimer()':
  qwindowsdialoghelpers.cpp:561:28: error: there are no arguments to 
'killTimer' that depend on a template parameter, so a declaration of 
'killTimer' must be available [-fpermissive]
  qwindowsdialoghelpers.cpp: In member function 'virtual ULONG 
QWindowsNativeFileDialogEventHandler::Release()':
  qwindowsdialoghelpers.cpp:736:20: warning: deleting object of polymorphic 
class type 'QWindowsNativeFileDialogEventHandler' which has non-virtual 
destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
  qwindowsdialoghelpers.cpp: In instantiation of 'bool 
QWindowsDialogHelperBase<BaseClass>::show(Qt::WindowFlags, Qt::WindowModality, 
QWindow*) [with BaseClass = QPlatformFileDialogHelper; Qt::WindowFlags = 
QFlags<Qt::WindowType>]':
  qwindowsdialoghelpers.cpp:542:9: error: 'startTimer' was not declared in this 
scope, and no declarations were found by argument-dependent lookup at the point 
of instantiation [-fpermissive]
  qwindowsdialoghelpers.cpp:542:9: note: declarations in dependent base 
'QObject' are not found by unqualified lookup
  qwindowsdialoghelpers.cpp:542:9: note: use 'this->startTimer' instead
  qwindowsdialoghelpers.cpp: In instantiation of 'void 
QWindowsDialogHelperBase<BaseClass>::stopTimer() [with BaseClass = 
QPlatformFileDialogHelper]':
  qwindowsdialoghelpers.cpp:579:5:   required from 'void 
QWindowsDialogHelperBase<BaseClass>::exec() [with BaseClass = 
QPlatformFileDialogHelper]'
  qwindowsdialoghelpers.cpp:561:9: error: 'killTimer' was not declared in this 
scope, and no declarations were found by argument-dependent lookup at the point 
of instantiation [-fpermissive]
  qwindowsdialoghelpers.cpp:561:9: note: declarations in dependent base 
'QObject' are not found by unqualified lookup
  qwindowsdialoghelpers.cpp:561:9: note: use 'this->killTimer' instead
  Makefile.Release:7764: recipe for target 
'.obj/release_shared/qwindowsdialoghelpers.o' failed
  mingw32-make[6]: *** [.obj/release_shared/qwindowsdialoghelpers.o] Error 1
  mingw32-make[5]: *** [release] Error 2
  mingw32-make[4]: *** [sub-windows-make_first] Error 2
  mingw32-make[3]: *** [sub-platforms-make_first] Error 2
  mingw32-make[2]: *** [sub-plugins-make_first] Error 2
  mingw32-make[1]: *** [sub-src-make_first] Error 2
  mingw32-make: *** [module-qtbase] Error 2

  Build log: 
http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00161/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1359039855):
    http://codereview.qt-project.org/45741 [PS1] - Use path-based text when 
painter has negative scale on raster/coretext
    http://codereview.qt-project.org/45485 [PS4] - Don't assume m11/m22 
represents the scale of a QTransform
    http://codereview.qt-project.org/45113 [PS2] - Manual file dialog test: Add 
showModal().
    http://codereview.qt-project.org/45417 [PS4] - Windows: Fix modal dialogs 
for declarative.
    http://codereview.qt-project.org/45547 [PS1] - Dnd: Do not always Retrieve 
URLS in canConvertFromMime().
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to