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.
2. Just for curiosity:
What tooks are missing ?
Bill