Please tell me how to compile digikam

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Please tell me how to compile digikam

Jens Müller-10
Am Montag, 17. Mai 2010, um 04:47:49 schrieb [hidden email]:

> I have the same problem. I just compiled under Fedora 13 64bit following
> the "svnAlongStable" method, the kio_digikamalbums.so is located
> in /usr/local/lib64/kde4/ so I've changed the path in the script
> accordingly - export
> LD_LIBRARY_PATH="$DIGIKAMDEST/lib64/kde4:$DIGIKAMDEST/lib64:$DIGIKAMDEST/li
> b:$LD_LIBRARY_PATH" - same with LDPATH. But I'm still getting the same
> error - digikam(16815): couldn't create slave: "Nen? mo?n? vytvo?it
> io-slave: klauncher hl?s?: Chyba p?i nahr?v?n? 'kio_digikamdates'.
>
> Also compiling this on Fedora is harder than I'd thought. libkexiv2 had
> some building issues, which I managed to resolve. DigiKam also had some
> build && linker issues. I don't know why, but cmake picked the right
> libkexiv2 and libkdcraw libs in /usr/local, but during make, it was using
> the distribution ones. Same with include dirs. I don't know cmake too
> well, so after trying to set few parameters I ended up moving the system
> include files to some other place. Then I just run make again and it
> picked up the right includes. Same with libs. Maybe this is 64bit system
> related...I don't know. What may be the issue here?
>
> Later I might also send the steps needed to build digiKam on Fedora,
> including needed packages, if it would be wanted for the howto.

I think the build and links issues can be solved by exporting appropriate
include and lib dirs before compiling:

# export INCLUDE_DIR="/usr/local/include:$INCLUDE_DIR"
# export LIB_DIR="/usr/local/lib:/usr/local/lib64:$LIB_DIR"

Regards, Jens

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