hi there,
i have a problem compiling digikam from svn. checkout and compile of the kdegraphics/libs works fine. but compiling digikam itself fails with the error message
[...] [ 74%] Building CXX object kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/__/dngwriter/dngwriter.o
/home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp: In member function ‘int DNGIface::DNGWriter::convert()’: /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:229: error: no matching function for call to ‘KDcrawIface::KDcraw::extractRAWData(QString, QByteArray&, KDcrawIface::DcrawInfoContainer&, bool&, int)’ /usr/local/include/libkdcraw/kdcraw.h:130: note: candidates are: bool KDcrawIface::KDcraw::extractRAWData(const QString&, QByteArray&, KDcrawIface::DcrawInfoContainer&, bool) /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:594: error: ‘ORIENTATION_Mirror90CCW’ is not a member of ‘KDcrawIface::DcrawInfoContainer’ /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp: In member function ‘bool DNGIface::DNGWriter::fujiRotate(QByteArray&, KDcrawIface::DcrawInfoContainer&)’: /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:1204: error: ‘ORIENTATION_Mirror90CCW’ is not a member of ‘KDcrawIface::DcrawInfoContainer’ make[2]: *** [kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/__/dngwriter/dngwriter.o] Fehler 1 make[1]: *** [kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/all] Fehler 2 make: *** [all] Fehler 2
i suspect this is due to some inconsistency between packages i installed with the package manager and also compiled myself. could that be the case? how would i solve it?
gandalf _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Check your libkdcraw package installed. Remove it and re-install by
hand source code from trunk... Gilles Caulier 2010/6/13 G NoSpam <[hidden email]>: > hi there, > i have a problem compiling digikam from svn. checkout and compile of the > kdegraphics/libs works fine. but compiling digikam itself fails with the > error message > [...] > [ 74%] Building CXX object > kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/__/dngwriter/dngwriter.o > > /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp: > In member function ‘int DNGIface::DNGWriter::convert()’: > > /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:229: > error: no matching function for call to > ‘KDcrawIface::KDcraw::extractRAWData(QString, QByteArray&, > KDcrawIface::DcrawInfoContainer&, bool&, int)’ > > /usr/local/include/libkdcraw/kdcraw.h:130: note: candidates are: bool > KDcrawIface::KDcraw::extractRAWData(const QString&, QByteArray&, > KDcrawIface::DcrawInfoContainer&, bool) > > /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:594: > error: ‘ORIENTATION_Mirror90CCW’ is not a member of > ‘KDcrawIface::DcrawInfoContainer’ > > /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp: > In member function ‘bool DNGIface::DNGWriter::fujiRotate(QByteArray&, > KDcrawIface::DcrawInfoContainer&)’: > > /home/gandalf/down/svn/kde4/graphics/kipi-plugins/dngconverter/dngwriter/dngwriter.cpp:1204: > error: ‘ORIENTATION_Mirror90CCW’ is not a member of > ‘KDcrawIface::DcrawInfoContainer’ > > make[2]: *** > [kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/__/dngwriter/dngwriter.o] > Fehler 1 > > make[1]: *** > [kipi-plugins/dngconverter/plugin/CMakeFiles/dngconverter.dir/all] Fehler 2 > > make: *** [all] Fehler 2 > > i suspect this is due to some inconsistency between packages i installed > with the package manager and also compiled myself. could that be the case? > how would i solve it? > > gandalf > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |