[Development] Help! configure won't configure on Windows
Thiago Macieira
thiago.macieira at intel.com
Fri Sep 16 03:16:08 CEST 2016
$ ls
configure.cache
$ cat configure.cache
-opensource
-developer-build
-nomake
tests
-nomake
examples
-confirm-license
-I
c:/OpenSSL-Win32/include/
-L
c:/OpenSSL-Win32/lib
-I
c:/qt/3rdparty/icu/include/
-L
c:/Qt/3rdparty/icu/lib64
-openssl
-icu
-opengl
desktop
-make-tool
jom
Then I configure:
$ cmd \ /c /c/Qt/qt5/qtbase/configure.bat -redo
Please wait while bootstrapping configure ...
<srcbase> = C:/Qt/qt5/qtbase
<outbase> = C:/Qt/qt5-msvc2015-x64/qtbase
[syncqt runs]
jom 1.1.0 - empower your cores
[configure.exe compiles]
mt.exe -nologo -manifest "configure.intermediate.manifest" -
outputresource:..\..\configure.exe;1
This is the Qt for Windows Open Source Edition.
You have already accepted the terms of the license.
Running syncqt...
<srcbase> = C:/Qt/qt5/qtbase
<outbase> = C:/Qt/qt5-msvc2015-x64/qtbase
Creating qmake...
jom 1.1.0 - empower your cores
[qmake.exe compiles]
copy qmake.exe ..\bin\qmake.exe
1 file(s) copied.
Info: creating cache file C:\Qt\qt5-msvc2015-x64\qtbase\.qmake.cache
$
Then I'm back at the prompt. There was no configuration. There is no mkspecs/
qconfig.pri and no mkspecs/qmodule.pri. Trying to compile produces error. I
can't figure out *what* should be running the configure tests, where they are
called from, much less why nothing is happening.
$ jom
jom 1.1.0 - empower your cores
cd src\ && ( if not exist Makefile C:\Qt\qt5-msvc2015-x64\qtbase\bin
\qmake -o Makefile C:\Qt\qt5\qtbase\src\src.pro -- -opensource -developer-build
-nomake tests -nomake examples -confirm-license -I c:/OpenSSL-Win32/include/ -L
c:/OpenSSL-Win32/lib -I c:/qt/3rdparty/icu/include/ -L c:/Qt/3rdparty/icu/
lib64 -openssl -icu -opengl desktop -make-tool jom ) && C:\Qt\jom\bin\jom.exe
-f Makefile
Project ERROR: Could not find feature system-zlib.
jom: C:\Qt\qt5-msvc2015-x64\qtbase\Makefile [sub-src-make_first] Error 3
cd qmake\ && ( if not exist Makefile.qmake-aux C:\Qt\qt5-msvc2015-
x64\qtbase\bin\qmake -o Makefile.qmake-aux C:\Qt\qt5\qtbase\qmake\qmake-aux.pro
-- -opensource -developer-build -nomake tests -nomake examples -confirm-license
-I c:/OpenSSL-Win32/include/ -L c:/OpenSSL-Win32/lib -I c:/qt/3rdparty/icu/
include/ -L c:/Qt/3rdparty/icu/lib64 -openssl -icu -opengl desktop -make-tool
jom ) && C:\Qt\jom\bin\jom.exe -f Makefile.qmake-aux
C:\Qt\jom\bin\jom.exe -f Makefile.qmake-aux.Release
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list