Am Donnerstag, 7. März 2019 20:09:10 CET schrieb Adolf Mathias <[email protected]>: > $mkdir mynewbuilddir > $cd mynewbuilddir > $cmake /home/dolfi/Downloads/lyx-2.3.2 -DLYX_CPACK=ON > -DCPACK_BINARY_DEB:BOOL=ON -DLYX_NLS=ON > OUT 2>&1 > $ls -a > ./ ../ OUT > > I have attached OUT.
The problem is that the source dir '/home/dolfi/Downloads/lyx-2.3.2' is already
contaminated with previous calls
to cmake.
Unfortunately cmake gets its information from the previous call.
The cleanes way I suggest:
1.) Remove content of '/home/dolfi/Downloads/lyx-2.3.2'
2.) Rebuild it from the tar file
3.) cd mynewbuilddir
4.) proceed with cmake
Kornel
P.S. The posted output of cmake looks good otherwise.
signature.asc
Description: This is a digitally signed message part.
