Re: [Development] QT 5.0 Configure fails

2013-01-07 Thread Sze Howe Koh
On 6 January 2013 13:51, Thiago Macieira thiago.macie...@intel.com wrote: On domingo, 6 de janeiro de 2013 09.53.05, Sze Howe Koh wrote: On 6 January 2013 09:40, Karl Ruetz karl.ru...@ruetzdogz.com wrote: I thought Mingw was not supported for Qt 5. Karl MinGW is a Tier 1 platform

Re: [Development] QT 5.0 Configure fails

2013-01-07 Thread Erik van Pienbroek
Sze Howe Koh schreef op zo 06-01-2013 om 09:53 [+0800]: It's just that last-minute issues prevented the inclusion of a MinGW-based precompiled library in the Qt 5.0.0 release. (IIRC, there was some difficulty in getting MinGW to compile Qt WebKit) FWIW, in the last couple of days I tried to

[Development] QT 5.0 Configure fails

2013-01-05 Thread Mumtaz Ahmad
Hi, I am trying to compile QT 5.0 using Mingw and it fails while it start building qmake.exe. Can anyone send me qmake.exe and moc.exe? Thanks Mumtaz Ahmad ___ Development mailing list Development@qt-project.org

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Thiago Macieira
On sábado, 5 de janeiro de 2013 23.25.32, Mumtaz Ahmad wrote: Hi, I am trying to compile QT 5.0 using Mingw and it fails while it start building qmake.exe. Can anyone send me qmake.exe and moc.exe? Why don't you tell us what the problem was so we can help you? -- Thiago Macieira -

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Mumtaz Ahmad
Thanks for your quick response. I am trying to build qt 5.0 on windows using mingw. When i run configure i get a following compilation error - g++ -x c++-header -c -fno-rtti

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Thiago Macieira
On domingo, 6 de janeiro de 2013 00.21.47, Mumtaz Ahmad wrote: corelib/tools/qlist.h:151: error: invalid operands of types `QListData::Data*' a nd `const QListData::Data QListData::*' to binary `operator!=' Looks like your compiler is broken. Try another. -- Thiago Macieira - thiago.macieira

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Karl Ruetz
I thought Mingw was not supported for Qt 5. Karl Sent from my Galaxy S®III Original message From: Thiago Macieira thiago.macie...@intel.com Date: To: development@qt-project.org Subject: Re: [Development] QT 5.0 Configure fails On domingo, 6 de janeiro de 2013 00.21.47

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Sze Howe Koh
On 6 January 2013 09:40, Karl Ruetz karl.ru...@ruetzdogz.com wrote: I thought Mingw was not supported for Qt 5. Karl MinGW is a Tier 1 platform (http://comments.gmane.org/gmane.comp.lib.qt.devel/7669), so it is indeed supported. See also

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Thiago Macieira
On domingo, 6 de janeiro de 2013 09.53.05, Sze Howe Koh wrote: On 6 January 2013 09:40, Karl Ruetz karl.ru...@ruetzdogz.com wrote: I thought Mingw was not supported for Qt 5. Karl MinGW is a Tier 1 platform (http://comments.gmane.org/gmane.comp.lib.qt.devel/7669) Wrong. At this point,