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

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Cristian Adam via Development
The other way of fixing this is by using ... macros. The article at c++ - Importing inline functions in MinGW - Stack Overflow mentions using inline in the class declaration. Their example works fine with both GC

Re: [Development] On the use of the inline keyword

2023-08-23 Thread Cristian Adam via Development
Hi, The issue here is that MinGW GCC is issuing a warning and that we compile with -Werror to treat warnings as errors. c++ - Importing inline functions in MinGW - Stack Overflow has a similar case. LLVM-MinGW u

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

2023-08-21 Thread Cristian Adam via Development
Hi, For some reason you don't get the minimal plugin built: qt.qpa.plugin: Could not find the Qt platform plugin "minimal" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are

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

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

2023-08-19 Thread Cristian Adam via Development
Hi, I never tried the "Ninja Multi-Config" generator with LLVM, no idea if that's even supported. I only use the "Ninja" generator, with a Release configuration, and a --prefix​ for the installation. My previous MinGW installation has: C:\Projects\llvm-project\install-mingw\lib\cmake $ tree /f

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

2023-08-18 Thread Cristian Adam via Development
Hi, Right, you've hit now [QTBUG-108391] Prebuilt clang packages provided by Qt contains hardcoded library path - Qt Bug Tracker I have a workaround there. As it turns out we haven't managed to make a new Qt LLVM release with the change suggested

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

2023-08-17 Thread Cristian Adam via Development
On 17-Aug-23 17:08, Haowei Hsu wrote: Hello, Alexandru. I have already installed LLVM on my Windows computer using the LLVM-xxx-win64.exe installer downloaded from LLVM's GitHub. From the installation results, it does indeed

Re: [Development] Nominating Artem Sokolovskii

2023-08-08 Thread Cristian Adam via Development
On 08-Aug-23 15:25, Marcus Tillmanns via Development wrote: Hello all, I would like to nominate Artem Sokolovskii for approver rights in the Qt project. Artem is a member of the Qt Creator Team and has been working on Code formatting and is now creating a DAP integration for the Creator. Y

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-21 Thread Cristian Adam via Development
On 07/21/2023 14:46, Martin Storsjö wrote: On Fri, 21 Jul 2023, Cristian Adam wrote: Right, lldb was using the DWARF debugging information 🙁 I've attached 3 screenshots of Qt Creator using lldb: 1. Unstripped MaxiDump.exe showed the bad source line and the correct stacktrace (due to DWARF

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-21 Thread Cristian Adam via Development
On 07/21/2023 14:26, Cristian Adam via Development wrote: On 07/21/2023 11:04, Martin Storsjö wrote: - With LLDB: As LLDB supports both DWARF and PDB, it will prefer DWARF if such debug info was found. As other toolchain files that are linked in happen to have some DWARF in them, the executable

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-20 Thread Cristian Adam via Development
On 07/20/2023 15:48, Cristian Adam via Development wrote: At How to open Windows crash dumps? | Qt Forum<https://forum.qt.io/topic/146109/how-to-open-windows-crash-dumps> this is one case of using Windows minidump files with MinGW, which is not supported. With the LLVM MinGW and t

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-20 Thread Cristian Adam via Development
On 07/19/2023 18:14, Thiago Macieira wrote: On Wednesday, 19 July 2023 08:46:27 PDT Cristian Adam via Development wrote: Hi, we are thinking of migrating from GCC MinGW to LLVM MinGW. The ticket in question is [QTBUG-107516] Migrate from GCC MinGW to LLVM-MinGW - Qt Bug Tracker<ht

Re: [Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-20 Thread Cristian Adam via Development
On 07/20/2023 14:47, Thiago Macieira wrote: > On Thursday, 20 July 2023 01:50:50 PDT Hasselmann Mathias via Development > wrote: >> MSYS2 has a configuration matrix on their website: >> https://www.msys2.org/docs/environments/ > Thanks, that's very informative. > > To Cristian: is the proposal to a

[Development] [RFCs] Migrate from GCC MinGW to LLVM MinGW

2023-07-19 Thread Cristian Adam via Development
Hi, we are thinking of migrating from GCC MinGW to LLVM MinGW. The ticket in question is [QTBUG-107516] Migrate from GCC MinGW to LLVM-MinGW - Qt Bug Tracker For a while now we have a CI configuration testing with LLVM MinGW. The benefits of the L

Re: [Development] CMake UNITY_BUILD ( QTBUG-109394 )

2023-01-31 Thread Cristian Adam via Development
On 01/16/2023 13:49, Friedemann Kleint via Development wrote: Hi, It is basically what webengine has been using for a long time: Source files are concatenated to jumbo files which are then compiled. Back in August 2019 Chromium announced the removal of the jumbo build

Re: [Development] [Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread Cristian Adam via Development
Hi, See qt-creator/plugin-telemetry.git - A plugin that collects usage data from Qt Creator users. This data is used to improve the Qt user experience and is one information source for product decisions. Cheers, Cristian

Re: [Development] Nominating Marcus Tillmanns as Approver

2022-11-22 Thread Cristian Adam via Development
+1 Cheers, Cristian. Disclaimer: I work with Marcus in the same team. From: Development on behalf of A. Pönitz Sent: Tuesday, November 22, 2022 22:27 To: development@qt-project.org Subject: [Development] Nominating Marcus Tillmanns as Approver I'd like to