[Interest] Can't compile Qt 5.0 RC with Mingw,
Koehne Kai
Kai.Koehne at digia.com
Tue Dec 11 11:01:37 CET 2012
--
Kai Koehne, Senior Software Engineer - Digia, Qt
Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius
Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
> -----Original Message-----
> From: interest-bounces+kai.koehne=digia.com at qt-project.org
> [mailto:interest-bounces+kai.koehne=digia.com at qt-project.org] On Behalf
> Of Koehne Kai
> Sent: Thursday, December 06, 2012 3:29 PM
> To: Bruno Souza Cabrral
> Cc: interest at qt-project.org
> Subject: Re: [Interest] Can't compile Qt 5.0 RC with Mingw,
>
>
> > -----Original Message-----
> > From: Bruno Souza Cabrral [mailto:bcabral at uw.edu]
> > Sent: Thursday, December 06, 2012 2:25 PM
> > To: Koehne Kai
> > Cc: interest at qt-project.org
> > Subject: RE: [Interest] Can't compile Qt 5.0 RC with Mingw,
> >
> > Thank you,
> > I got this error with both mingw-builds-32-4.7.2-posix-sjlj-rev2 and
> > mingw- builds-64-4.7.2-posix-sjlj-rev2.
> > Maybe they become stricter in this revision.
>
> Yes, that seems to be it (I'd still like to know though whether that was a
> conscious change)
>
> https://codereview.qt-project.org/#change,41968
>
> should fix it.
Argh, that broke it for older versions of MinGW :(
New fix is at :
https://codereview.qt-project.org/#change,42363
(The core problem btw seemed to be once again that MinGW-w64 assumes you only want to use standard compliant functions when compiling with -std-c++11: A lot of common, but non-standardized methods just are not defined any more. This is nice in theory, but really kills you when trying to write code that should compile with MSVC, Unix headers and MinGW ....)
More information about the Interest
mailing list