GNOME Bugzilla – Bug 665351
g_thread_init is gone in glib 2.31 (obsolete since glib 2.24)
Last modified: 2011-12-02 08:29:12 UTC
gitg fails to build with glib 2.31 (with disable deprecated) due to g_thread_init being removed. since glib 2.24 this call is no longer needed and is implicit.
Created attachment 202563 [details] [review] Don't invoke g_thread_init
Review of attachment 202563 [details] [review]: Looks good.
(In reply to comment #2) > Review of attachment 202563 [details] [review]: > > Looks good. FYI: I don't have commiter access in case this was meant to expect me to commit it. Sorry.
Comment on attachment 202563 [details] [review] Don't invoke g_thread_init Pushed thanks
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.