Ethereal-dev: Re: [ethereal-dev] compile ethereal

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 25 Jun 2000 16:07:50 -0700
On Sun, Jun 25, 2000 at 09:41:53PM +0200, Joerg Pareigis wrote:
> packet-socks.c:971: `INT_MAX' undeclared (first use this function)

The line in question is

	hash_info->start_done_row = G_MAXINT;

which means this is probably a GLib issue - GLib is somehow misinstalled
or broken, and is not properly defining G_MAXINT or is failing to
include <limits.h> in one of its header files or something such as that.

You should probably ask the gtk+ mailing list about this; see

	http://www.gtk.org/mailinglists.html

If you send them mail, tell them what version of what Linux distribution
you're using; there's far more to a Linux distribution than just the
kernel, and, in this particular case, the version of the kernel running
probably doesn't make a difference - it's probably more likely to be the
version of libc and/or GLib that matters.