<p dir="ltr">Yes you need to update KDE some way to build recent versions of digiKam. You can download older digiKam tarballs to build with your version of KDE. It's in the readme file (i think) of the tarballs what versions of KDE that's needed.</p>
<p dir="ltr">/Philip<br>
</p>
<div class="gmail_quote">On Jan 14, 2015 4:17 AM, "Claude Gelinas" <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I will need to update manually KDE or wait for a new update from<br>
centos7<br>
<br>
is it possible to download older version of digikam that will compile<br>
with KDE 4.10<br>
<br>
Thanks<br>
<br>
Claude<br>
<br>
>Kde 4.10 is too old to build the later versions of digikam against.<br>
>Think you need at least kde 4.13.<br>
><br>
>/Philip<br>
>On Jan 14, 2015 3:21 AM, "Claude Gelinas" <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>> wrote:<br>
>Hi these are all the lib intalled on my centos7 system:<br>
><br>
>qtwebkit-devel-2.3.3-3.el7.x86_64<br>
>webkitgtk3-2.0.4-6.el7_0.1.x86_64<br>
>kwebkitpart-1.3.4-5.el7.x86_64<br>
>kdelibs-webkit-devel-4.10.5-2.el7.x86_64<br>
>kdelibs-webkit-4.10.5-2.el7.x86_64<br>
>qtwebkit-2.3.3-3.el7.x86_64<br>
>webkitgtk-2.2.4-1.el7.x86_64<br>
><br>
>don't know if I need to add somethiong or remove something. There are<br>
>no libkdewebkit5 available for centos<br>
><br>
>Thanks<br>
><br>
>Claude<br>
><br>
>Le Mon, 12 Jan 2015 17:43:20 +0100<br>
>Philip Johnsson <<a href="mailto:philip.johnsson@gmail.com">philip.johnsson@gmail.com</a>> a écrit:<br>
><br>
> Will also link against libkdewebkit5 libs so that also needs to be<br>
> installed.<br>
><br>
> /Philip<br>
><br>
> On Mon, Jan 12, 2015 at 5:38 PM, Philip Johnsson<br>
> <<a href="mailto:philip.johnsson@gmail.com">philip.johnsson@gmail.com</a>> wrote:<br>
><br>
> > Have you installed your distros equivalent to debian/ubuntus package<br>
> > libqtwebkit-dev? qt4 webkit development files.<br>
> ><br>
> > /Philip<br>
> ><br>
> ><br>
> ><br>
> > On Mon, Jan 12, 2015 at 1:33 AM, Claude Gélinas <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>><br>
> > wrote:<br>
> ><br>
> >> Ok now I've got trough cmake succesfully. thanks for the help. But<br>
> >> it look like one lib is missing in the make process<br>
> >><br>
> >> .....<br>
> >> [ 10%] Built target kvkontakte_automoc<br>
> >> Linking CXX shared library ../../../lib/libkvkontakte.so<br>
> >> /usr/bin/ld: ne peut trouver -lKDE4__kdewebkit<br>
> >> collect2: erreur: ld a retourné 1 code d'état d'exécution<br>
> >> make[2]: *** [lib/libkvkontakte.so.1.0.0] Erreur 1<br>
> >> make[1]: ***<br>
> >> [extra/libkvkontakte/libkvkontakte/CMakeFiles/kvkontakte.dir/all]<br>
> >> Erreur 2 make: *** [all] Erreur 2<br>
> >><br>
> >> look like it can't find KDE4__kdewebkit<br>
> >><br>
> >> but I don't know where to get that one. I've installed<br>
> >> kdelibs_webkit but without result<br>
> >><br>
> >> Thank<br>
> >><br>
> >> Le Sat, 10 Jan 2015 23:41:23 +0100,<br>
> >> Philip Johnsson <<a href="mailto:philip.johnsson@gmail.com">philip.johnsson@gmail.com</a>> a écrit :<br>
> >><br>
> >> > cmake -DEXIV2_LIBRARY=/path/to/libexiv2.so<br>
> >> > -DEXIV2_INCLUDE_DIR=/path/to/include<br>
> >> ><br>
> >> > Make that paths fit your system where the 0.24 files are that it<br>
> >> > should use. Most likely /usr/local/include<br>
> >> > and /usr/local/lib//libexiv2.so or something like that.<br>
> >> ><br>
> >> > /Philip<br>
> >> ><br>
> >> > On Sat, Jan 10, 2015 at 9:01 PM, Claude Gélinas<br>
> >> > <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>> wrote:<br>
> >> ><br>
> >> > > local install of new compiled exiv2 0.24 is in /usr/local/lib.<br>
> >> > > should it be in /usr/local/lib64 as my system is centos7<br>
> >> > > x86_64 ??<br>
> >> > ><br>
> >> > > Le Sat, 10 Jan 2015 17:48:53 +0100,<br>
> >> > > Philip Johnsson <<a href="mailto:philip.johnsson@gmail.com">philip.johnsson@gmail.com</a>> a écrit :<br>
> >> > ><br>
> >> > > > Have you compiled and installed exiv2 0.24 as a local install<br>
> >> > > > in /usr/local and also have 0.23 in system? In that case you<br>
> >> > > > need to point make with parameters to where the 0.24 version<br>
> >> > > > is as make find 0.23 first.<br>
> >> > > ><br>
> >> > > > /Philip<br>
> >> > > > On Jan 10, 2015 5:04 PM, "Claude Gélinas"<br>
> >> > > > <<a href="mailto:claude@phyto.qc.ca">claude@phyto.qc.ca</a>> wrote:<br>
> >> > > ><br>
> >> > > > > Hi I'm trying to compile digikam on centos7. cmake complain<br>
> >> > > > > about exiv2 that is missing.<br>
> >> > > > ><br>
> >> > > > > centos7 come with exiv2 0.23 so I've removed it download,<br>
> >> > > > > compile and install 0.24 but cmake is still telling me<br>
> >> > > > > that he found 0.23 and need 0.24<br>
> >> > > > ><br>
> >> > > > > any idea of how to solve that issue ??<br>
> >> > > > ><br>
> >> > > > > --<br>
> >> > > > > Claude Gélinas agr.<br>
> >> > > > > Phyto Ressources Inc<br>
> >> > > > > _______________________________________________<br>
> >> > > > > Digikam-users mailing list<br>
> >> > > > > <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
> >> > > > > <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
> >> > > > ><br>
> >> > > _______________________________________________<br>
> >> > > Digikam-users mailing list<br>
> >> > > <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
> >> > > <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
> >> > ><br>
> >><br>
> >><br>
> >><br>
> >> --<br>
> >> Claude Gélinas agr.<br>
> >> Phyto Ressources Inc<br>
> >> _______________________________________________<br>
> >> Digikam-users mailing list<br>
> >> <a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
> >> <a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
> >><br>
> ><br>
> ><br>
<br>
_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</blockquote></div>