[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] Using CVS
From: |
Joop Stakenborg |
Subject: |
Re: [Tlf-devel] Using CVS |
Date: |
12 Mar 2003 19:31:42 +0100 |
Op wo 12-03-2003, om 18:12 schreef Bob Nielsen:
> On Wed, Mar 12, 2003 at 05:12:37PM +0100, Joop Stakenborg wrote:
> > Op ma 10-03-2003, om 22:53 schreef Bob Nielsen:
> > > I downloaded the CVS files, but it looks like only the source code is
> > > included. I tried replacing my previous tlf/src directory with those
> > > files and running configure, but get the following error:
> > >
> > > make[2]: *** No rule to make target ../configure.in', needed by
> > > Makefile.in'.
> > > Stop.
> > >
> > > Am I missing something?
> > >
> >
> > Try to run autoconf and automake and re-run configure. You need at least
> > automake-1.5.
> >
>
> I did that, but get the following:
>
> automake-1.7
> configure.in:3: version mismatch. This is Automake 1.7.3,
> configure.in:3: but the definition used by this AM_INIT_AUTOMAKE
> configure.in:3: comes from Automake 1.4-p6. You should recreate
> configure.in:3: aclocal.m4 with aclocal and run automake again.
> /usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.7/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
>
> I ran aclocal, but this message still occured. I ran configure anyway,
> but got the following when invoking make:
>
I tried it with the latest tlf. Works fine here on Debian/unstable. Did
you run aclocal-1.7? aclocal will run the 1.4 version of aclocal I
believe.
> autoheader: missing template: WANT_HAMLIB
> Use AC_DEFINE([WANT_HAMLIB], [], [Description])make: *** [config.h.in] Error 1
>
> This happens with or without using --enable-hamlib with configure.
>
> Bob
>
> Bob
>
>
> _______________________________________________
> Tlf-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/tlf-devel
>
Joop