Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Haowei Hsu
Hello, Thiago. The following attachment, *log-git-ls-tree.txt*, is the log that I run *`git ls-tree @`* command. Can you discern any clues from this? BTW, The remote URL I used to git clone qt5 is from GitHub: - https://github.com/qt/qt5.git And it seems that the default remote URL that `i

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Thiago Macieira
On Sunday, 20 August 2023 20:45:58 PDT Haowei Hsu wrote: > Hello, Thiago. > > Strange to say, when checking out to the submodules and run *`git status`*, > they all say that the *working tree is clean*. The issue is not that they are dirty, but that those submodules are in the wrong commit. To

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Haowei Hsu
Hello, Thiago. Strange to say, when checking out to the submodules and run *`git status`*, they all say that the *working tree is clean*. *C:\Users\hwhsu1231>chdir /d D:\Repo\tmp\qtD:\Repo\tmp\qt>git statusOn branch 6.2.4Your branch is up to date with 'origin/6.2.4'.Chan

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-20 Thread Thiago Macieira
On Sunday, 20 August 2023 12:25:25 PDT Haowei Hsu wrote: > Hello, Thiago. > > Could you please stop screenshotting text? > > Your images have text that is way too small and I can't copy & paste from it > > to search for the string in the sources to find out what may be happening. > > If the scre

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Thiago Macieira
On Sunday, 20 August 2023 12:18:24 PDT Haowei Hsu wrote: > If the screenshots are too small for you to see, you can click/download > the attachment I uploaded: > >- *log-init-repository-not-able-to-clean-up.txt* >- *log-my-approach-to-clean-up.txt* > > Because those screenshots are taken

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-20 Thread Haowei Hsu
Hello, Thiago. Could you please stop screenshotting text? Your images have text that is way too small and I can't copy & paste from it > to search for the string in the sources to find out what may be happening. If the screenshots are too small for you to see, you can click/download the attachm

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Haowei Hsu
Hello, Thiago. Thanks for your reply. If the screenshots are too small for you to see, you can click/download the attachment I uploaded: - *log-init-repository-not-able-to-clean-up.txt* - *log-my-approach-to-clean-up.txt* Because those screenshots are taken from them. --- Haowei Hsu Thia

Re: [Development] How to use `init-repository` properly to clean up the working tree after checking out?

2023-08-20 Thread Thiago Macieira
On Sunday, 20 August 2023 10:41:37 PDT Haowei Hsu wrote: > However, I found that even after I run *`perl init-repository -f`* and then > running *`git status`* > again, the working tree is still not clean. Use "git submodule update --recursive" instead > Currently, whenever I check out to another

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-20 Thread Thiago Macieira
On Sunday, 20 August 2023 07:25:57 PDT Haowei Hsu wrote: > However, new errors showed up: > > [image: image.png] Could you please stop screenshotting text? Your images have text that is way too small and I can't copy & paste from it to search for the string in the sources to find out what may b

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-20 Thread Cristian Adam via Development
Hi, I mean just use the link that I've provided. "niXman" MinGW builds are the ones that we always used to build Qt. choco uses packages are were not tested by any us and might not work. The link you provided with the 11.2.0 version used a MinGW from winlibs.com. I know