[Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

Thiago Macieira thiago.macieira at intel.com
Thu Oct 12 16:57:09 CEST 2023


On Thursday, 24 August 2023 23:49:26 PDT Haowei Hsu wrote:
> Hello, Qt Development Team.
> 
> I tried to run configure.bat on *6.2.4* branch of qt/qt5
> <https://github.com/qt/qt5> repository.
> The following commands are what I run:
> 
>    1. *export LC_ALL=en_US.UTF8*
>    2. *cd /d/Repo/tmp/qt-6.2.4*
>    3. *git status*
>    4. *mkdir build && cd build*
>    5. *mkdir mingw-release && cd mingw-release*
>    6. *../../configure -release -developer-build -nomake examples -nomake
>    tests*

Do note here you didn't run "configure.bat" as your email subject said. You ran 
the configure shell script. I don't know if that makes a difference, as I 
haven't run either for 3 years.

If you want to run configure.bat, you must type:

 cmd \ /c ../../configure -release [...]

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5165 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20231012/e6e731d0/attachment-0001.bin>


More information about the Development mailing list