environment.cpp:184:50: error: 'KEY_WOW64_32KEY' was not declared in this scope KEY_WOW64_32KEY).toLower();
-
hello all,
I am trying to configureand build the qt 5.7 on host Windows. when I ran the configure.bat from the Qt5.7 source I got the following error.environment.cpp:184:50: error: 'KEY_WOW64_32KEY' was not declared in this scope KEY_WOW64_32KEY).toLower();
environment.cpp: In static member function 'static QString Environment::execute(const QString&, int*)':
environment.cpp:429:60: error: '_popen' was not declared in this scopeFILE *proc = _popen(command.toLatin1().constData(), "r");
environment.cpp:439:29: error: '_pclose' was not declared in this scope int r = _pclose(proc);
<builtin>: recipe for target 'environment.o' failed
mingw32-make: *** [environment.o] Error 1
Press any key to continue . . .I have only the qt5.7 source Package with out Qt creator. Please help me ot how to resolve this errors.
-
hello all,
I am trying to configureand build the qt 5.7 on host Windows. when I ran the configure.bat from the Qt5.7 source I got the following error.environment.cpp:184:50: error: 'KEY_WOW64_32KEY' was not declared in this scope KEY_WOW64_32KEY).toLower();
environment.cpp: In static member function 'static QString Environment::execute(const QString&, int*)':
environment.cpp:429:60: error: '_popen' was not declared in this scopeFILE *proc = _popen(command.toLatin1().constData(), "r");
environment.cpp:439:29: error: '_pclose' was not declared in this scope int r = _pclose(proc);
<builtin>: recipe for target 'environment.o' failed
mingw32-make: *** [environment.o] Error 1
Press any key to continue . . .I have only the qt5.7 source Package with out Qt creator. Please help me ot how to resolve this errors.
-
Did you install mingw yourself or are you using the version that comes with Qt ?
-
same issue with qt5.8, tried Mingw32 that come with installer and from official website. same results.