-- 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: [email protected] > [mailto:[email protected]] On Behalf > Of Koehne Kai > Sent: Thursday, December 06, 2012 3:29 PM > To: Bruno Souza Cabrral > Cc: [email protected] > Subject: Re: [Interest] Can't compile Qt 5.0 RC with Mingw, > > > > -----Original Message----- > > From: Bruno Souza Cabrral [mailto:[email protected]] > > Sent: Thursday, December 06, 2012 2:25 PM > > To: Koehne Kai > > Cc: [email protected] > > 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 ....) _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
