compiling 0.10 on Kubuntu

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

compiling 0.10 on Kubuntu

Bugzilla from gandalf.lechner@univie.ac.at
Hi there,

I have problems compiling the current 0.10 svn version of digikam under
Kubuntu 8.04 (64 bit). So if there is someone out there who managed to do it,
I could use some advice.

The situation is as follows: Following the instructions on the digikam
website, I checked out the svn kde4 version, giving me a graphics/ and a
kdegraphics/ folder. Then I gave the command

cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4 .

in the kdegraphics folder, then make and sudo make install to install the
libs, works fine. But when I do the same in the graphics/ folder to compile
digikam itself, I always receive dependency errors, i.e. the cmake script
claims that several libs (libkipi, libkdcraw, libkexiv2) are missing -
although I just compiled and installed them from svn!

If someone else has experienced this or similar problems and knows how to
solve it, I would be glad to learn it, too.

Best,
Gandalf


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 0.10 on Kubuntu

Bugzilla from mikmach@wp.pl
Dnia Tuesday 08 of July 2008, Gandalf Lechner napisał:

> Hi there,
>
> I have problems compiling the current 0.10 svn version of digikam under
> Kubuntu 8.04 (64 bit). So if there is someone out there who managed to
> do it, I could use some advice.
>
> The situation is as follows: Following the instructions on the digikam
> website, I checked out the svn kde4 version, giving me a graphics/ and a
> kdegraphics/ folder. Then I gave the command
>
> cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
> .
>
> in the kdegraphics folder, then make and sudo make install to install
> the libs, works fine. But when I do the same in the graphics/ folder to
> compile digikam itself, I always receive dependency errors, i.e. the
> cmake script claims that several libs (libkipi, libkdcraw, libkexiv2)
> are missing - although I just compiled and installed them from svn!

You have to modify paths leading to libraries. LIBDIR and
LD_LIBRARY_PATH.

m.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 0.10 on Kubuntu

Bugzilla from gandalf.lechner@univie.ac.at

> You have to modify paths leading to libraries. LIBDIR and
> LD_LIBRARY_PATH.

Ok, that sounds like a possible reason - but how do I change these paths? I
don't know cmake etc, so could you please specify this in some more detail?

Thanks in advance,
Gandalf


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

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 0.10 on Kubuntu

Bugzilla from mikmach@wp.pl
Dnia Wednesday 09 of July 2008, Gandalf Lechner napisał:
> > You have to modify paths leading to libraries. LIBDIR and
> > LD_LIBRARY_PATH.
>
> Ok, that sounds like a possible reason - but how do I change these
> paths? I don't know cmake etc, so could you please specify this in some
> more detail?
>

Place these lines in some {file}:

prepend LIBDIR /usr/lib/kde4
prepend LD_LIBRARY_PATH /usr/lib/kde4

And before compilation and each subsequent running of KDE4 app use

source {file}

in konsole, and run all KDE4 apps from this konsole.

m.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 0.10 on Kubuntu

Gerhard Kulzer-3
Had the same problem since I switched over from kde-devel to user (running
KDE4.1 for good now):
You need another variable to be set:
export PKG_CONFIG_PATH=LD_LIBRARY_PATH/lib/pkgconfig
or something like this. Check where your kde4 pkgconfig folder is.

Gerhard

On Wednesday 09 July 2008 16:49:45 Mikolaj Machowski wrote:

> Dnia Wednesday 09 of July 2008, Gandalf Lechner napisał:
> > > You have to modify paths leading to libraries. LIBDIR and
> > > LD_LIBRARY_PATH.
> >
> > Ok, that sounds like a possible reason - but how do I change these
> > paths? I don't know cmake etc, so could you please specify this in some
> > more detail?
>
> Place these lines in some {file}:
>
> prepend LIBDIR /usr/lib/kde4
> prepend LD_LIBRARY_PATH /usr/lib/kde4
>
> And before compilation and each subsequent running of KDE4 app use
>
> source {file}
>
> in konsole, and run all KDE4 apps from this konsole.
>
> m.
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users

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