Re: LyX 2.3.7 Released

2023-01-26 Thread Rich Shepard
On Tue, 10 Jan 2023, Pavel Sanda wrote: (and if you download 2.3.6 tarball the build script still work on your system, right?) I just rebuilt lyx-2.3.6.1 with the default lyx.SlackBuild script. It completed with no errors. During compilation I saw it enter ../src/frontends/qt4/ without speci

Re: LyX 2.3.7 Released

2023-01-10 Thread Pavel Sanda
On Tue, Jan 10, 2023 at 07:30:50AM -0800, Rich Shepard wrote: > So, it's most likely that the lyx upgrade used qt5-5.12.8. Ok, can you post the exact parameters given to configure in your script? Pavel -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-us

Re: LyX 2.3.7 Released

2023-01-10 Thread Pavel Sanda
On Tue, Jan 10, 2023 at 07:31:37AM -0800, Rich Shepard wrote: > On Tue, 10 Jan 2023, Pavel Sanda wrote: > > >(and if you download 2.3.6 tarball the build script still work on your > >system, right?) > > Yes. That's what I did last October. No, I mean now. We did not changed that much so it woul

Re: LyX 2.3.7 Released

2023-01-10 Thread Rich Shepard
On Tue, 10 Jan 2023, Pavel Sanda wrote: (and if you download 2.3.6 tarball the build script still work on your system, right?) Yes. That's what I did last October. Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: LyX 2.3.7 Released

2023-01-10 Thread Rich Shepard
On Tue, 10 Jan 2023, Pavel Sanda wrote: Ok. Do you know what Qt version was used on your system for previous 2.3.6? Pavel, qt-4.8.7-x86_64-4 (installed Jan 17 2021) qt5-5.12.8-x86_64-1_SBo (installed Oct 2 2021) and lyx-2.3.6.1-x86_64-1_SBo (installed Oct 31 2022) So, it's most likely tha

Re: LyX 2.3.7 Released

2023-01-10 Thread Pavel Sanda
On Tue, Jan 10, 2023 at 03:40:34PM +0100, Pavel Sanda wrote: > On Tue, Jan 10, 2023 at 05:39:42AM -0800, Rich Shepard wrote: > > On Tue, 10 Jan 2023, Pavel Sanda wrote: > > > > >Are you always starting with clean compilation tree? > > > > Pavel, > > > > Yes, and I don't use any Apple products. >

Re: LyX 2.3.7 Released

2023-01-10 Thread Pavel Sanda
On Tue, Jan 10, 2023 at 05:39:42AM -0800, Rich Shepard wrote: > On Tue, 10 Jan 2023, Pavel Sanda wrote: > > >Are you always starting with clean compilation tree? > > Pavel, > > Yes, and I don't use any Apple products. Ok. Do you know what Qt version was used on your system for previous 2.3.6?

Re: LyX 2.3.7 Released

2023-01-10 Thread Rich Shepard
On Tue, 10 Jan 2023, Pavel Sanda wrote: Are you always starting with clean compilation tree? Pavel, Yes, and I don't use any Apple products. Regards, Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: LyX 2.3.7 Released

2023-01-10 Thread Pavel Sanda
On Mon, Jan 09, 2023 at 12:27:04PM -0800, Rich Shepard wrote: > On Mon, 9 Jan 2023, Jürgen Spitzmüller wrote: > > >Try with the configure option > >--enable-qt4 > > Jürgen, > > Changing the configure variable from qt5 to qt4 makes no difference. The > same error(s) stop the build: Are you alway

Re: LyX 2.3.7 Released

2023-01-09 Thread Rich Shepard
On Mon, 9 Jan 2023, Richard Kimberly Heck wrote: For some reason, your system is getting confused about what binaries to use here for the compilation. This error happens when you attempt to include a MOC file generated with one Qt version but you are compiling against a different Qt version. The

Re: LyX 2.3.7 Released

2023-01-09 Thread Richard Kimberly Heck
On 1/9/23 15:27, Rich Shepard wrote: On Mon, 9 Jan 2023, Jürgen Spitzmüller wrote: Try with the configure option --enable-qt4 Jürgen, Changing the configure variable from qt5 to qt4 makes no difference. The same error(s) stop the build: For some reason, your system is getting confused abou

Re: LyX 2.3.7 Released

2023-01-09 Thread Rich Shepard
On Mon, 9 Jan 2023, Jürgen Spitzmüller wrote: Try with the configure option --enable-qt4 Jürgen, Changing the configure variable from qt5 to qt4 makes no difference. The same error(s) stop the build: GEN moc_SystemcallPrivate.cpp make all-am make[5]: Entering directory '/tmp/SBo/lyx-

Re: LyX 2.3.7 Released

2023-01-08 Thread Jürgen Spitzmüller
Am Sonntag, dem 08.01.2023 um 08:32 -0800 schrieb Rich Shepard: >    GEN  moc_SystemcallPrivate.cpp > make  all-am > make[5]: Entering directory '/opt/slackbuilds/Office/lyx/lyx- > 2.3.7/src/support' >    CXX  FileMonitor.o > In file included from FileMonitor.cpp:262:0: > moc_FileMonitor.cp

Re: LyX 2.3.7 Released

2023-01-08 Thread Rich Shepard
On Sat, 7 Jan 2023, Richard Kimberly Heck wrote: I'd try to do the steps manually, without a script, and see if that helps. Riki, Same result: GEN moc_SystemcallPrivate.cpp make all-am make[5]: Entering directory '/opt/slackbuilds/Office/lyx/lyx-2.3.7/src/support' CXX FileMoni

Re: LyX 2.3.7 Released

2023-01-07 Thread Rich Shepard
On Sat, 7 Jan 2023, Richard Kimberly Heck wrote: Can you just change the tarball name to lyx-2.3.7.tar.xz? Riki, Did this before writing. Made no difference. Regards, Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: LyX 2.3.7 Released

2023-01-07 Thread Richard Kimberly Heck
On 1/7/23 13:17, Rich Shepard wrote: On Sat, 7 Jan 2023, Richard Kimberly Heck wrote: We are proud to announce the release of LyX 2.3.7. This is the seventh maintenance release in the 2.3.x series. We encourage all users to upgrade to this version. You can download LyX 2.3.7 from https://www

Re: LyX 2.3.7 Released

2023-01-07 Thread Rich Shepard
On Sat, 7 Jan 2023, Richard Kimberly Heck wrote: We are proud to announce the release of LyX 2.3.7. This is the seventh maintenance release in the 2.3.x series. We encourage all users to upgrade to this version. You can download LyX 2.3.7 from https://www.lyx.org/Download/. Richard, et al.:

Re: LyX 2.3.7 Released

2023-01-07 Thread Mike Reeks via lyx-users
Thanks Richard  Sent from Yahoo Mail for iPhone On Saturday, January 7, 2023, 5:38 pm, Richard Kimberly Heck wrote: Public release of LyX version 2.3.7 === We are proud to announce the release of LyX 2.3.7. This is the seventh maintenance release in the 2.3.x

LyX 2.3.7 Released

2023-01-07 Thread Richard Kimberly Heck
Public release of LyX version 2.3.7 === We are proud to announce the release of LyX 2.3.7. This is the seventh maintenance release in the 2.3.x series. We encourage all users to upgrade to this version. You can download LyX 2.3.7 from https://www.lyx.org/Download/