[Kde-imaging] [Bug 311310] New: kipi-plugins don't build against libkdcraw 2.0.1
Johannes Zarl
isilmendil at gmx.net
Fri Dec 7 17:24:07 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=311310
Bug ID: 311310
Severity: normal
Version: 3.0.0
Priority: NOR
Assignee: kde-imaging at kde.org
Summary: kipi-plugins don't build against libkdcraw 2.0.1
Classification: Unclassified
OS: Linux
Reporter: isilmendil at gmx.net
Hardware: Other
Status: NEW
Component: general
Product: kipiplugins
When building kipi-plugins against the stock libkdcraw version (2.0.1) in
debian sid, libkdcraw is found successfully during the cmake step, but
afterwards the build fails with the following error:
<pre>
CMakeFiles/kipiplugins.dir/widgets/kppreviewimage.o: In function
`KIPIPlugins::KPPreviewImage::load(QString const&) const':
/home/zing/tmp/digikam-sc/extra/kipi-plugins/common/libkipiplugins/widgets/kppreviewimage.cpp:564:
undefined reference to `KDcrawIface::KDcraw::loadRawPreview(QImage&, QString
const&)'
CMakeFiles/kipiplugins.dir/tools/kprawthumbthread.o: In function
`KIPIPlugins::KPRawThumbThread::run()':
/home/zing/tmp/digikam-sc/extra/kipi-plugins/common/libkipiplugins/tools/kprawthumbthread.cpp:112:
undefined reference to `KDcrawIface::KDcraw::loadRawPreview(QImage&, QString
const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libkipiplugins.so.3.0.0] Error 1
make[1]: *** [common/libkipiplugins/CMakeFiles/kipiplugins.dir/all] Error 2
make: *** [all] Error 2
</pre>
I would expect that either the older version is rejected during the cmake phase
and that kipi-plugins are built without libkdcraw support, or that kipi-plugins
use KDcrawIface::KDcraw::loadDcrawPreview(...) when built against the older
libkdcraw version.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-imaging
mailing list