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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to