cd elisa mkdir install && cd install cmake .. make clean && make -j6 Error copying file "/home/user/Downloads/elisa-light/src/plugins.qmltypes" to "/home/user/Downloads/elisa-light/install/bin/org/kde/elisa/". make[2]: *** [src/CMakeFiles/copy2.dir/build.make:76: copy2] Error 1 make[1]: *** [CMakeFiles/Makefile2:1073: src/CMakeFiles/copy2.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 0%] Built target doc-index-cache-bz2 [ 1%] Automatic MOC for target elisaLib [ 2%] Automatic MOC for target elisaqmltests [ 2%] Built target copy [ 2%] Built target elisaqmltests_autogen [ 2%] Built target elisaLib_autogen make: *** [Makefile:160: all] Error 2 plugins.qmltypes is gone copy plugins.qmltypes manually to src and do just make -j(number of cores)
Does it come back if you re-run `cmake`?
No. I need to copy it manually.