Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] is the new ethereal release hold off ?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 23 Jul 2003 11:16:32 -0700
On Wed, Jul 23, 2003 at 01:00:44PM -0500, Gerald Combs wrote:
> On Wed, 23 Jul 2003, Joerg Mayer wrote:
> > Btw, would it be possible to change the default for --enable-usr-local to "no"?
> > This option creates lots of warnings about redefining the include file order.
> 
> I just checked in a change to make the default "no".  You may want to
> double-check it on your system.

I just checked it on my system, after applying Kari Tiirikainen's
patches to the SNMP and COPS dissectors:

	gcc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap 
	    -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I. -I./wiretap
	    -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2
	    -I/usr/local/lib/glib/include -I/usr/X11R6/include -c packet-cops.c
	packet-cops.c:49: ucd-snmp/ucd-snmp-config.h: No such file or directory
	packet-cops.c:50: ucd-snmp/asn1.h: No such file or directory
	packet-cops.c:51: ucd-snmp/snmp_api.h: No such file or directory
	packet-cops.c:52: ucd-snmp/snmp_impl.h: No such file or directory
	packet-cops.c:53: ucd-snmp/mib.h: No such file or directory
	packet-cops.c:54: ucd-snmp/default_store.h: No such file or directory
	packet-cops.c:55: ucd-snmp/read_config.h: No such file or directory
	packet-cops.c:56: ucd-snmp/tools.h: No such file or directory

I.e., I now have to use "--enable-usr-local" whenever I configure, as
that's where UCD SNMP is installed.

I think that might increase the number of "why isn't this building?"
questions on the mailing lists; documenting it might help, but people
don't always RTFRM after they download the source....