Re: CMake Install Failure

2020-08-09 Thread Richard Kimberly Heck
On 8/9/20 3:23 AM, Kornel Benko wrote: > Am Sun, 9 Aug 2020 02:48:03 -0400 > schrieb Richard Kimberly Heck : > >> Sorry, I omitted the cmake step. Here's what I did this time: >> >> mkdir build/ # from the LyX directory >> cd build/ >> cmake .. >> make >> sudo make install >> >> This used to work j

Re: CMake Install Failure

2020-08-09 Thread Kornel Benko
Am Sun, 9 Aug 2020 02:48:03 -0400 schrieb Richard Kimberly Heck : > Sorry, I omitted the cmake step. Here's what I did this time: > > mkdir build/ # from the LyX directory > cd build/ > cmake .. > make > sudo make install > > This used to work just fine but now doesn't. If instead I do: > > cma

Re: CMake Install Failure

2020-08-08 Thread Richard Kimberly Heck
On 8/8/20 7:18 PM, Kornel Benko wrote: > Am Sat, 8 Aug 2020 18:59:43 -0400 > schrieb Richard Kimberly Heck : > >> On 8/8/20 3:10 PM, Scott Kostyshak wrote: >>> On Sat, Aug 08, 2020 at 07:31:44AM +0200, Kornel Benko wrote: Am Sat, 8 Aug 2020 00:33:47 -0400 schrieb Richard Kimberly Heck :

Re: CMake Install Failure

2020-08-08 Thread Kornel Benko
Am Sat, 8 Aug 2020 18:59:43 -0400 schrieb Richard Kimberly Heck : > On 8/8/20 3:10 PM, Scott Kostyshak wrote: > > On Sat, Aug 08, 2020 at 07:31:44AM +0200, Kornel Benko wrote: > >> Am Sat, 8 Aug 2020 00:33:47 -0400 > >> schrieb Richard Kimberly Heck : > >> > >>> On Linux: > >>> > >>> ./autogen

Re: CMake Install Failure

2020-08-08 Thread Richard Kimberly Heck
On 8/8/20 3:10 PM, Scott Kostyshak wrote: > On Sat, Aug 08, 2020 at 07:31:44AM +0200, Kornel Benko wrote: >> Am Sat, 8 Aug 2020 00:33:47 -0400 >> schrieb Richard Kimberly Heck : >> >>> On Linux: >>> >>> ./autogen.sh >>> mkdir build >>> cd build >>> make -j4 >>> sudo make install >>> >>> CMake Error

Re: CMake Install Failure

2020-08-08 Thread Scott Kostyshak
On Sat, Aug 08, 2020 at 07:31:44AM +0200, Kornel Benko wrote: > Am Sat, 8 Aug 2020 00:33:47 -0400 > schrieb Richard Kimberly Heck : > > > On Linux: > > > > ./autogen.sh > > mkdir build > > cd build > > make -j4 > > sudo make install > > > > CMake Error at po/cmake_install.cmake:45 (file): > >  

Re: CMake Install Failure

2020-08-07 Thread Kornel Benko
Am Sat, 8 Aug 2020 00:33:47 -0400 schrieb Richard Kimberly Heck : > On Linux: > > ./autogen.sh > mkdir build > cd build > make -j4 > sudo make install > > CMake Error at po/cmake_install.cmake:45 (file): >   file INSTALL cannot find "/cvs/lyx/lyx-pristine/build/po/ar.gmo": No such >   file or di

CMake Install Failure

2020-08-07 Thread Richard Kimberly Heck
On Linux: ./autogen.sh mkdir build cd build make -j4 sudo make install CMake Error at po/cmake_install.cmake:45 (file):   file INSTALL cannot find "/cvs/lyx/lyx-pristine/build/po/ar.gmo": No such   file or directory. The gmo files are not at /cvs/lyx/lyx-pristine/build/po/ but at /cvs/lyx/lyx-pr