<div dir="ltr">your libkipi is outdated. You need current git/master code from libkipi to compile current digiKam until final digiKam release. libikipi API is not yet fully stabilized, and library is not yet released officially.<div><br></div><div>Gilles Caulier </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-19 18:06 GMT+01:00 Tobia Tesan <span dir="ltr"><<a href="mailto:tobia.tesan@gmail.com" target="_blank">tobia.tesan@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, I'm having a particularly hard time compiling DigiKam.<br>
<br>
I'm trying to build 71bed47 on a clean Fedora 23 machine, and I hit this error:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In file included from<br>
/home/tobia/Desktop/digikam/utilities/kdesupport/kipi/kipiimagecollectionselector.cpp:49:0:<br>
/home/tobia/Desktop/digikam/utilities/kdesupport/kipi/kipiinterface.h:86:12:<br>
error: conflicting return type specified for ‘virtual void<br>
Digikam::KipiInterface::preview(const QUrl&, int)’<br>
     void   preview(const QUrl& url, int resizedTo);<br>
            ^<br>
In file included from /usr/include/KF5/KIPI/KIPI/Interface:1:0,<br>
                 from<br>
/home/tobia/Desktop/digikam/utilities/kdesupport/kipi/kipiinterface.h:41,<br>
                 from<br>
/home/tobia/Desktop/digikam/utilities/kdesupport/kipi/kipiimagecollectionselector.cpp:49:<br>
/usr/include/KF5/KIPI/kipi/interface.h:356:20: error:   overriding<br>
‘virtual QImage KIPI::Interface::preview(const QUrl&, int)’<br>
     virtual QImage preview(const QUrl& url, int minSize);<br>
                    ^<br>
</blockquote>
<br>
I am rather clueless.<br>
<br>
On a fresh clone the command sequence:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[tobia@Host-001 digikam]$ git show -s<br>
commit 71bed47d905e779fc9b009f930cfed4e8fff80ab<br>
Author: Maik Qualmann <<a href="mailto:metzpinguin@gmail.com" target="_blank">metzpinguin@gmail.com</a>><br>
Date: Fri Mar 18 20:18:33 2016 +0100<br>
<br>
polish const and not needed includes<br>
[tobia@Host-001 digikam]$ git diff<br>
[tobia@Host-001 digikam]$ cmake . > cmake.log 2> cmake.err && make > make.log 2> make.err<br>
</blockquote>
<br>
yields:<br>
<br>
make.log: <a href="http://pastebin.com/5B9EtuGh" rel="noreferrer" target="_blank">http://pastebin.com/5B9EtuGh</a><br>
make.err: <a href="http://pastebin.com/wL55bU3W" rel="noreferrer" target="_blank">http://pastebin.com/wL55bU3W</a><br>
cmake.log: <a href="http://pastebin.com/WiSVcgQM" rel="noreferrer" target="_blank">http://pastebin.com/WiSVcgQM</a><br>
cmake.err: <a href="http://pastebin.com/YjkF4Aty" rel="noreferrer" target="_blank">http://pastebin.com/YjkF4Aty</a><br>
<br>
(Sorry for not attaching them directly, their length triggers a ML filter)<br>
<br>
I have tried the latest tag, with the same results.<br>
<br>
I also tried the digikam collection repository, but had a number of other, different issues with building dependencies.<br>
<br>
Is there a surefire, tested configuration to build digikam on?<br>
A preferred distro I can install on a fresh VM?<br>
<br>
Thank you very much.<br>
<br>
<br>
-- <br>
Tobia Tesan<br>
<<a href="mailto:tobia.tesan@gmail.com" target="_blank">tobia.tesan@gmail.com</a>><br>
<<a href="mailto:sip%3Atobia.tesan@ekiga.net" target="_blank">sip:tobia.tesan@ekiga.net</a>><br>
"Computer science is no more about computers than astronomy is about<br>
  telescopes."<br>
     -- Edsger Dijkstra<br>
<br>
<br>
_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org" target="_blank">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
</blockquote></div><br></div>