Ethereal-dev: Re: [ethereal-dev] Problem making ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 9 Aug 1999 11:37:40 -0500
On Mon, Aug 09, 1999 at 11:07:17AM -0500, John McDermott wrote:
> 
> 
> 
> Greetings,
> 
> I just got back from an extended trip and tried to make the latest
> ethereal from the CVS tree.  I did a 'cvs ethereal -P' and a
> './autogen.sh' and then a 'make ethereal' and got lots of errors.  I
> then reloaded all the files with a new cvs checkout.
> 
> I still get the errors.  Here is what I get (modulo line wrap):
> 
> [jjm@jjm ethereal]$ cd ethereal
> [jjm@jjm ethereal]$ ./autogen.sh
> Running ./configure with no arguments. If you wish to pass any,
> please specify them on the ./autogen.sh command line.
> processing .
> aclocal: configure.in: 53: macro `AM_PATH_GTK' not found in library

What version of automake are you using? 1.4? Use 'automake --version'
to find out. 'aclocal', part of the automake package, creates aclocal.m4.
It should have put the definition for AM_PATH_GTK in there.

Be sure you have the lastest automake and autoconf from any GNU archive.

--gilbert