And HOW is that going to solve the basic problem of detect-autoconf.pl not being able to execute?
Printable View
this is the error
seems like installing/updating autotools would be a good place to start.Code:*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
Even i get an error message which dont allow me to compile a project or even a C file atleast. Any help would be much appriciatedCode:cd '/home/ssharish/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs &&
mkdir '/home/ssharish/hello/debug' && cd '/home/ssharish/hello/debug' && CFLAGS="-O0 -g3 "
"/home/ssharish/hello/configure" --enable-debug=full && cd '/home/ssharish/hello/debug/./src' &&
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k hello
aclocal
make: aclocal: Command not found
make: *** [all] Error 127
*** Exited with status: 2 ***
Thank you
ssharish2005
ohh cool, i got working!!! Thanks Brewbuck.
ssharish2005