Re: cmake build with qt6 (macos) does not include "plugins"

2024-04-05 Thread Kornel Benko
Am Thu, 21 Mar 2024 23:21:18 +0100 schrieb pdv : > On 20/03/2024 11:26, Pavel Sanda wrote: > > On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > >> These steps have been added to my previous patch (new patch included) and I > >> also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-23 Thread Kornel Benko
Am Thu, 21 Mar 2024 23:21:18 +0100 schrieb pdv : > On 20/03/2024 11:26, Pavel Sanda wrote: > > On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > >> These steps have been added to my previous patch (new patch included) and I > >> also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-21 Thread pdv
On 20/03/2024 11:26, Pavel Sanda wrote: On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: These steps have been added to my previous patch (new patch included) and I also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables from the existing Qt6_DIR/Qt5_DIR variable, so they must not long

Re: cmake build on macos (Sonoma, XCode) fails and remedy

2024-03-20 Thread Kornel Benko
Am Tue, 19 Mar 2024 15:31:00 +0100 schrieb pdv : > Using the latest commit and building lyx with cmake on macos-sonoma with > xcode fails with multiple error messages like this one: > > -- > CMake Error in po/CMakeLists.txt: >The custom command generating > > /po/LyX2.4.cat

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-20 Thread Kornel Benko
Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : > On 04/11/2023 17:55, pdv wrote: > > On 21/03/2023 19:27, Kornel Benko wrote: > >> Am Tue, 21 Mar 2023 15:27:41 +0100 > >> schrieb pdv : > >> > >>> On 21/03/2023 11:00, Kornel Benko wrote: > Am Mon, 20 Mar 2023 20:05:32 +0100 > schrieb pdv

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-20 Thread Pavel Sanda
On Tue, Mar 19, 2024 at 04:02:34PM +0100, pdv wrote: > These steps have been added to my previous patch (new patch included) and I > also derived the QT_PLUGINS_DIR and QT_LIBRARY_DIRS variables from the > existing Qt6_DIR/Qt5_DIR variable, so they must not longer be supplied. I see there is some

Re: cmake build with qt6 (macos) does not include "plugins"

2024-03-19 Thread pdv
On 07/11/2023 17:42, pdv wrote: On 06/11/2023 19:17, pdv wrote: On 04/11/2023 20:35, Kornel Benko wrote: Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : On 04/11/2023 17:55, pdv wrote: On 21/03/2023 19:27, Kornel Benko wrote: Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : On 21/03/2023

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-11 Thread Scott Kostyshak
On Sat, Nov 11, 2023 at 06:07:14PM +0100, Kornel Benko wrote: > Am Sat, 11 Nov 2023 11:14:51 -0500 > schrieb Scott Kostyshak : > > > > diff --git a/development/cmake/post_install/CMakeLists.txt > > > b/development/cmake/post_install/CMakeLists.txt index > > > 52a2f782af..f83cdaad0b 100644 > > > -

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-11 Thread Kornel Benko
Am Sat, 11 Nov 2023 11:14:51 -0500 schrieb Scott Kostyshak : > > diff --git a/development/cmake/post_install/CMakeLists.txt > > b/development/cmake/post_install/CMakeLists.txt index > > 52a2f782af..f83cdaad0b 100644 > > --- a/development/cmake/post_install/CMakeLists.txt > > +++ b/development/cma

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-11 Thread Scott Kostyshak
On Tue, Nov 07, 2023 at 05:42:27PM +0100, pdv wrote: > On 06/11/2023 19:17, pdv wrote: > > On 04/11/2023 20:35, Kornel Benko wrote: > > > Am Sat, 4 Nov 2023 18:05:42 +0100 > > > schrieb pdv : > > > > > > > On 04/11/2023 17:55, pdv wrote: > > > > > On 21/03/2023 19:27, Kornel Benko wrote: > > > > >

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-07 Thread pdv
On 06/11/2023 19:17, pdv wrote: On 04/11/2023 20:35, Kornel Benko wrote: Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : On 04/11/2023 17:55, pdv wrote: On 21/03/2023 19:27, Kornel Benko wrote: Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : On 21/03/2023 11:00, Kornel Benko wrote: Am Mo

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-06 Thread pdv
On 04/11/2023 20:35, Kornel Benko wrote: Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : On 04/11/2023 17:55, pdv wrote: On 21/03/2023 19:27, Kornel Benko wrote: Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : On 21/03/2023 11:00, Kornel Benko wrote: Am Mon, 20 Mar 2023 20:05:32 +0100 sch

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-04 Thread Kornel Benko
Am Sat, 4 Nov 2023 18:05:42 +0100 schrieb pdv : > On 04/11/2023 17:55, pdv wrote: > > On 21/03/2023 19:27, Kornel Benko wrote: > >> Am Tue, 21 Mar 2023 15:27:41 +0100 > >> schrieb pdv : > >> > >>> On 21/03/2023 11:00, Kornel Benko wrote: > Am Mon, 20 Mar 2023 20:05:32 +0100 > schrieb pdv

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-04 Thread pdv
On 04/11/2023 17:55, pdv wrote: On 21/03/2023 19:27, Kornel Benko wrote: Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : On 21/03/2023 11:00, Kornel Benko wrote: Am Mon, 20 Mar 2023 20:05:32 +0100 schrieb pdv : It's within the first if() else(), that's thus for qt6(see below). I suppose thi

Re: cmake build with qt6 (macos) does not include "plugins"

2023-11-04 Thread pdv
On 21/03/2023 19:27, Kornel Benko wrote: Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : On 21/03/2023 11:00, Kornel Benko wrote: Am Mon, 20 Mar 2023 20:05:32 +0100 schrieb pdv : It's within the first if() else(), that's thus for qt6(see below). I suppose this should work for all platfor

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-21 Thread Kornel Benko
Am Tue, 21 Mar 2023 15:27:41 +0100 schrieb pdv : > On 21/03/2023 11:00, Kornel Benko wrote: > > Am Mon, 20 Mar 2023 20:05:32 +0100 > > schrieb pdv : > > > >> It's within the first if() else(), that's thus for qt6(see below). I > >> suppose this should work for all platforms, but I checked it on

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-21 Thread pdv
On 21/03/2023 11:00, Kornel Benko wrote: Am Mon, 20 Mar 2023 20:05:32 +0100 schrieb pdv : It's within the first if() else(), that's thus for qt6(see below). I suppose this should work for all platforms, but I checked it on macos only. Your patch is limited to APPLE and also works for me; If thi

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-21 Thread Kornel Benko
Am Mon, 20 Mar 2023 20:05:32 +0100 schrieb pdv : > It's within the first if() else(), that's thus for qt6(see below). I > suppose this should work for all platforms, but I checked it on macos > only. Your patch is limited to APPLE and also works for me; If this > problem doesn't occur for other

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-20 Thread pdv
On 20/03/2023 10:50, Kornel Benko wrote: Am Sun, 19 Mar 2023 20:45:55 +0100 schrieb pdv : The merge branch killqt4 (commit 9376... on nov 28) broke the cmake install build on macos. The "development/cmake/post_install/CMakeLists.txt' SCRIPT checks for qt5 and copies all plugins if different. T

Re: cmake build with qt6 (macos) does not include "plugins"

2023-03-20 Thread Kornel Benko
Am Sun, 19 Mar 2023 20:45:55 +0100 schrieb pdv : > The merge branch killqt4 (commit 9376... on nov 28) broke the cmake > install build on macos. > > The "development/cmake/post_install/CMakeLists.txt' SCRIPT checks for > qt5 and copies all plugins if different. This did work for qt4 but also >

Re: CMake Build Problem

2019-12-17 Thread Kornel Benko
Am Mon, 16 Dec 2019 20:36:58 -0500 schrieb Scott Kostyshak : > On Mon, Dec 16, 2019 at 08:11:16PM -0500, Richard Kimberly Heck wrote: > > I'm getting a repeatable error when building the master branch of LyX > > with cmake on Fedora 30. What I've done is: > > > > ./autogen.sh > > mkdir build-cmak

Re: CMake Build Problem

2019-12-16 Thread Scott Kostyshak
On Mon, Dec 16, 2019 at 08:11:16PM -0500, Richard Kimberly Heck wrote: > I'm getting a repeatable error when building the master branch of LyX > with cmake on Fedora 30. What I've done is: > > ./autogen.sh > mkdir build-cmake > cd build-cmake > cmake .. > make > > Result: Kornel can advise, but

Re: cmake build

2017-05-08 Thread Scott Kostyshak
On Sun, May 07, 2017 at 07:54:40PM -0400, Ian Wilder wrote: > > Thank you for checking up on me. I have not sorted this out. As described in > my last post the cmake process does not seem to be aware of building a macOS > target as the automake build tools do. > > I am able to build within Xcode,

Re: cmake build

2017-05-07 Thread Ian Wilder
On 2017-05-07 23:39:45 +, Scott Kostyshak said: I noticed the install layout is not one that could run on macos, but is instead a layout indicitive of a typical linux install. ian@ares % find ~/Applications/LyX-master.app -type d -maxdepth 2 [0] /Users/ian/Applications/LyX-master.app /Users

Re: cmake build

2017-05-07 Thread Scott Kostyshak
On Tue, Apr 04, 2017 at 01:08:52PM -0400, Ian Wilder wrote: > On 2017-03-13 09:28:22 +, Kornel Benko said: > > > Am Sonntag, 12. März 2017 um 16:35:43, schrieb Ian Wilder > > > > > On 2017-02-13 16:21:52 +, Kornel Benko said: > > > > > > > Am Mittwoch, 1. Februar 2017 um 09:58:40, schrie

Re: cmake build

2017-04-04 Thread Ian Wilder
On 2017-03-13 09:28:22 +, Kornel Benko said: Am Sonntag, 12. März 2017 um 16:35:43, schrieb Ian Wilder On 2017-02-13 16:21:52 +, Kornel Benko said: Am Mittwoch, 1. Februar 2017 um 09:58:40, schrieb Ian Wilder Hey everyone! ... 1.) Please do not use source dir as build dir. Th

Re: cmake build

2017-03-13 Thread Kornel Benko
Am Sonntag, 12. März 2017 um 16:35:43, schrieb Ian Wilder > On 2017-02-13 16:21:52 +, Kornel Benko said: > > > Am Mittwoch, 1. Februar 2017 um 09:58:40, schrieb Ian Wilder > > > >> Hey everyone! > >> ... > > > > 1.) Please do not use source dir as build dir. This messes the source. >

Re: cmake build

2017-03-12 Thread Stephan Witt
Am 12.03.2017 um 21:35 schrieb Ian Wilder : > > On 2017-02-13 16:21:52 +, Kornel Benko said: > >> Am Mittwoch, 1. Februar 2017 um 09:58:40, schrieb Ian Wilder >> >>> Hey everyone! >>> I am attempting to build lyx master using the cmake build, but I can't >>> seem to get it to work. >>> My p

Re: cmake build

2017-03-12 Thread Ian Wilder
On 2017-02-13 16:21:52 +, Kornel Benko said: Am Mittwoch, 1. Februar 2017 um 09:58:40, schrieb Ian Wilder Hey everyone! I am attempting to build lyx master using the cmake build, but I can't seem to get it to work. My process is git pull git clean -fd git checkout -- cmake . -DLYX_USE_

Re: cmake build

2017-02-13 Thread Kornel Benko
Am Mittwoch, 1. Februar 2017 um 09:58:40, schrieb Ian Wilder > Hey everyone! > > I am attempting to build lyx master using the cmake build, but I can't > seem to get it to work. > > My process is > > git pull > git clean -fd > git checkout -- > > cmake . -DLYX_USE_QT=QT5 -DLYX_COCOA=ON > -D

Re: cmake build: man pages

2013-09-06 Thread Kornel Benko
Am Sonntag, 1. September 2013 um 19:37:26, schrieb Kornel Benko > > If there are concerns about stabilitiy, and if it doesn't fix a bug, I > > will need to ask you to postpone. > > No concerns at all. > > > Vincent I committed it now. Kornel signature.asc Description: This is a digit

Re: cmake build: man pages

2013-09-01 Thread Kornel Benko
Am Sonntag, 1. September 2013 um 19:18:22, schrieb Vincent van Ravesteijn > Op 25-8-2013 13:31, Kornel Benko schreef: > > > > Am Dienstag, 20. August 2013 um 15:12:48, schrieb Kornel Benko > > > > > > > Am Freitag, 16. August 2013 um 10:04:15, schrieb Pavel Sanda > > > > > > > > Kornel Benko

Re: cmake build: man pages

2013-09-01 Thread Vincent van Ravesteijn
Op 25-8-2013 13:31, Kornel Benko schreef: Am Dienstag, 20. August 2013 um 15:12:48, schrieb Kornel Benko > Am Freitag, 16. August 2013 um 10:04:15, schrieb Pavel Sanda > > Kornel Benko wrote: > > > > > This can be overridden by call to cmake. It's a default only. > > > > > > > > I see

Re: cmake build: man pages

2013-08-25 Thread Kornel Benko
Am Dienstag, 20. August 2013 um 15:12:48, schrieb Kornel Benko > Am Freitag, 16. August 2013 um 10:04:15, schrieb Pavel Sanda > > Kornel Benko wrote: > > > > > This can be overridden by call to cmake. It's a default only. > > > > > > > > I see it's even default for autotools, let it be this way.

Re: cmake build: man pages

2013-08-20 Thread Kornel Benko
Am Freitag, 16. August 2013 um 10:04:15, schrieb Pavel Sanda > Kornel Benko wrote: > > > > This can be overridden by call to cmake. It's a default only. > > > > > > I see it's even default for autotools, let it be this way. > > > > > > Pavel > > > > Thanks. If nobody else screams, I will commit

Re: cmake build: man pages

2013-08-16 Thread Pavel Sanda
Kornel Benko wrote: > > > This can be overridden by call to cmake. It's a default only. > > > > I see it's even default for autotools, let it be this way. > > > > Pavel > > Thanks. If nobody else screams, I will commit tomorrow. That was not commit approval, it's Vincent's business to decide su

Re: cmake build: man pages

2013-08-16 Thread Kornel Benko
Am Freitag, 16. August 2013 um 08:32:10, schrieb Pavel Sanda > Kornel Benko wrote: > > > 1. /usr/local/ does not look natural place, /usr/share/man does > > > > All other default point to /usr/local ... > > > > This can be overridden by call to cmake. It's a default only. > > I see it's even de

Re: cmake build: man pages

2013-08-16 Thread Pavel Sanda
Kornel Benko wrote: > > 1. /usr/local/ does not look natural place, /usr/share/man does > > All other default point to /usr/local ... > > This can be overridden by call to cmake. It's a default only. I see it's even default for autotools, let it be this way. Pavel

Re: cmake build: man pages

2013-08-16 Thread Kornel Benko
Am Freitag, 16. August 2013 um 08:04:11, schrieb Pavel Sanda > Kornel Benko wrote: > > I'd like to install man-pages at a place more natural for 'man' > > to find them on unix. > > Any objections? > > 1. /usr/local/ does not look natural place, /usr/share/man does All other default point to /usr

Re: cmake build: man pages

2013-08-16 Thread Pavel Sanda
Kornel Benko wrote: > I'd like to install man-pages at a place more natural for 'man' > to find them on unix. > Any objections? 1. /usr/local/ does not look natural place, /usr/share/man does 2. Not my business really but seeing this patch does our cmake builds support installing inside some pr

Re: cmake build system

2006-06-12 Thread Peter Kümmel
Bo Peng wrote: > Hi, Peter, > > I see development/cmake finally get in, and feel some competition now. :-) Wasn't it called 'diversity' in an other thread? ;) > Anyway, your README.cmake seems to focus only on windows/msvc. Do you > have any plan to support other platforms? It would be good if y