Im having problems compiling KDE 3.2.0
arts and kdelibs compile fine but when compiling kdebase its stops like this:
".deps/bookmarkinfo.Tpo" \
-c -o bookmarkinfo.lo `test -f 'bookmarkinfo.cpp' || echo './'`bookmarkinfo.cpp; \
then mv -f ".deps/bookmarkinfo.Tpo" ".deps/bookmarkinfo.Plo"; \
else rm -f ".deps/bookmarkinfo.Tpo"; exit 1; \
fi
/usr/local/kde-3.2.0/bin/dcopidlng ./dcop.h > dcop.kidl || ( rm -f dcop.kidl ; false )
/usr/local/kde-3.2.0/bin/dcopidlng: line 1: kde-config: command not found
Can't open perl script "/dcopidlng/kalyptus": No such file or directory
make[3]: *** [dcop.kidl] Error 1
make[3]: Leaving directory `/mnt/hda5/compile/kdebase- 3.2.0/konqueror/keditbookmarks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/hda5/compile/kdebase- 3.2.0/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hda5/compile/kdebase-3.2.0'
make: *** [all] Error 2
My Linux installation is based on LFS 5.0pre1 and im using GCC-3.3.1.
Any ideas how i should go about getting past this ?
thanks for any help