Ethereal-dev: Re: [Ethereal-dev] epan dependencies

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

From: "Gisle Vanem" <giva@xxxxxxxxx>
Date: Mon, 23 Feb 2004 18:12:26 +0100
"Guy Harris" <gharris@xxxxxxxxx> said:

> It is independent of the GUI.
> 
> It's just not independent of being linked with a program that defines
> "report_open_failure()" or "report_read_failure()".

Okay, thanks. Here's another case of GUI 'linkage error'.
While linking asn1.dll:

packet-asn1.o(.text+0x8a48): In function `create_message_window':
plugins/asn1/packet-asn1.c:3690: undefined reference to `scrolled_window_new'

AFAICS to resolve this gtk/ui_util.h must be put in plugin/plugin_api_list.c.
But that probably requires GTK for Tethereal.exe too?

--gv