Bug 329323 - Compile time error: flandmark_detector.cpp: No such file or directory
Summary: Compile time error: flandmark_detector.cpp: No such file or directory
Status: CLOSED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-28 16:21 UTC by Kristian Karl
Modified: 2017-08-19 20:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.