[Interest] mingw & Qt 5.2.0 problems (building for Android)
Thiago Macieira
thiago.macieira at intel.com
Tue Dec 17 07:27:50 CET 2013
On terça-feira, 17 de dezembro de 2013 09:01:07, Igor Mironchik wrote:
> ..\shared\qmakeglobals.cpp:324:85: error: '_popen' was not declared in
> this scope
>
> + QLatin1String("
> -query")).toLocal8Bit()
> , "r")) {
>
> ^
> ..\shared\qmakeglobals.cpp:328:23: error: '_pclose' was not declared in
> this scop
> e
> QT_PCLOSE(proc);
> ^
>
> How can I fix it? Thanks.
Change your MinGW. It's missing _popen or maybe it's declared without the
leading underscore that is usual on Windows.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131216/1d90b80c/attachment.sig>
More information about the Interest
mailing list