Wednesday, June 20, 2007

kscope - download and build

The current version of KScope is 1.5.2, I download it (kscope-1.5.2.tar.gz) from sourceforge.net, I also tried the cvs way, but it seems broken to me, so I thought the cvs version was in development.

On FC5, I have to install KDE staff with Qt to make the configure script happily go through.

yum install kdelibs-devel kdebase


Then is make command to build the kscope, but there is a failure that need to be fixed, here is the fix.
cd /usr/lib
ln -s /usr/lib/libkateinterfaces.so.0.0.0 /usr/lib/libkateinterfaces.so
ln -s /usr/lib/libkateutils.so.0.0.0 /usr/lib/libkateutiles.so


I don't know why the old link doesnot work, now try "make" and "make install", kscope would run on my FC5.