> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Bruno Cabral > Sent: Wednesday, December 12, 2012 8:08 AM > To: [email protected] > Subject: [Interest] WebKitWidgets fails to build on Mingw on Qt 5.0 RC 2 > > Hello, > > I'm building Qt5.0 RC 2 (From Git, RC1 fails too). > > And I can't the WebKitWidgets fails to build [1] > > > > My command line used : > > configure -debug-and-release -opensource -confirm-license -platform > win32-g++ -c++11 -icu -opengl desktop -openssl -qt-style-windowsxp -qt- > style-windowsvista -nomake tests -nomake examples > > > > Should I expect it to compile in Mingw ??
This is unfortunately a known issue: https://bugs.webkit.org/show_bug.cgi?id=104436 I don't know whether we'll manage to fix this for the 5.0 release ... If you don't need qtwebkit, just remove qtwebkit, qtwebkit-examples-and-demos directories before running configure. > Qt already have an word on what Mingw version it will support ? We're trying to support any recent one (gcc 4.7), but the toolchain of choice is mingw-builds: See http://qt-project.org/wiki/MinGW-64-bit . Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
