The problem lies in Ethereal defining an own GtkCList (for performance reasons). The problem you mention is common to MinGW and cygwin. Get rid of the gtkclist stuff in the gtk subdirectory (.c .h and also edit Makefiles). Remove object files in the gtk subdir, and rebuild.
See also README.win32 Regards, Olivier -----Original Message----- From: Gisle Vanem I have successfully built some of the Ethereal 0.9.14 distribution (editcap, dftest and tetereal) using MingW and gcc 3.3.1, but got stuck at the main program ethereal. I used my homebrew makefile modeled after makefile.nmake. I get heaps of asserts and warnings from GTK: ---------------------------------------- Gtk-WARNING **: gtk_type_create(): type `GtkCList' already exists. [snip] I also have the MingW compiled g*.a import libraries from the GTK+ 1.3 distribution. And I'm using Glib 1.3.1. What could be the problem? --gv _______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
