All right....thanks for the advice.... Pietro -----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:ntop-admin@;unipi.it] Per conto di Burton M. Strauss III Inviato: luned� 11 novembre 2002 16.15 A: [EMAIL PROTECTED] Oggetto: RE: [Ntop] Ntop cvs compiling problem
STFW: http://mail.gnu.org/pipermail/automake-patches/2002-January/000559.html It's a deliberate change on the part of automake, that breaks ANY chance of distributing ONE set of files... screw 'em... However, if you knew enough to cut & paste the relevant lines, why didn't you recreate aclocal as directed? rm aclocal.m4 aclocal Does that work?? The scripts work, are tested w/ and the versions in the ntop cvs are from automake 1.6.3. The make step has logic to automatically recreate a missing aclocal.m4, but make uses file time stamps, so if the aclocal.m4 is newer than it's components, acinclude.m4 and the installed automake files themselves, well, it won't recreate it... Similarly, the cat that creates acinclude.m4 from acinclude.m4.ntop and libtool.m4.in is also time stamp driven. The only accommodation in ntop for automake 1.7 is the acinclude.m4.in change, which is to work-around a 1.7 bug -- fixed by pulling an automake bug fix (which is probably in 1.7.1) from the automake cvs. With that fix, the scripts in the ntop cvs work just fine for me under automake 1.7 / autoconf 2.54 downloaded from gnu and built from scratch. I guess we'll just have to detect automake > 1.7 and stop with instructions to recreate the files... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:ntop-admin@;unipi.it]On Behalf Of Pietro Bandera Sent: Monday, November 11, 2002 8:22 AM To: [EMAIL PROTECTED] Subject: R: [Ntop] Ntop cvs compiling problem Well i have updated the two files taht you said but i always got this error: checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for aclocal.m4... checking for aclocal.m4... yes checking for depcomp... no Invoking automake to copy depcomp... configure.in:125: version mismatch. This is Automake 1.7.1, configure.in:125: but the definition used by this AM_INIT_AUTOMAKE configure.in:125: comes from Automake 1.6.3. You should recreate configure.in:125: aclocal.m4 with aclocal and run automake again. Makefile.am: installing `./depcomp' /usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL checking for gawk... (cached) gawk Checking C compiler program and features... And so at the end of configure script i can't run make -----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:ntop-admin@;unipi.it] Per conto di Burton M. Strauss III Inviato: luned� 11 novembre 2002 14.48 A: [EMAIL PROTECTED] Oggetto: RE: [Ntop] Ntop cvs compiling problem Which version of the cvs? I put a fix in Friday or Saturday for this problem, which SHOULD have worked... make sure you have the acinclude.m4.in version (look for that new file). If you have it, try deleting acinclude.m4 and aclocal.m4 and have ntop recreate them. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:ntop-admin@;unipi.it]On Behalf Of Pietro Bandera Sent: Monday, November 11, 2002 2:38 AM To: [EMAIL PROTECTED] Subject: [Ntop] Ntop cvs compiling problem Hi all I got this problem in compiling cvs ntop on yellow dog 2.3 with automake-1.7.1-1 and autoconf-2.54-1 After doing the ./configure ..... I can't run make...because i got this error: Makefile:514: *** missing separator. Stop. Can anyone help me? _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
