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.
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
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
--
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
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
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:
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