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 679205 - Fix build with gcc 4.7
Fix build with gcc 4.7
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
0.9.x
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-30 19:46 UTC by Bjørn Lie
Modified: 2012-10-06 11:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (312 bytes, patch)
2012-06-30 19:46 UTC, Bjørn Lie
committed Details | Review

Description Bjørn Lie 2012-06-30 19:46:13 UTC
Created attachment 217746 [details] [review]
Patch

Gst-sharp fails to build with gcc 4.7
The attached patch fixes the build.
Comment 1 Tim-Philipp Müller 2012-07-10 09:52:47 UTC
Did you really mean 'gcc 4.7' here and not 'newer GLib versions'?

It would be great if you could report how it fails next time (compiler error message etc.).

 commit 23537b22f4c7e6918bca9a84036c33b0cafdcf67
 Author: Bjørn Lie <bjorn.lie@gmail.com>
 Date:   Tue Jul 10 10:50:19 2012 +0100

    Don't include glib/gthread.h directly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679205