Compiling KDE 3.3
I'm attempting to compile KDE 3.3 on Vector Linux (based on Slackware) and running into a problem. I compiled all the pre-reqs and I compiled aRts without any problems. Now when I attempt to do a 'make' on kdelibs I get the following error message:
make all-recursive
make[1]: Entering directory `/root/kdelibs-3.3.1'
Making all in dcop
make[2]: Entering directory `/root/kdelibs-3.3.1/dcop'
cd .. && /bin/sh /root/kdelibs-3.3.1/admin/missing --run autoheader
autoheader: error: shell error while sourcing /tmp/ah29101/traces.sh
make[2]: *** [dcop-path.h.in] Error 1
make[2]: Leaving directory `/root/kdelibs-3.3.1/dcop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/kdelibs-3.3.1'
make: *** [all] Error 2
Any help / suggestions would be greatly appreciated.
TIA
|