Announcement

Collapse
No announcement yet.

Kdevelop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kdevelop

    Hey all.

    At school we've been using Kdevelop to write programs in C++. at home, i installed automake, autoconf, kdevelop, and a bunch of dev libraries. when i try to build my project (a simple hello sowlrd program) i get a prompt saying there was no make file found, and asks me if i want to "run automake and friends first"

    i get an error
    cd '/home/smatt454/TEST' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -f Makefile.cvs && mkdir '/home/smatt454/TEST/debug' && cd '/home/smatt454/TEST/debug' && CXXFLAGS="-O0 -g3" "/home/smatt454/TEST/configure" --enable-debug=full && cd '/home/smatt454/TEST/debug/./src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -k test
    aclocal
    autom4te: unknown language: Autoconf-without-aclocal-m4
    aclocal: autom4te failed with exit status: 1
    make: *** [all] Error 1
    *** Exited with status: 2 ***

    this is really frustrating me, and i want to be able to use kdevelop. any ideas?
Working...
X