2.3.x does not compile on Windows
Kornel Benko
kornel at lyx.org
Wed Apr 17 07:22:34 UTC 2024
Am Tue, 16 Apr 2024 15:54:26 +0200
schrieb Yu Jin <technikmagma at gmail.com>:
> > Alternatively you can try setting CMAKE_CXX_STANDARD directly.
> > Like in CMakeLists.txt:646
> > -if(NOT MSVC)
> > +if (MSVC)
> > + set(CMAKE_CXX_STANDARD 11)
> > +else()
> >
> > Since I cannot test for MSVC, it is untested.
> >
> Does not seem to do anything, the standard set in Visual Studio is still "Default
> (C++14)" and still the same error occurs.
>
Sorry Eugene, I would try to check for diff of the used cxx parameters in lyx2.3 and
lyx2.5 compilation. Other than that, I am out of suggestions.
Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240417/f8dada0c/attachment.asc>
More information about the lyx-devel
mailing list