You are not logged in.

#1 2010-10-09 19:57:30

locke87
Member
Registered: 2010-03-29
Posts: 41

build KDE wrong include

Hey,

right now I try to build KDE from the sourcecode, but I'm currently struggling:

I already compiled kdesupport, all files are installed to /home/kde-devel/kde.
My .bashrc looks like this: http://techbase.kde.org/Getting_Started … ts/.bashrc

But when I try to compile kdelibs I get the following error:

Could NOT find LibAttica:  Found version "0.1.4", but required is at least "0.1.90" (found /usr/lib/libattica.so)

So cmake seems to look in the wrong lib-folder.

Here are some outputs of some variables:

$ echo $LD_LIBRARY_PATH
/home/kde-devel/kde/lib:/lib
$ echo $PKG_CONFIG_PATH
/home/kde-devel/kde/lib/pkgconfig:/usr/lib/pkgconfig

Furthermore the files are installed correctly:

$ ls $KDEDIR/lib | grep attica
libattica.so
libattica.so.0
libattica.so.0.2.0

$ cat $KDEDIR/lib/pkgconfig/libattica.pc | grep Version
Version: 0.2.0

So for me everything seems to be set up correctly, but it doesn't work... any ideas?

locke

Offline

Board footer

Powered by FluxBB