When compiling the latest from source code on a Fedora 20 machine using KDE 4.12.0 I get: : : [ 12%] Building CXX object extra/libkface/test/CMakeFiles/align.dir/align.cpp.o /home/krikar/dev/kde/digikam/extra/libkface/test/align.cpp:48:63: fatal error: libkface/alignment-flandmark/flandmark_detector.cpp: No such file or directory #include "libkface/alignment-flandmark/flandmark_detector.cpp" ^ compilation terminated. make[2]: *** [extra/libkface/test/CMakeFiles/align.dir/align.cpp.o] Error 1 make[1]: *** [extra/libkface/test/CMakeFiles/align.dir/all] Error 2 make: *** [all] Error 2 [krikar@krikar-desktop build]$
I noticed the comments to the commit 3937368b16af9dbc3025ca240ff3a3d2958e4a10 in libkface. Please advice on how to handle the mentioned files in the comment. Should those be added manually?
Git commit dc71015e2cbae78d8f44de40e020ae238abe6f7c by Marcel Wiesweg. Committed on 28/12/2013 at 18:36. Pushed by mwiesweg into branch 'master'. Remove direct .cpp includes in test/align.cpp of GPLv3 files not includes in the repository. M +8 -7 test/align.cpp http://commits.kde.org/libkface/dc71015e2cbae78d8f44de40e020ae238abe6f7c
Compiles fine now for me.