> On terça-feira, 17 de dezembro de 2013 09:50:19, Igor Mironchik wrote: >> The problem is that that in stdio.h _popen() and _pclose() defined under >> the #ifndef __STRICT_ANSI__. >> >> And -std=c++0x option defines __STRICT_ANSI__. >> >> And I just yesterday installed mingw with online installer... > Must be a recent change in MinGW. Current versions we're testing with build > just fine. > > Two .pro files have a fix for that: > > src/corelib/corelib.pro:win32-g++*:QMAKE_CXXFLAGS_CXX11 = -std=gnu++0x > src/tools/bootstrap/bootstrap.pro:win32-g++*:QMAKE_CXXFLAGS_CXX11 = - > std=gnu++0x
Such a chages I've made in lupdate and lrelease pro files. And all is ok for now. Compilation continues. -- Best Regards, Igor Mironchik. _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
