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: Susan M Lockwood <Susan_M_Lockwood@xxxxxxxxxxxx>
Date: Fri, 25 Jun 2004 08:57:21 -0700

Hi, Noah -

Answers to your questions below. Thanks for helping...

--> What version of ethereal?

ethereal-2004-04-26.tar.gz

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

configured by ./configure, generated by GNU Autoconf 2.59,
with options "'--config-cache' '--without-pcap'"

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

USE_GTK2_FALSE =
USE_GTK2_TRUE = #

--> Did you build the glib-1.2.10 and gtk+-1.2.10 described in README.win32?  

Near as I can tell, yes. I'm a newbie, so I was following the directions pretty closely and not
making what may be some obvious assumptions/leaps of logic.

glib/gtk+ versions and patches downloaded yesterday from  ftp://ftp.gtk.org/pub/gtk/v1.2/
(glib-1.2.10.tar.gz and glib-1.2.10.tar.gz)

- Susan

=========================================

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