Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-08 Thread Jean-Marc Lasgouttes
Le 07/04/2024 à 21:09, Richard Kimberly Heck a écrit : Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is needed for compilation with MSVC 2019. OK. Done, thanks. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-07 Thread Richard Kimberly Heck
On 4/7/24 14:48, Jean-Marc Lasgouttes wrote: Le 05/04/2024 à 18:09, Yu Jin a écrit :     Is it better when replacing uint with unsigned int? Yeah, it is. This is now in master. Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is neede

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-07 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 18:09, Yu Jin a écrit : Is it better when replacing uint with unsigned int? Yeah, it is. This is now in master. Riki, can I backport this trivial fix (c7f53afd), along with the more complicated 51562ff3 to 2.4.x? This is needed for compilation with MSVC 2019. JMarc --

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Fr., 5. Apr. 2024 um 18:05 Uhr schrieb Jean-Marc Lasgouttes: > Le 05/04/2024 à 17:55, Yu Jin a écrit : > > Yeah I get this error now in Text.cpp > > > > Build started at 17:53... > > 1>-- Build started: Project: LyX (applications\LyX\LyX), > > Configuration: Debug x64 -- > > 1>Text.cpp

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Jean-Marc Lasgouttes
Le 05/04/2024 à 17:55, Yu Jin a écrit : Yeah I get this error now in Text.cpp Build started at 17:53... 1>-- Build started: Project: LyX (applications\LyX\LyX), Configuration: Debug x64 -- 1>Text.cpp 1>C:\lyx\master\src\Text.cpp(5961,19): error C2065: 'uint': undeclared identifier I

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-05 Thread Yu Jin
Am Do., 4. Apr. 2024 um 17:51 Uhr schrieb Jean-Marc Lasgouttes: > Le 03/04/2024 à 17:03, Yu Jin a écrit : > > I am not able to compile LyX with the newest Qt (6.7.0), I get these > > error when compiling factory.cpp: > > 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error > > C2248:

Re: c2248 compile error with qcompare and Qt 6.7.0

2024-04-04 Thread Jean-Marc Lasgouttes
Le 03/04/2024 à 17:03, Yu Jin a écrit : I am not able to compile LyX with the newest Qt (6.7.0), I get these error when compiling factory.cpp: 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error C2248: 'Qt::partial_ordering::partial_ordering': cannot access private member declare

c2248 compile error with qcompare and Qt 6.7.0

2024-04-03 Thread Yu Jin
I am not able to compile LyX with the newest Qt (6.7.0), I get these error when compiling factory.cpp: 1>C:\Qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h(228,30): error C2248: 'Qt::partial_ordering::partial_ordering': cannot access private member declared in class 'Qt::partial_ordering' 1>Note: in