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

2023-10-14 Thread مهدي شينون
على ٣٠/٠٣/٤٥ ‫٠٧:١٩ ص، كتب Haowei Hsu: Hello, mehdi. After running *'pacman -R gcc msys2-runtime-devel'*, I then built it again. This time, the previous error disappeared. However, there is a new error. --- Haowei Hsu It seems that you are using an outdated MSYS2 Please update your packages a

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

2023-10-14 Thread Haowei Hsu
Hello, mehdi. After running *'pacman -R gcc msys2-runtime-devel'*, I then built it again. This time, the previous error disappeared. However, there is a new error. --- Haowei Hsu hwhsu1231@vb-windows MINGW64 /c/Test/qt-everywhere-src-6.6.0/build/mingw-release $ pacman -R msys2-runtime-devel check

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

2023-10-14 Thread مهدي شينون
على ٣٠/٠٣/٤٥ ‫٠٦:٢١ ص، كتب مهدي شينون: Hi, Please, remove 'msys2-runtime-devel' package ('pacman _rusc msys2-runtime-devel' and try again. cmake is picking libraries from MSYS environment. see: https://www.msys2.org/docs/environments/ M. Chinoune I mean 'pacman -Rusc msys2-runtime-devel'

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

2023-10-14 Thread مهدي شينون
على ٣٠/٠٣/٤٥ ‫٠٤:٠٧ ص، كتب Haowei Hsu: Hello, Qt Development Team. Here are my installed mingw64-specific packages in the MINGW64 shell. Run the command: * *pacman -Qs mingw-w64-x86_64* See the /LOG-my-mingw64-installed-packages.txt/ Any idea what happened? --- Haowei Hsu Hi, Please, rem

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

2023-10-14 Thread Haowei Hsu
Hello, Qt Development Team. Here are my installed mingw64-specific packages in the MINGW64 shell. Run the command: - *pacman -Qs mingw-w64-x86_64* See the *LOG-my-mingw64-installed-packages.txt* Any idea what happened? --- Haowei Hsu hwhsu1231@vb-windows MINGW64 ~ $ pacman -Qs mingw-w64-x86_6

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

2023-10-14 Thread Haowei Hsu
Hello, Thiago. That said, it's a good idea to install the mingw64-postgresql package > instead > and not depend on C:/Program Files. > I installed mingw-w64-x86_64-postgresql and tried it again, but it still failed to build 6.6.0.

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

2023-10-14 Thread مهدي شينون
على ٢٩/٠٣/٤٥ ‫٠٨:٣٧ م، كتب مهدي شينون: libwinpthread.dll.a belongs to mingw-w64-libwinpthread-git package while librt.a belongs to msys-runtime-devel package (cygwin) which should be installed when building for MinGW-w64. I mean msys-runtime-devel shouldn't be installed. -- Development mai

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

2023-10-14 Thread مهدي شينون
على ٢٩/٠٣/٤٥ ‫٠٨:٤٠ م، كتب Thiago Macieira: On Saturday, 14 October 2023 08:59:01 PDT مهدي شينون wrote: Hi Haowei Hsu, According the log posted by you, cmake is picking libraries outside of MINGW64 environment i.e. from MSYS environment and

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

2023-10-14 Thread Thiago Macieira
On Saturday, 14 October 2023 08:59:01 PDT مهدي شينون wrote: > Hi Haowei Hsu, > > > According the log posted by you, cmake is picking libraries outside of > MINGW64 environment i.e. from MSYS environment and `C:\Program Files\` > which are both not compatible with MinGW-w64. Why wouldn't they be?

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

2023-10-14 Thread مهدي شينون
على ٢٩/٠٣/٤٥ ‫٠٨:٢٦ م، كتب Thiago Macieira: Anyway, the problem here is not Qt, but the environment, somehow. The symbol "sem_wait" is defined in two libraries: libpthread.dll.a(libwinpthread_1_dll_d000137.o):(.text+0x0): multiple definition of `sem_wait librt.a(t-msys_2_0_dll_d001304.o):(.text

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

2023-10-14 Thread Thiago Macieira
On Saturday, 14 October 2023 10:53:02 PDT Cristian Adam via Development wrote: > You are trying to compile Qt on a configuration that Qt is not officially > supporting, namely MSYS2. MSYS2's MINGW64 works just fine. I was building using it up until yesterday (now I'm using UCRT64). Anyway, the p

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

2023-10-14 Thread مهدي شينون
Hi, None of the patches is required to build qt6-base, It could build successfully without them. Some of them are about renaming to avoid conflict with qt5-base, one to fix building PyQt6 another for PySide6 ...etc على ٢٩/٠٣/٤٥ ‫٠٦:٥٣ م، كتب Cristian Adam via Development: Hi, You are t

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

2023-10-14 Thread مهدي شينون
Hi, None of the patches is required to build qt6-base, It could build successfully without them. Some of them are about renaming to avoid conflict with qt5-base, one to fix building PyQt6 another for PySide6 ...etc على ٢٩/٠٣/٤٥

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

2023-10-14 Thread Cristian Adam via Development
Hi, You are trying to compile Qt on a configuration that Qt is not officially supporting, namely MSYS2. At Supported Platforms | Qt 6.6 you can see that on Windows Qt supports building with the Visual C++ compiler and a MinGW toolchain. The Min

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

2023-10-14 Thread مهدي شينون
Hi Haowei Hsu, According the log posted by you, cmake is picking libraries outside of MINGW64 environment i.e. from MSYS environment and `C:\Program Files\` which are both not compatible with MinGW-w64. Q: Why don't you use the pre-built packages, do they miss something? M. Chinoune -- D

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

2023-10-14 Thread Haowei Hsu
Hello, Qt Development Team. This time, I tried with *6.6.0* version, qt-everywhere-src-6.6.0.tar.xz , but it still failed to build 'docs' target. 1. *mkdir build && cd build* 2. *mkdir mingw-release && cd mi