Re: Lyx 2.4.0 RC3 SVN Crash MAC OSX.

2024-04-19 Thread Pavel Sanda
Stephan, were you able to reproduce that crash at the end? Pavel On Tue, Feb 20, 2024 at 10:45:58AM +1100, Robert Betz wrote: > Stephan, > > I have attached a Lyx file and associated template and layout files. This is > a much smaller example. After experimenting, it seems to fail sometimes, an

Re: LyX 2.4.0 RC3

2024-04-19 Thread jspitzm
Am Freitag, dem 19.04.2024 um 17:11 +0200 schrieb jspi...@gmail.com: > I am currently traveling, so I cannot test. But does the attached > patch help and provide a sufficient clues? Take this. The first one didn't link. Jürgen diff --git a/src/LaTeXPackages.cpp b/src/LaTeXPackages.cpp index e708

Re: LyX 2.4.0 RC3

2024-04-19 Thread jspitzm
Am Freitag, dem 19.04.2024 um 13:22 +0200 schrieb Stephan Witt: > Now I got a clue how it happens. > > In LaTeXPackages::getAvailable() is a recursion implemented and in > our case it happens to be endless. > > The reconfigure fails at first and in getAvailable() it is retried > but fails again (

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Pavel Sanda
On Fri, Apr 19, 2024 at 12:52:06PM +0200, Jean-Marc Lasgouttes wrote: > Le 19/04/2024 ?? 11:12, Pavel Sanda a écrit : > >On Fri, Apr 19, 2024 at 11:03:55AM +0200, Kornel Benko wrote: > >>Looks like not so easy. The changes in are > >>development/cmake/modules/LyXMacros.cmake: easy managable > >

Re: LyX 2.4.0 RC3

2024-04-19 Thread Stephan Witt
Am 14.02.2024 um 12:13 schrieb Jürgen Spitzmüller : > > Am Montag, dem 12.02.2024 um 22:59 -0700 schrieb list_em...@icloud.com: >> I’m sorry to report continuing problems on macOS 12.7.2, Monterey >> with LyX 2.4.0 RC3. >> >> Hangs (pinwheel) on first launch with only Apple and LyX menu items, >>

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Jean-Marc Lasgouttes
Le 19/04/2024 à 11:12, Pavel Sanda a écrit : On Fri, Apr 19, 2024 at 11:03:55AM +0200, Kornel Benko wrote: Looks like not so easy. The changes in are development/cmake/modules/LyXMacros.cmake: easy managable development/cmake/modules/FindCXX11Compiler.cmake: looks not difficult

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Kornel Benko
Am Fri, 19 Apr 2024 11:12:41 +0200 schrieb Pavel Sanda : > On Fri, Apr 19, 2024 at 11:03:55AM +0200, Kornel Benko wrote: > > Looks like not so easy. The changes in are > > development/cmake/modules/LyXMacros.cmake: easy managable > > development/cmake/modules/FindCXX11Compiler.cmake: looks

Re: 2.3.x does not compile on Windows

2024-04-19 Thread Pavel Sanda
On Fri, Apr 19, 2024 at 11:03:55AM +0200, Kornel Benko wrote: > Looks like not so easy. The changes in are > development/cmake/modules/LyXMacros.cmake: easy managable > development/cmake/modules/FindCXX11Compiler.cmake: looks not difficult > CMakeLists.txt: Huge I thought the cha

Re: Dictionaries in Win installer

2024-04-19 Thread Pavel Sanda
On Fri, Apr 19, 2024 at 02:23:27AM +0200, Pavel Sanda wrote: > That kicks us somewhere in the region of 365*30*3*2=~66k installs per year... > Sure, especially the last two numbers are highly speculative, but you can > easily recalculate with your own constants ;) Complementary data points for li

Re: 2.3.x does not compile on Windows

2024-04-19 Thread 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 setting CMAKE_CXX_STANDARD directly. > > > > Like in CMakeLists.txt:646 > >