2.3.x does not compile on Windows
Pavel Sanda
sanda at lyx.org
Thu Apr 18 14:43:25 UTC 2024
On Wed, Apr 17, 2024 at 09:22:34AM +0200, Kornel Benko wrote:
> 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.
If we run out of ideas how to compile 2.3 with the current win compilers,
how hard or complex patches would be backporting compilation fixes present
in 2.4?
Pavel
More information about the lyx-devel
mailing list