I am having trouble building c++ programs in KDevelop. I am trying to compile the hello2 program example that comes with KDevelop and I get the following error...
Code:
cd '/programming/khello2/khello2' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/programming/khello2/khello2/debug' && cd '/programming/khello2/khello2/debug' &&
CXXFLAGS="-O0 -g3" "/programming/khello2/khello2/configure" --enable-debug=full && cd '/programming/khello2/khello2/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
This Makefile is only for the CVS repository
This will be deleted before making the distribution
<br />
*** YOU'RE USING automake (GNU automake) 1.9.1.
*** KDE requires automake 1.6
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***
It works fine on my Slackware and Gentoo boxes but it wont work on my laptop running Yoper v2 with the 2.6.8.1-3 kernel. I have KDevelop 3.1.0 and KDE 3.3.0. I just started playing around with KDevelop yesterday so I am a noob when it comes to this stuff.
Thanks in advance!
