> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Stephen Kelly > Sent: Friday, December 21, 2012 12:32 PM > To: [email protected] > Subject: Re: [Development] MinGW 4.7 (Win7), VS2012 (Win8) and OSX > 10.8 CI stages added > > On Friday, December 21, 2012 10:45:25 Anttila Janne wrote: > > Please check the next CI builds results for those stages from test > > results > > server: http://testresults.qt-project.org/ci! For example MinGW build > > currently fails in Qt5_stable_integration to qtsvg headersclean auto > > test [2]. > > For anyone else curious, here is the error: > > C:\work\build\qtbase\bin\moc.exe -DUNICODE -DQT_NO_EXCEPTIONS - > DQT_NO_DEBUG - DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB - > DQT_NEEDS_QMAIN -I. -I"C: > \work\build\qtbase\include" -I"C:\work\build\qtbase\include\QtWidgets" - > I"C: > \work\build\qtbase\include\QtGui" - > I"C:\work\build\qtbase\include\QtCore" - I".moc\release_shared" - > I"C:\mingw\mingw\include" -I"C:\openssl\include" -I"C: > \utils\icu4c\icu\include" -I"C:\work\build\qtbase\mkspecs\win32-g++" - > D__GNUC__ -DWIN32 demoapplication.h -o > .moc\release_shared\moc_demoapplication.cpp > cd testcon\ && ( if not exist Makefile C:\work\build\qtbase\bin\qmake C: > \work\build\qtactiveqt\tools\testcon\testcon.pro -o Makefile ) && > mingw32-make -f Makefile > g++ -Wl,-s -Wl,-subsystem,windows -o release\tst_headersclean.exe > .obj/release_shared/tst_headersclean.o -lglu32 -lopengl32 -lgdi32 -luser32 > - > lmingw32 -lqtmainTestInfix -LC:\mingw\mingw\lib -Lc:\openssl\lib -Lc: > \utils\icu4c\icu\lib -LC:/work/build/qtbase/lib -lQt5SvgTestInfix - > lQt5WidgetsTestInfix -lQt5GuiTestInfix -lQt5CoreTestInfix > C:/work/build/qtbase/lib/libqtmainTestInfix.a(qtmain_win.o):qtmain_win.cp > p: > (.text+0x175): undefined reference to `qMain(int, char**)' > collect2.exe: error: ld returned 1 exit status > Makefile.Release:77: recipe for target 'release\tst_headersclean.exe' failed > mingw32-make[6]: *** [release\tst_headersclean.exe] Error 1 > mingw32-make[6]: Leaving directory > 'C:/work/build/qtsvg/tests/auto/headersclean' > Makefile:34: recipe for target 'release' failed > mingw32-make[5]: *** [release] Error 2 >
https://codereview.qt-project.org/#change,43478 fixes the MinGW issue for me. Regards Kai _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
