CMake Build Problem
Scott Kostyshak
skostysh at lyx.org
Tue Dec 17 01:36:58 UTC 2019
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20191216/0f209c00/attachment.asc>
More information about the lyx-devel
mailing list