[Digikam-devel] [digikam] [Bug 360473] New: digikam-5.0.0-beta4 fails to build against libkipi-15.12.x

Rex Dieter via KDE Bugzilla bugzilla_noreply at kde.org
Sun Mar 13 13:07:59 GMT 2016


https://bugs.kde.org/show_bug.cgi?id=360473

            Bug ID: 360473
           Summary: digikam-5.0.0-beta4 fails to build against
                    libkipi-15.12.x
           Product: digikam
           Version: 5.0.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: digikam-devel at kde.org
          Reporter: rdieter at math.unl.edu

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

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list