Ethereal-dev: Re: [Ethereal-dev] Proposal: Win32 "parallel" generation of GTK 1 and 2 versions

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Sat, 24 Jan 2004 12:22:18 +0100
Joerg Mayer wrote:

On Sat, Jan 24, 2004 at 11:12:08AM +0100, Ulf Lamping wrote:
I found a way, being able to generate both versions with one make run.
...
If I won't get any veto, I will check in these changes.

There is one thing that I'm unsure of: You rist build the gtk1 stuff
(everything including gui), using gtk1 and glib1. After that, you build
the gtk2 stuff (gui only), probably with glib2.
I have no idea off the effects this mixing of glib1 and glib might
have.

 ciao
    Jï¿œrg

Thats not correct!

For quite a while, we *require* to even build the GTK1.3 port with GLIB version 2 *only*.

To qoute config.nmake:
#
# Current versions of GTK+ 1.3 require GLib 2.0.  Earlier versions of
# GTK+ 1.3 are buggy; we don't recommend using them, and we don't
# support them.  Upgrade to the current version.
#

So this shouldn't be a problem here :-)

Regards, ULFL