Does Qt6 require C++17?

2024-06-24 Thread Jean-Marc Lasgouttes
I see that Qt6.4 build fails when I enforce C++11. Is there an announcement somewhere that this is the requirement? https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qcompilerdetection.h#n1254 JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listi

Re: Does Qt6 require C++17?

2024-06-24 Thread Jürgen Spitzmüller
Am Montag, dem 24.06.2024 um 16:56 +0200 schrieb Jean-Marc Lasgouttes: > I see that Qt6.4 build fails when I enforce C++11. Is there an > announcement somewhere that this is the requirement? Sort of: https://www.qt.io/blog/qt6-development-hosts-and-targets -- Jürgen -- lyx-devel mailing list l

Re: Does Qt6 require C++17?

2024-06-24 Thread Jürgen Spitzmüller
Am Montag, dem 24.06.2024 um 17:17 +0200 schrieb Jürgen Spitzmüller: > Am Montag, dem 24.06.2024 um 16:56 +0200 schrieb Jean-Marc > Lasgouttes: > > I see that Qt6.4 build fails when I enforce C++11. Is there an > > announcement somewhere that this is the requirement? > > Sort of: > https://www.qt

Re: Does Qt6 require C++17?

2024-06-24 Thread Jean-Marc Lasgouttes
Le 24/06/2024 à 17:24, Jürgen Spitzmüller a écrit : It's actually also mentioned in the Qt6 release announcement: https://www.qt.io/blog/qt-6.0-released "With Qt 6 we now require a C++17 compatible compiler enabling the use more modern C++ language constructs when developing Qt and also allows f

Re: [LyX/2.4.1-devel] Fix bug #13028.

2024-06-24 Thread Richard Kimberly Heck
On 6/23/24 4:49 PM, Pavel Sanda wrote: On Sat, Jun 15, 2024 at 01:32:59PM -0400, Richard Kimberly Heck wrote: On 6/14/24 16:53, Pavel Sanda wrote: 2) I think we are only half-way done with deafult of pasting. Ctrl+V is not joining lines anymore (appreciated!) but middle-button pasting sti

Re: Does Qt6 require C++17?

2024-06-24 Thread José Matos
On Mon, 2024-06-24 at 16:56 +0200, Jean-Marc Lasgouttes wrote: > I see that Qt6.4 build fails when I enforce C++11. Is there an > announcement somewhere that this is the requirement? > > https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qcompilerdetection.h#n1254 > > JMarc I am not

Re: 2.4.1

2024-06-24 Thread Jean-Marc Lasgouttes
Le 09/06/2024 à 19:18, Richard Kimberly Heck a écrit : We do not seem to have had any panicked reports of crashes. Yea! So I propose to merge 2.4.1-devel into 2.4.x and plan to release 2.4.1 at the end of the month. We have quite a few fixes already in the pipeline. OK? Otherwise, I'm going to

Re: Does Qt6 require C++17?

2024-06-24 Thread Jean-Marc Lasgouttes
Le 24/06/2024 à 18:17, José Matos a écrit : I am not sure about the announcement but the wiki is clear: https://wiki.qt.io/Building_Qt_6_from_Git "System Requirements: ... C++ compiler supporting C++ 17 " OK, so now you have proved that I can barely read, are you proud of what you have done?

Re: 2.4.1

2024-06-24 Thread Richard Kimberly Heck
On 6/24/24 1:20 PM, Jean-Marc Lasgouttes wrote: Le 09/06/2024 à 19:18, Richard Kimberly Heck a écrit : We do not seem to have had any panicked reports of crashes. Yea! So I propose to merge 2.4.1-devel into 2.4.x and plan to release 2.4.1 at the end of the month. We have quite a few fixes alrea