Re: 2.3.x does not compile on Windows

2024-05-01 Thread Jean-Marc Lasgouttes
Le 01/05/2024 à 20:55, Yu Jin a écrit : Am Mi., 1. Mai 2024 um 18:53 Uhr schrieb Jean-Marc Lasgouttes: Le 01/05/2024 à 17:50, Yu Jin a écrit : > You are right, simply adding > #include > to Format.cpp resolves the errors. Great! May I push it into the 2.3.x branch?

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Yu Jin
Am Mi., 1. Mai 2024 um 18:53 Uhr schrieb Jean-Marc Lasgouttes: > Le 01/05/2024 à 17:50, Yu Jin a écrit : > > You are right, simply adding > > #include > > to Format.cpp resolves the errors. > > Great! > May I push it into the 2.3.x branch? -- Eugene -- lyx-devel mailing list

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Jean-Marc Lasgouttes
Le 01/05/2024 à 17:50, Yu Jin a écrit : You are right, simply adding #include to Format.cpp resolves the errors. Great! JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Yu Jin
Am Mi., 1. Mai 2024 um 13:36 Uhr schrieb Jean-Marc Lasgouttes: > Le 01/05/2024 à 13:32, Jean-Marc Lasgouttes a écrit : > > Le 01/05/2024 à 11:54, Yu Jin a écrit : > >> 2.4 compiles with c++20 standard. The Problem with 2.3 are the > >> "unary_function"s, which seem to require c++11(?) and as far

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Jean-Marc Lasgouttes
Le 01/05/2024 à 13:32, Jean-Marc Lasgouttes a écrit : Le 01/05/2024 à 11:54, Yu Jin a écrit : 2.4 compiles with c++20 standard. The Problem with 2.3 are the "unary_function"s, which seem to require c++11(?) and as far as I can see the current Visual Studio just can not do that, c++14 is

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Jean-Marc Lasgouttes
Le 01/05/2024 à 11:54, Yu Jin a écrit : 2.4 compiles with c++20 standard. The Problem with 2.3 are the "unary_function"s, which seem to require c++11(?) and as far as I can see the current Visual Studio just can not do that, c++14 is minimum. Reading this:

Re: 2.3.x does not compile on Windows

2024-05-01 Thread Yu Jin
Am Fr., 19. Apr. 2024 um 11:00 Uhr schrieb Kornel Benko : > Am Thu, 18 Apr 2024 16:43:25 +0200 > schrieb Pavel Sanda: > > > 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: > > > > > > > > Alternatively you can try