| Summary: | Fails to build | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Rex Dieter <rdieter> |
| Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | caulier.gilles, darkvision |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.1.0 | |
| Sentry Crash Report: | |||
Does this mean beta4 (and newer) relies on an unreleased/newer libkipi ? kde-apps 16.03.80 (16.04 beta) is scheduled for Mar 23, fwiw yes it is. libkipi is not yet released offcially and i'm currently clean all KIPI API. Gilles Caulier *** Bug 361033 has been marked as a duplicate of this bug. *** Fwiw, beta4 doesn't seem to build against recent libkipi-16.03.80 either. guess I'll wait longer |
Seems to be conflicting expected type of KIPI::RawProcessor::decodeRawImage (uint vs bool): /builddir/build/BUILD/digikam-5.0.0-beta4/core/utilities/kdesupport/kipi/kipiinterface.cpp:584:10: error: conflicting return type specified for 'virtual uint Digikam::KipiInterfaceRawProcessor::decodeRawImage(const QUrl&, QByteArray&, int&, int&, int&)' uint decodeRawImage(const QUrl& url, QByteArray& imageData, int& width, int& height, int& rgbmax) ^~~~~~~~~~~~~~ In file included from /usr/include/KF5/KIPI/KIPI/Interface:1:0, from /builddir/build/BUILD/digikam-5.0.0-beta4/core/utilities/kdesupport/kipi/kipiinterface.h:41, from /builddir/build/BUILD/digikam-5.0.0-beta4/core/utilities/kdesupport/kipi/kipiinterface.cpp:26: /usr/include/KF5/KIPI/kipi/interface.h:182:18: error: overriding 'virtual bool KIPI::RawProcessor::decodeRawImage(const QUrl&, QByteArray&, int&, int&, int&)' virtual bool decodeRawImage(const QUrl& url, QByteArray& imageData, int& width, int& height, int& rgbmax) = 0; ^~~~~~~~~~~~~~ core/utilities/kdesupport/kipi/CMakeFiles/kipiiface_src.dir/build.make:137: recipe for target 'core/utilities/kdesupport/kipi/CMakeFiles/kipiiface_src.dir/kipiinterface.cpp.o' failed make[2]: Leaving directory '/builddir/build/BUILD/digikam-5.0.0-beta4/x86_64-redhat-linux-gnu' Reproducible: Always