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.