Hey, can you please try: ../../configure -release -developer-build -nomake 
examples -nomake tests -- -DFEATURE_system_zlib=OFF


________________________
Dennis Oberst
Software Engineer

The Qt Company GmbH
Erich-Thilo-Str. 10
12489 Berlin, Germany
dennis.obe...@qt.io
https://www.qt.io

Geschäftsführer: Mika Pälsi,
Juha Varelius, Jouni Lintunen
Sitz der Gesellschaft: Berlin,
Registergericht: Amtsgericht
Charlottenburg, HRB 144331 B

________________________________
From: Haowei Hsu <hwhsu1...@gmail.com>
Sent: Friday, August 25, 2023 9:55 AM
To: Dennis Oberst <dennis.obe...@qt.io>
Cc: Qt development mailing list <development@qt-project.org>
Subject: Re: [Development] Failed to run configure.bat in qt/qt5 on 
MINGW64/MSYS2 shell?

Hello, Dennis. About what you suggested:

Hey, it seems like you only have a static version of zlib on your system. You 
can either install a dynamic version of zlib or use the bundled zlib that if 
provided with Qt by using: "-zlib qt" as argument on the configure script.

It's not working. What do I miss?

hwhsu1231@vb-windows MINGW64 /d/Repo/tmp/qt-6.2.4/build/mingw-release
$ ../../configure -release -developer-build -nomake examples -nomake tests 
-zlib qt
+ mkdir -p qtbase
+ cd qtbase
+ exec /d/Repo/tmp/qt-6.2.4/qtbase/configure -top-level -release 
-developer-build -nomake examples -nomake tests -zlib qt
-- Windows 10 SDK version:
CMake Error at 
D:/Repo/tmp/qt-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:269 (message):
  Invalid value 'yes' supplied to command line option 'zlib'.
Call Stack (most recent call first):
  D:/Repo/tmp/qt-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:426 
(qtConfAddError)
  D:/Repo/tmp/qt-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:458:EVAL:1 
(qt_commandline_enum)
  D:/Repo/tmp/qt-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:458 
(cmake_language)
  D:/Repo/tmp/qt-6.2.4/qtbase/cmake/QtProcessConfigureArgs.cmake:656 
(qt_call_function)



hwhsu1231@vb-windows MINGW64 /d/Repo/tmp/qt-6.2.4/build/mingw-release
$

---
Haowei Hsu
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to