Ethereal-dev: Re: [Ethereal-dev] Makefile broken in CVS repo for mgcp?

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: Thu, 16 Nov 2000 11:41:40 -0500
On Thu, Nov 16, 2000 at 11:22:37AM -0500, Craig Rodrigues wrote:
> Hi,
> 
> I just did a cvs update to grab the latest Ethereal from the
> repository, and I am getting some build errors in the mgcp
> directory:
> 
> Making all in mgcp
> gmake[3]: Entering directory `/home/crodrigu/ethereal/plugins/mgcp'
> gmake[3]: *** No rule to make target `all'.  Stop.
> gmake[3]: Leaving directory `/home/crodrigu/ethereal/plugins/mgcp'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/home/crodrigu/ethereal/plugins'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/home/crodrigu/ethereal'
> gmake: *** [all-recursive-am] Error 2
> 
> In the plugins/mgcp directory, it looks like there are
> some missing autoconf files, so the proper Makefiles are not being
> generated....

It should build okay. Try running "./autogen.sh" from the top
to force the autoconf stuff. My mgcp directory, after a build, looks
like this:

AUTHORS  ChangeLog  Makefile.am     NEWS	  packet-mgcp.c
COPYING  INSTALL    Makefile.in     mgcp.la	  packet-mgcp.lo
CVS	 Makefile   Makefile.nmake  moduleinfo.h  packet-mgcp.o

--gilbert