Hi,
I need a little help, I wanted to compile the latest digikam 0.10 from SVN, but it always complains, that libkdcraw is not found... I installed, like on the homepage described, kdegraphics/libs first... I installed it with prefix /usr and tried to compile digikam afterwards, and I also tried with prefix /usr/local... Can you please help me, what do I need to do? Best, mike _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I don't know if you want to install on kde3 or kde4. I have recently installed digikam 9.5 on kde3 and I found libkdcraw here:Hi, I need a little help, I wanted to compile the latest digikam 0.10 from SVN, but it always complains, that libkdcraw is not found... I installed, like on the homepage described, kdegraphics/libs first... I installed it with prefix /usr and tried to compile digikam afterwards, and I also tried with prefix /usr/local... Can you please help me, what do I need to do? http://www.digikam.org/drupal/node/379 Or from this page http://www.digikam.org/drupal/about/related you have a link to http://www.kipi-plugins.org/drupal/ where you find kipi libkdcraw etc _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Michel Pottier schrieb:
> ... I have recently > installed digikam 9.5 on kde3 and I found libkdcraw here: Michel, could you please share your build skript? I tried to compile 9.5svn unter Ubuntu/hardy with kde3, but failed. Thanks, Markus _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Markus Spring a écrit :
Hello Markus,Michel, could you please share your build skript? I tried to compile 9.5svn unter Ubuntu/hardy with kde3, but failed. 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. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |