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 I think it is recommended to use an out-of-source build directory. Also, I don't think you should run autogen.sh. So something like: mkdir ../build-cmake && cd ../build-cmake && cmake ../your-src-dir-name && make Scott
signature.asc
Description: PGP signature
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel