[Bug 770523] New: Build failure: fatal error: gst/gl/gstglconfig.h: No such file or directory

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 28 19:17:17 UTC 2016


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

            Bug ID: 770523
           Summary: Build failure: fatal error: gst/gl/gstglconfig.h: No
                    such file or directory
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gst-omx
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The current master of gst-omx fails to build on Raspbian as follows:

Making install in omx
make[1]: Entering directory '/home/pi/packages/gstreamer-master/gst-omx/omx'
  CC       libgstomx_la-gstomxvideodec.lo
In file included from /usr/local/include/gstreamer-1.0/gst/gl/gstgl_fwd.h:26:0,
                 from /usr/local/include/gstreamer-1.0/gst/gl/gl.h:29,
                 from gstomxvideodec.c:40:
/usr/local/include/gstreamer-1.0/gst/gl/gstglapi.h:24:32: fatal error:
gst/gl/gstglconfig.h: No such file or directory
 #include <gst/gl/gstglconfig.h>
                                ^
compilation terminated.
Makefile:703: recipe for target 'libgstomx_la-gstomxvideodec.lo' failed
make[1]: *** [libgstomx_la-gstomxvideodec.lo] Error 1
make[1]: Leaving directory '/home/pi/packages/gstreamer-master/gst-omx/omx'
Makefile:505: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

The primary cause is that gst/gl/gstglconfig.h has moved from the include/
directory to the lib/gstreamer-1.0/include/ directory, and gst-omx does not
appear to include this directory from within autoconf.

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