I re-compiled kdevelop as root, followed all the instructions I could find, and etc and etc...
Now when I compile a c++ program with nothing in it, here is what I get:
gmake all-recursive
gmake[1]: Entering directory `/home/pfristoe/C++/ex5_02'
cd . && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=Makefile /bin/sh ./config.status
fast creating Makefile
config.status: executing default-1 commands
gmake[1]: Leaving directory `/home/pfristoe/C++/ex5_02'
gmake[1]: Entering directory `/home/pfristoe/C++/ex5_02'
Making all in ex5_02
gmake[2]: Entering directory `/home/pfristoe/C++/ex5_02/ex5_02'
cd .. && \
/bin/sh /home/pfristoe/C++/ex5_02/admin/missing --run automake --gnu ex5_02/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/home/pfristoe/C++/ex5_02/ex5_02'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/pfristoe/C++/ex5_02'
gmake: *** [all] Error 2
*** failed ***
Do you know how to recreate the aclocal.m4? I don't know what it is talking about...
HELP!
Now when I compile a c++ program with nothing in it, here is what I get:
gmake all-recursive
gmake[1]: Entering directory `/home/pfristoe/C++/ex5_02'
cd . && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=Makefile /bin/sh ./config.status
fast creating Makefile
config.status: executing default-1 commands
gmake[1]: Leaving directory `/home/pfristoe/C++/ex5_02'
gmake[1]: Entering directory `/home/pfristoe/C++/ex5_02'
Making all in ex5_02
gmake[2]: Entering directory `/home/pfristoe/C++/ex5_02/ex5_02'
cd .. && \
/bin/sh /home/pfristoe/C++/ex5_02/admin/missing --run automake --gnu ex5_02/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake[2]: *** [Makefile.in] Error 1
gmake[2]: Leaving directory `/home/pfristoe/C++/ex5_02/ex5_02'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/pfristoe/C++/ex5_02'
gmake: *** [all] Error 2
*** failed ***
Do you know how to recreate the aclocal.m4? I don't know what it is talking about...
HELP!