Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] (no subject)

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 04 Sep 2004 13:31:55 -0700
packet steve wrote:

After recent SVN updates:

ethereal/gtk/proto_draw.c:825: undefined reference to `g_string_append_printf'
etc.

What is the minimum glib version required?

Still 1.2[.x] - I've checked in a change to use "g_string_sprintfa()"; the 2.x documentation might say that name for the routine is deprecated and new code should use "g_string_append_printf()", but new code that still needs to work with GLib 1.2[.x] can't do that.