[Digikam-devel] [Bug 269511] New: cmake install files include wrong path for libmediawiki/version.h
Thomas Caswell
tcaswell at gmail.com
Sun Mar 27 03:52:46 BST 2011
https://bugs.kde.org/show_bug.cgi?id=269511
Summary: cmake install files include wrong path for
libmediawiki/version.h
Product: digikam
Version: 2.0.0
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: tcaswell at gmail.com
Version: 2.0.0 (using KDE 4.5.1)
OS: Linux
when building from the git repos the file
$BULID_DIR/extra/libmediawiki/libmediawiki/cmake_install.cmake
has an error in where to find version.h on line 90 in the files list it has:
"$SRC_DIR/extra/libmediawiki/libmediawiki/version.h"
It should have:
"$BUILD_DIR/extra/libmediawiki/libmediawiki/version.h"
changing this by hand allows digikam to install
My understanding is this is a generated file, but I do not know cmake well
enough to figure out where it is being generated.
Reproducible: Always
Steps to Reproduce:
check out a clean copy from git, build and install
Actual Results:
reports an error during install that version.h does not exist
Expected Results:
successfully install
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list