PDA

View Full Version : [ubuntu 7.10] KDevelop non riesco a compilare


$te
23-02-2008, 19:09
mi da questo messaggio:

cd '/home/linus/sdxv' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/linus/sdxv/debug' && cd '/home/linus/sdxv/debug' && CFLAGS="-O0 -g3 " "/home/linus/sdxv/configure" --enable-debug=full && cd '/home/linus/sdxv/debug/src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k ecco.lo
aclocal
make: aclocal: Command not found
make: *** [all] Error 127
*** Exited with status: 2 ***

devo forse installare qlc ?
grazie

VICIUS
23-02-2008, 23:08
aclocal si trova nel pacchetto automake.

$te
24-02-2008, 22:30
ho scaricato i pacchetti automake e automake e automake 1.10.doc. Io ho ubuntu 7.10.
Ora mi visualizza come errore:

cd '/home/linus/sdxv' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && cd '/home/linus/sdxv/debug' && CFLAGS="-O0 -g3 " "/home/linus/sdxv/configure" --enable-debug=full && cd '/home/linus/sdxv/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
aclocal
configure.in:8: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
automake
/usr/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'
/usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
src/Makefile.am: C++ source seen but `CXX' is undefined
src/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX'
src/Makefile.am: to `configure.in' and run `autoconf' again.
make: *** [all] Error 1
*** Exited with status: 2 ***

$te
25-02-2008, 13:25
ho installato libtool e ora funziona. Pero come faccio a visualizzare quello che viene printato sullo schermo?
grazie