GNOME Bugzilla – Bug 700875
g_thread_supported
Last modified: 2013-05-23 22:56:06 UTC
When i try to make package, i`ve got a problem. How to solve it ? glib.c: In function 'gstglibsharp_g_thread_supported': glib.c:30:3: warning: implicit declaration of function 'g_thread_supported' [-Wimplicit-function-declaration] make[3]: *** [glib.lo] Error 1 make[3]: Leaving directory `/home/sergey/Downloads/gstreamer-sharp-0.9.2/gstreamer-sharp/glue' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/sergey/Downloads/gstreamer-sharp-0.9.2/gstreamer-sharp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sergey/Downloads/gstreamer-sharp-0.9.2' make: *** [all] Error 2
This might fix it: commit 8d970ba9789b1d3ae6c38ada8b0de6bbefcf2639 Author: Tim-Philipp Müller <tim@centricular.net> Date: Thu May 23 23:53:29 2013 +0100 glue/glib: g_thread_supported() is deprecated in GLib 2.36 https://bugzilla.gnome.org/show_bug.cgi?id=700875 (But these bindings are for GStreamer 0.10 and not really maintained at the moment).