Ethereal-users: Re: [Ethereal-users] Bus error on solaris 5.7 (ethereal 0.8.13)

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

From: Kris Boulez <krbou@xxxxxxxxxx>
Date: Mon, 30 Oct 2000 11:14:59 +0100
Quoting Guy Harris (gharris@xxxxxxxxxxxx):
> On Mon, Oct 30, 2000 at 09:23:15AM +0100, Kris Boulez wrote:
> 
[ ... ]

> doesn't show any libICE routines - it's just showing GTK+ routines -
> that's probably not the problem.
> 

I think the problem might be indeed int GTK+. Compilation was rather
noisy

Making all in gdk
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Gdk\"               -I..
-DGTK_NO_CHECK_CASTS            -DUSE_XIM
-I/usr/local/lib/glib/include -I/usr/local/include -D_REENTRANT
-I/usr/openwin/include    -g -O2 -Wall -c gdk.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -I..
-DGTK_NO_CHECK_CASTS -DUSE_XIM -I/usr/local/lib/glib/include
-I/usr/local/include -D_REENTRANT -I/usr/openwin/include -g -O2 -Wall -c
gdk.c  -fPIC -DPIC -o .libs/gdk.lo
In file included from gdk.c:42:
/usr/openwin/include/X11/Xlib.h:2063: warning: type defaults to `int' in
declaration of `XSetTransientForHint'


I'll look into this somewhat more (if I find time). tethereal works fine
for the moment.

Kris,