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 139109 - Compilation of gst-plugins fails because of errors in header
Compilation of gst-plugins fails because of errors in header
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.0
Other Linux
: High normal
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-05 07:00 UTC by Jens Granseuer
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Compile fix (684 bytes, patch)
2004-04-05 07:01 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2004-04-05 07:00:33 UTC
For me compilation of gst-plugins failed (gcc 2.95.3). The problem is in
gst/gsttrace.h where the

G_BEGIN_DECLS
...
G_END_DECLS

is nested wrongly. The attached patch fixes that and also moves some suspicious
looking nested #ifdef block.
Comment 1 Jens Granseuer 2004-04-05 07:01:02 UTC
Created attachment 26341 [details] [review]
Compile fix
Comment 2 David Schleef 2004-04-05 19:08:02 UTC
Applied, thanks.

Did you use --disable-trace in configure?  We don't really support using that
flag, since nobody actively tests it.  We'd of course be happy to apply any
patches for problems that are caused by using the flag, though.
Comment 3 Jens Granseuer 2004-04-06 07:12:25 UTC
Yes, that's what I used. I hope that remains the only problem then.
Comment 4 David Schleef 2004-04-09 06:23:36 UTC
Oops, this was supposed to be closed.