Compile from SVN, libkdcraw not found

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Compile from SVN, libkdcraw not found

Bugzilla from m.mickey@gmx.de
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
Reply | Threaded
Open this post in threaded view
|

Re: Compile from SVN, libkdcraw not found

Bugzilla from michel.pottier@free.fr
Mickey a écrit :
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?
  
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:
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
Reply | Threaded
Open this post in threaded view
|

Re: Compile from SVN, libkdcraw not found

Markus Spring
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
Reply | Threaded
Open this post in threaded view
|

Re: Compile from SVN, libkdcraw not found

Bugzilla from michel.pottier@free.fr
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.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users