Hi,

I'm experimenting with building lyx (2.3 git) with cmake in the openSUSE BuildService. I'm using the following commands:

%cmake \
    -DLYX_INSTALL=ON \
    -DLYX_USE_QT=QT5 \
    -DLYX_EXTERNAL_BOOST=OFF \
    -DLYX_PROGRAM_SUFFIX=ON \
    -DLYX_ASPELL=OFF \
    -DLYX_HUNSPELL=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?

Thanks,

Cor

P.S.: my experimenting can be found here:

https://build.opensuse.org/package/show/home:cornelisbb:lyx-unstable/lyx-qt5

Reply via email to