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] FYI: Starting webbrowser from Help->Ethereal Online

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: Wed, 23 Jun 2004 17:20:43 -0700 (PDT)
Ulf Lamping said:
> As far as I inspected it, the things seems to be glib2 specific. As I'm
> using the win32 platform, where both gtk1.3 and gtk 2.x uses glib2, I
> didn't noticed it.

...and as I've been using OS X, where the GLib and GTK+ libraries have to
be shared (or, at least, I wasn't able to get it to build with static
libraries) and GLib 1.2[.x]/GTK+ 1.2[.x] can't easily be built shared (I
think the libtool with which they're distributed didn't support OS X), I
didn't notice it, either.  (I suppose I'd have noticed it when I tried
building with 1.2[.x] on one of my non-OS X/non-Windows platforms.)

> Hmmm, anyone has a good idea to solve this?

Copy the GLib 2.x routines in question and use them if GLib doesn't have
them?