Version: 9.2 from SVN (using KDE KDE 3.5.6) Installed from: Ubuntu Packages OS: Linux Trying to compile DigiKam from SVN for the first time using the all-inclusive script on the "How to install from svn" page but I'm getting an error: make[3]: *** No rule to make target `../../libkexiv2/libkexiv2.la', needed by `kipiplugin_sendimages.la'. Stop. make[3]: Leaving directory `/home/br/dev/libs/kipi-plugins/sendimages' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/br/dev/libs/kipi-plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/br/dev/libs' make: *** [all] Error 2 Am I missing a file or has the build changed in some way? Thx, Brian
did you download libkexiv2 from svn? otherwhise you should install it, but the one released by now cannot be used with svn. HTH, Angelo
I assumed the script I mentioned would download it for me as part of the /libs directory, no? From: http://www.digikam.org/?q=download/svn : "To Checkout the extragear libs(includes libkipi,kipi-plugins and libkexif) : # cd .. # svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/libs " This would seem to do what I need, right? Its part of the larger script below on that page as well. I'm confused by what you mean "cannot be used with svn" You mean the one in SVN is out of date? Can the script be fixed to get the correct version?
Alle 21:31, mercoled
OK, found the problem. I hadn't scrolled up far enough up the transcript to see the check results for all the various packages. It also seems that it can't be built on an Ubuntu Edgy Eft build either, that version doesn't have the correct library versions. Thanks for your help guys. :)