GNOME Bugzilla – Bug 139109
Compilation of gst-plugins fails because of errors in header
Last modified: 2004-12-22 21:47:04 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.
Created attachment 26341 [details] [review] Compile fix
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.
Yes, that's what I used. I hope that remains the only problem then.
Oops, this was supposed to be closed.