> 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
> configure.in:116: warning: AC_TRY_RUN called without default to allow
> cross compiling
> automake: configure.in: installing `./install-sh'
> automake: configure.in: installing `./mkinstalldirs'
> automake: configure.in: installing `./missing'
> automake: configure.in: installing `./config.sub'
> configure.in:116: warning: AC_TRY_RUN called without default to allow
> cross compiling
> autoconf: Undefined macros:
> configure.in:113:AC_ETHEREAL_STRUCT_SA_LEN
> configure.in:65: AC_ETHEREAL_PCAP_CHECK
> configure.in:77: AC_ETHEREAL_IPV6_STACK
Hmm. All but AM_PATH_GTK are defined in "acinclude.m4", and
AM_PATH_GTK should be defined by "/usr/share/aclocal/gtk.m4" (installed
when GTK+ is installed); does it exist on your machine? If not, perhaps
"aclocal", when it reported
aclocal: configure.in: 53: macro `AM_PATH_GTK' not found in library
quit without copying the other macros over to "aclocal.m4".
> /usr/local/include/glib.h:66: glibconfig.h: No such file or directory
That appears to be in "/usr/local/lib/glib/include" by default; the
Makefile should include "-I/usr/local/lib/glib/include" (or wherever it
is).