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

2023-10-15 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 ar

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 مهدي شينون
على ٣٠/٠٣/٤٥ ‫٠٦:٢١ ص، كتب مهدي شينون: 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

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 مهدي شينون
على ٢٩/٠٣/٤٥ ‫٠٨:٣٧ م، كتب مهدي شينون: 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. -- Develo

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: 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 مهدي شينون
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 على ٢٩/٠٣/٤٥

[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