After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700875 - g_thread_supported
g_thread_supported
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
0.9.x
Other Linux
: Normal normal
: 0.9.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-23 08:19 UTC by serpol
Modified: 2013-05-23 22:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description serpol 2013-05-23 08:19:17 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
Comment 1 Tim-Philipp Müller 2013-05-23 22:56:06 UTC
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).