http://studftp.stut.edu.tw/~493k0001/kdevelop.pdf
我根據這個連結的範例操作,但是到第四頁編譯程式的時候就失敗了,下列是終端機出現的錯誤,我從鏡射站直接安裝的,請問我該怎麼解決這問題?
cd '/home/bernice/code/test12' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/bernice/code/test12/debug' && cd '/home/bernice/code/test12/debug' && CXXFLAGS="-O0 -g3" "/home/bernice/code/test12/configure" --enable-debug=full && cd '/home/bernice/code/test12/debug/./src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k test12
This Makefile is only for the CVS repository
This will be deleted before making the distribution
./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***