Summary: | Compile-error with RawEngine | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | MaxiPunkt <maxantispam> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | caulier.gilles, rdieter |
Priority: | NOR | ||
Version: | 0.9.4 | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 0.9.5 | |
Sentry Crash Report: |
Description
MaxiPunkt
2008-12-30 14:01:17 UTC
Maybe the report above was a little bit confusing, as there was one line to much. Trying to explain again: Compiling digikam 0.9.4 with * libkipi 0.1.6 * libkexiv2 0.1.8 * libkdcraw 0.1.7 * kipi-plugins 0.1.7 => results in compile-errors Compiling digikam 0.9.4 with * libkipi 0.1.6 * libkexiv2 0.1.8 * libkdcraw 0.1.5 * kipi-plugins 0.1.7 => results in working binaries The file "libkdcraw/dcrawbinary.h" causing the compile-error is not part of libkdcraw 0.1.7 any more, but still existing in libkdcraw 0.1.5 Beside that there is something strange about compiling kipi-plugins 0.1.7: The "README" of kipi-plugins say that libkdcraw >= 0.1.6 is required. But its configure-script only checks for libkdcraw >= 0.1.4, which leads in nice binaries also with libkdcraw = 0.1.5 only. fwiw, when using recent versions of libkdcraw (like 0.1.7), you need digikam-0.9.5-beta or newer. In the meantime, this patch should help with 0.9.4: http://rdieter.fedorapeople.org/digikam-0.9.4-libkdcraw.patch closing->wontfix (shrug, for lack of a better resolution here). |