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

Arnd Baecker arnd.baecker at web.de
Thu Sep 27 14:25:32 BST 2007


Hi Paul,

just guessing, but in the script at
  http://www.digikam.org/?q=download/svn
also
  export LDPATH=$DIGIKAMDEST/lib:$LDPATH
  export PATH=$DIGIKAMDEST/bin:$PATH
  export UNSERMAKE=no
  export PKG_CONFIG_PATH=$DIGIKAMDEST/lib/pkgconfig
are done.

Maybe this helps...

Arnd

On Thu, 27 Sep 2007, Paul Waldo wrote:

> 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
>
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
>



More information about the Digikam-users mailing list