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)?