[Digikam-users] Compile from SVN, libkdcraw not found

Michel Pottier Michel.Pottier at free.fr
Mon Oct 27 22:20:52 GMT 2008


Markus Spring a écrit :
> Michel, could you please share your build skript? I tried to compile 9.5svn 
> unter Ubuntu/hardy with kde3, but failed.
>   
Hello Markus,
I have no specific script. I remember that i have got problems in file 
kpaboutdata.cpp because i have kde3 and kde4 and compiler takes a bad 
header file.
I have downloaded and compiled
libkipi-0.1.6
libkexif-0.2.5
libkexiv2-0.1.7
libkdcraw-0.1.6
kipi-plugins-0.1.6
lastDigikam (0.9.5 from subversion)

For each of the package i just do ./configure and make. I had make an 
export of the kde path (export KDEDIR=/opt/kde3)
Looking at my history i found:
cd /usr/local
mkdir lastDigikam
cd las*
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
export UNSERMAKE=no
make -f Makefile.cvs
./configure


cd libkexif-0.2.5/
export KDEDIR=/opt/kde3
./configure
make
make install

cd ../libkexiv2-0.1.7/
./configure
make
make install

cd ../libkdcraw-0.1.6
./configure
make
make install

cd ../libkipi-0.1.6
./configure
make
make install

cd ../kipi-plugins-0.1.6/
./configure
make
make install

cd ../lastDigikam/
make uninstall
make clean
./configure
make
make install
ln -s /opt/kde3/bin/digikam /usr/bin/digikam

I don't know if something here can help you. I think you should try 
again and you should perhaps begin by  "make uninstall" and "make clean" 
for each package.
Good luck.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20081027/6cfbe340/attachment.html>


More information about the Digikam-users mailing list