fyanardi thanks.
1. i have kdelibs-3.5.9.
2. yes i want to compile others app from src.
what have i done till now:
first of all i unpacked a new kdebase (... i have done this whit the same package)
then i configure kdebase like in the
LFS
now i have a new problems:
1. while compiling went a message that the ksvgiconengine.h is missing, so i copy it from the kdelibs-3.5.9 package - it fixed the error
2. while compiling kdesktop it returns an error:
.libs/libkdeinit_kdesktop.so: undefined reference to `KSVGIconEngine::~KSVGIconEngine()
i have looked in ksvgiconengine.h and is defined
the only think which is running through my mind is that i have to make a new build for kdelibs whit the same configuration options (prefix, etc) like i have done whit kdebase.
any suggestions?