[Bug 733797] Documentation fails to build

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 1 06:03:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733797
  GStreamer | gst-plugins-bad | 1.4.0

--- Comment #3 from Matthew Waters <ystreet00 at gmail.com> 2014-08-01 13:03:22 UTC ---
Yes, the problem is that the .types file includes the <gst/gl/gl.h> which
assumes that some kind of GL header was included before attempting to include
the stuff in gst-libs/gst/gl/glprototypes which contains references to the GL
types (GLenum, GLuint, etc) thus producing the above error.

Even if you get past the hurdle of the includes using #ifdef __FOOL_GTK_DOC__
then the program it builds will require symbols in the libgstgl library that
will not be resolved producing a linker error.  To get around this, when you
attempt to selectively use the offending functions by strategically placing #if
preprocesser statements in the .types file, gtk-doc assumes that these #if's
are functions and will produce a source file that will have a stray '#if' in it
and produce a compile error.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list