[Digikam-users] Can't compile SVN digikam: correct libkdcraw lib not found
Arnd Baecker
arnd.baecker at web.de
Thu Sep 27 17:32:05 BST 2007
hmm, no idea anymore.
Could you empty $DIGIKAMDEST completely
and try the scripts from the webpage?
(Also don't forget to install libjasper ...)
On Thu, 27 Sep 2007, Paul Waldo wrote:
> $ DIGIKAMDEST=/home/local_pwaldo/local; ls $DIGIKAMDEST/lib/
> kde3 libkdcraw.so.2.0.0 libkipi.la libkipi.so
> libkdcraw2 libkexiv2.la libkipiplugins.la libkipi.so.0
> libkdcraw.la libkexiv2.so libkipiplugins.so
> libkipi.so.0.1.1
> libkdcraw.so libkexiv2.so.3 libkipiplugins.so.0 pkgconfig
> libkdcraw.so.2 libkexiv2.so.3.0.0 libkipiplugins.so.0.0.1
>
>
> Paul
>
> Arnd Baecker wrote:
> > hmm, starting to be at loss here ;-)
> > What is the output of
> > ls $DIGIKAMDEST/lib/
> > ?
> >
> > On Thu, 27 Sep 2007, Paul Waldo wrote:
> >
> >
> >> Thanks, Arnd. Unfortunately no luck. It still can't find libkdcraw:
> >> -- digiKam configure results -------------------
> >> -- libsqlite3 library found....... YES
> >> -- libgphoto2 library found....... YES
> >> -- libkipi library found.......... YES
> >> -- libtiff library found..... .... YES
> >> -- libpng library found........... YES
> >> -- libjasper library found........ YES
> >> -- liblcms library found.......... YES
> >> -- libkexiv2 library found........ YES
> >> -- libkdcraw library found........ NO
> >>
> >> digiKam needs libkdcraw library >= 0.1.2. You need to install libkdcraw
> >> first
> >> libkdcraw website is at http://www.kipi-plugins.org
> >>
> >> Here is my script with your mods:
> >> #!/bin/sh -xve
> >>
> >> DIGIKAMDEST=/home/local_pwaldo/local
> >> KDEDIRS=/home/local_pwaldo/local:/usr
> >> LD_LIBRARY_PATH=/home/local_pwaldo/local:$LD_LIBRARY_PATH
> >> LDPATH=$DIGIKAMDEST/lib:$LDPATH
> >> PATH=$DIGIKAMDEST/bin:$PATH
> >> UNSERMAKE=no
> >> PKG_CONFIG_PATH=$DIGIKAMDEST/lib/pkgconfig
> >>
> >> 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
> >>
> >>
> >> Arnd Baecker wrote:
> >>
> >>> 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
> >>>>
> >>>>
> >>>>
> >>>>
> >>> _______________________________________________
> >>> Digikam-users mailing list
> >>> Digikam-users at kde.org
> >>> https://mail.kde.org/mailman/listinfo/digikam-users
> >>>
> >>>
> >>>
> >> _______________________________________________
> >> Digikam-users mailing list
> >> Digikam-users at kde.org
> >> https://mail.kde.org/mailman/listinfo/digikam-users
> >>
> >>
> >>
> > _______________________________________________
> > Digikam-users mailing list
> > Digikam-users at kde.org
> > https://mail.kde.org/mailman/listinfo/digikam-users
> >
> >
>
> _______________________________________________
> 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