tag 707355 + pending thanks I have a local fix for this bug but I also need to do some conversions due to changes in the upstream support site, so haven't committed to VCS yet. (Also waiting for some build-deps to stabilise in sid before uploading.)
--- main.c (revision 157)
+++ main.c (working copy)
@@ -148,7 +148,10 @@
remaining_args = NULL;
num_args = 0;
error = NULL;
+ // deprecated and useless for glib >= 2.36 but needed before.
+#ifndef GLIB_DEPRECATED_IN_2_36
g_type_init ();
+#endif
option_context = g_option_context_new ("");
g_option_context_add_main_entries (option_context,
option_entries, GETTEXT_PACKAGE);
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
pgpPwof2qEeF7.pgp
Description: PGP signature

