Greetings,
The other day I got a copy of the latest cvs updates so I could publish a
patch. When I did the cvs update, I got an error about configure and
incompatibilities. I could not resolve them so I got the latest configure. I
could not make it work so I moved my copy of the tree and captured a new copy
of the tree with 'cvs -z3 checkout ethereal'. I did a configure on that
(unchanged) copy of the tree. Here is the typescript:
Script started on Wed May 5 09:43:39 1999
[jjm@jjm ethereal]$./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i586-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking to see if we can add '-Wall' to CFLAGS... yes
checking for gtk-config... /usr/local/bin/gtk-config
checking for GTK - version >= 1.0.0... yes
checking for extraneous pcap header directories... not found
checking how to run the C preprocessor... gcc -E
checking for net/bpf.h... yes
checking for pcap.h... yes
checking for pcap_open_offline in -lpcap... yes
checking whether to include wiretap library... no
checking whether to enable ipv6 name resolution if available... yes
checking ipv6 stack type... unknown, none
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for stdarg.h... yes
checking for sys/sockio.h... no
checking for sys/types.h... yes
checking for netinet/in.h... yes
checking for sa_len in struct sockaddr... no
checking whether byte ordering is bigendian... no
checking whether gcc needs -traditional... no
checking for socket... yes
checking for snprintf... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
[jjm@jjm ethereal]$ make
cd . && aclocal
aclocal: configure.in: 48: macro `AM_PATH_GTK' not found in library
make: *** [aclocal.m4] Error 1
[jjm@jjm ethereal]$ exit
Script done on Wed May 5 09:44:30 1999
Now, I can see that AM_PATH_GTK is declared in aclocal.m4 (line 273 on my
system), but why can't aclocal find it?
I am using gtk+ 1.2.2.
Any help would be appreciated.
Thanks!
--john
-------------------------------------
Name: John McDermott
VOICE: +1 505/377-6293 FAX +1 505/377-6313
E-mail: John McDermott <jjm@xxxxxxxxxx>
Writer and Computer Consultant
-------------------------------------