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] Win32 GTK3 bundle 3.4.0-3.9 not in current 'tag' ?

From: Anders Broman <a.broman@xxxxxxxxxxxx>
Date: Sun, 23 Dec 2012 00:14:15 +0100
Bill Meier skrev 2012-12-21 17:10:
Anders:

In SVN #46614 you changed config.nmake GTK3 (for Win32) to switch back to 3.4.0-3.9.

------------------------------------------------------------------------
r46614 | etxrab | 2012-12-19 01:55:11 -0500 (Wed, 19 Dec 2012) | 1 line

Don't yse the new GTK3 bundle, it lacks the tools
------------------------------------------------------------------------

-#GTK_PKG=3.4.0-3.9
-GTK_PKG=3.4.4-2.1
+GTK_PKG=3.4.0-3.9
+#GTK_PKG=3.4.4-2.1


Unfortunately that version is not part of the current Win32 libs 'tag' and so the library setup fails if I'm configure to use GTK3.

(In fact it was deleted from the win32 libs trunk in early May, 2012).

1. It sounds like I should add the 3.4.0-3.9 bundle to the current tag.

   If that's correct, let me know and I'll do the add.
I have corrected the config file. I think I got confused by the commit message of the bundles thinking a new GTK 3.4 bundle was added too.

2. Just for curiosity:

What tooks are missing ?
glib-compile-schemas

From the make file:

!IFDEF GTK_SCHEMAS_DIR
if not exist $(INSTALL_DIR)\$(GTK_SCHEMAS_DIR) mkdir $(INSTALL_DIR)\$(GTK_SCHEMAS_DIR) if not exist $(GTK_DIR)\$(GTK_SCHEMAS_DIR)\gschemas.compiled $(GTK_DIR)\bin\glib-compile-schemas $(GTK_DIR)\$(GTK_SCHEMAS_DIR) xcopy $(GTK_DIR)\$(GTK_SCHEMAS_DIR)\gschemas.compiled $(INSTALL_DIR)\$(GTK_SCHEMAS_DIR) /d



Bill

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe