[Digikam-users] Can't compile SVN digikam: correct libkdcraw lib not found

Paul Waldo pwaldo at waldoware.com
Thu Sep 27 13:45:34 BST 2007


Hi all,

I am trying to compile digikam from SVN.  My compile script (below) 
complained about libkdcraw:

digiKam needs libkdcraw library >= 0.1.2. You need to install libkdcraw 
first
libkdcraw website is at http://www.kipi-plugins.org

This was in the running of ./configure in the graphics dir.

So I got the latest, version 0.1.2, compiled and installed to 
/home/local_pwaldo/local.  Unfortunately, I can't seem to get rid of the 
kdcraw version complaint.  Any help would be appreciated!

Paul

++++++Build script below+++++++++
#!/bin/sh -xve

KDEDIRS=/home/local_pwaldo/local:/usr
LD_LIBRARY_PATH=/home/local_pwaldo/local:$LD_LIBRARY_PATH
 echo Get, compile and install required libs
 svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/libs
 cd libs
 export UNSERMAKE=no
echo KDEDIRS is $KDEDIRS
 make -f Makefile.cvs
 ./configure --prefix=/home/local_pwaldo/local
 make -j 5
 make install
 cd ..

 echo Get, compile and install digikam
 svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphics/
 cd graphics
 svn up digikam
 svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
 make -f Makefile.cvs
 ./configure --prefix=/home/local_pwaldo/local 
--with-extra-includes=/home/local_pwaldo/local 
--with-extra-libs=/home/local_pwaldo/local
 make -j 5
 make install




More information about the Digikam-users mailing list