Re: cmake and make install

2017-07-26 Thread Scott Kostyshak
On Tue, Jul 25, 2017 at 09:40:04PM +0200, Cor Blom wrote: > Yes, as far as I can see it works fine. I've set up building regular > snapshots on openSUSE [1] and it seems ok. Since then I have not looked into > it a lot. I need to do that during the coming weeks, because I seriously > consider

Re: cmake and make install

2017-07-25 Thread Cor Blom
Op 25-07-17 om 20:49 schreef Scott Kostyshak: On Fri, Jun 02, 2017 at 09:55:33AM +0200, Cor Blom wrote: Op 01-06-17 om 12:34 schreef Kornel Benko: (the "%cmake" macro inheritis all kind of openSUSE settings). Which ones? Expanded it becomes this: find . -name CMakeLists.txt -exec sed -i

Re: cmake and make install

2017-07-25 Thread Scott Kostyshak
On Fri, Jun 02, 2017 at 09:55:33AM +0200, Cor Blom wrote: > Op 01-06-17 om 12:34 schreef Kornel Benko: > > > > > (the "%cmake" macro inheritis all kind of openSUSE settings). > > > > Which ones? > > > Expanded it becomes this: > > > > > > find . -name CMakeLists.txt -exec sed -i -re > > >

Re: cmake and make install

2017-06-02 Thread Cor Blom
Op 01-06-17 om 12:34 schreef Kornel Benko: (the "%cmake" macro inheritis all kind of openSUSE settings). Which ones? Expanded it becomes this: find . -name CMakeLists.txt -exec sed -i -re

Re: cmake and make install

2017-06-01 Thread Kornel Benko
Am Donnerstag, 1. Juni 2017 um 11:38:54, schrieb Cor Blom > Op 01-06-17 om 09:57 schreef Kornel Benko: > > Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom > > > > > > What is this BuildService about? > > This buildservice is used to build the

Re: cmake and make install

2017-06-01 Thread Cor Blom
Op 01-06-17 om 09:57 schreef Kornel Benko: Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom What is this BuildService about? This buildservice is used to build the openSUSE distribution. It's like Ubuntu's PPA. I want to see if cmake is a usuable alternative for

Re: cmake and make install

2017-06-01 Thread Kornel Benko
Am Donnerstag, 1. Juni 2017 um 08:56:06, schrieb Cor Blom > Hi, > > I'm experimenting with building lyx (2.3 git) with cmake in the openSUSE > BuildService. I'm using the following commands: What is this BuildService about? > %cmake \ > -DLYX_INSTALL=ON \ Why don't

cmake and make install

2017-06-01 Thread Cor Blom
=ON \ -DLYX_ENCHANT=ON make make install (the "%cmake" macro inheritis all kind of openSUSE settings). I'm stuck with the "make install" part. The first two steps are running fine. I get the following error: make: *** No rule to make target 'install'. Stop. Is there a solution