ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Wireshark 1.10.0rc1 is now available

From: Reinhard Speyerer <rspmn@xxxxxxxx>
Date: Wed, 01 May 2013 21:09:54 +0200
Gerald Combs <gerald@xxxxxxxxxxxxx> wrote:

> I'm proud to announce the release of Wireshark 1.10.0rc1. This is the
> first release candidate for Wireshark 1.10.0.

Hi Gerald,

unfortunately Wireshark 1.10.0rc1 no longer builds with glib 2.14 as
wmem_test.c uses several g_test_* functions that were only introduced
in glib 2.16.

Please consider applying the following patch to trunk-1.10

--- configure.ac.~1~	2013-05-01 19:21:14.000000000 +0200
+++ configure.ac	2013-05-01 19:22:28.000000000 +0200
@@ -1065,3 +1065,3 @@
 
 -GLIB_MIN_VERSION=2.14.0
 +GLIB_MIN_VERSION=2.16.0
  AC_SUBST(GLIB_MIN_VERSION)

or disabling test programs for glib < 2.16 if these functions are not
used in Wireshark proper.

Regards,
Reinhard