ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] no success building ethereal on cygwin/w2k

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

From: Noah Misch <noah@xxxxxxxxxxxxxx>
Date: Thu, 24 Jun 2004 20:24:27 -0700
On Thu, Jun 24, 2004 at 05:17:12PM -0700, Susan M Lockwood wrote:
> Hi, Folks -
> 
> I'm trying to make Ethereal in a cygwin environment on W2K, following the 
> steps listed in the Readme.win32 bundled with the source download.
> 
> Even after applying several of the suggested patches, I'm running into 
> errors that, it seems, others on the dev_list have encountered. I haven't 
> found a workable solution yet.
> 
> Anybody have a handy (perhaps obvious) hint about the following? 
> 
> $ make 
> 
> fails with the following <snipped> complaints about unrefined refs:
> 
> gtk/libui.a(packet_list.o)(.text+0x14b7): In function 
> `packet_list_get_sort_column':
> /cygdrive/c/ethereal/gtk/packet_list.c:702: undefined reference to 
> `_eth_clist_get_type'
> gtk/libui.a(packet_list.o)(.text+0x42a): In function 
> `packet_list_click_column_cb':
> /cygdrive/c/ethereal/gtk/packet_list.c:250: undefined reference to 
> `_eth_clist_sort'

What version of ethereal?

What is the output of ``./config.status --version''?

What is the output of ``grep USE_GTK2 gtk/Makefile''?

Did you build the glib-1.2.10 and gtk+-1.2.10 described in README.win32?  If
not, what version are you using, and where did you get it (including the patches
you applied)?