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 610053 - matroska fails to build with Sun Studio
matroska fails to build with Sun Studio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.18
Other Solaris
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-16 01:29 UTC by Brian Cameron
Modified: 2010-02-16 01:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing problem (490 bytes, patch)
2010-02-16 01:29 UTC, Brian Cameron
committed Details | Review

Description Brian Cameron 2010-02-16 01:29:34 UTC
Created attachment 153886 [details] [review]
patch fixing problem

Without the attached patch, gst-plugins-good fails to compile with the Sun Studio compiler with this error:

"matroska-demux.c", line 2301: syntax error before or at: 0
"matroska-demux.c", line 2301: undefined symbol: __dbg
"matroska-demux.c", line 2301: syntax error before or at: =
Comment 1 Tim-Philipp Müller 2010-02-16 01:42:06 UTC
Thanks for the patch!

commit a45b351ddf48dc876e8e0ee69575480b57ab3e96
Author: Brian Cameron <brian.cameron@sun.com>
Date:   Tue Feb 16 01:40:19 2010 +0000

    matroska: fix GST_ELEMENT_ERROR usage
    
    Fixes #610053.