Bug 329323

Summary: Compile time error: flandmark_detector.cpp: No such file or directory
Product: [Applications] digikam Reporter: Kristian Karl <kristian.hermann.karl>
Component: Portability-CompilationAssignee: Digikam Developers <digikam-bugs-null>
Status: CLOSED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 4.0.0

Description Kristian Karl 2013-12-28 16:21:14 UTC
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]$
Comment 1 Kristian Karl 2013-12-28 16:29:24 UTC
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?
Comment 2 Marcel Wiesweg 2013-12-28 18:40:31 UTC
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
Comment 3 Kristian Karl 2013-12-28 18:58:31 UTC
Compiles fine now for me.