[Bug 791956] cerbero build fails on GstGL-1.0.gir

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 27 01:53:06 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791956

--- Comment #4 from rland <rlandjon at gmail.com> ---
Created attachment 365993
  --> https://bugzilla.gnome.org/attachment.cgi?id=365993&action=edit
gst-plugins-base-build-log


> commit d679f752f1f1335d6506ed7a0b3030d7ddb35968
> Author: Tim-Philipp Müller <tim at centricular.com>
> Date:   Tue Dec 26 15:35:35 2017 +0100
> 
>     gl: don't link to system gstallocators
>     
>     We already link to the in-tree gstallocators, no need
>     to link to it again here, which also ends up being the
>     system gstallocators lib.
>     
Thanks Tim,this submission fixes the link error.

BTW,our build system seems hide some errors, I'm not sure if they're a
"problem", but if you look at the compilation log, then you can see lots of
error messages.
---
/usr/include/GL/gl.h:1516: syntax error, unexpected typedef-name, expecting
identifier or '(' in 'typedef void ( * PFNGLDRAWRANGEELEMENTSPROC) (GLenum
mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid
*indices);' at 'PFNGLDRAWRANGEELEMENTSPROC'
/usr/include/GL/gl.h:1516: syntax error, unexpected typedef-name, expecting
identifier or '(' or '*' in 'typedef void ( * PFNGLDRAWRANGEELEMENTSPROC)
(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const
GLvoid *indices);' at 'GLuint'
/usr/include/GL/gl.h:1516: syntax error, unexpected typedef-name, expecting
identifier or '(' or '*' in 'typedef void ( * PFNGLDRAWRANGEELEMENTSPROC)
(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const
GLvoid *indices);' at 'GLuint'

...
----
However, -base can compile successfully :).

-- 
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