Ethereal-dev: Re: [Ethereal-dev] Build ethereal within cygwin

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 4 Feb 2003 11:43:16 -0800
On Tue, Feb 04, 2003 at 02:11:47PM +0100, Biot Olivier wrote:
> Now ethereal should run, but instead I get GTK critical error messages (see
> attachment). What went wrong?

This might be a problem with the private version of the GTK+ clist
widget that we have (to deal with older versions of GTK+ where
constructing a clist of N items takes N^2 time).

Try removing "gtkclist.c" from the gtk/Makefile.am file, get rid of
gtkclist.obj, re-run configure, and try again.