[Bug 740530] New: gstglapi.h:42:21: fatal error: EGL/egl.h: No such file or directory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 22 06:45:37 PST 2014


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

           Summary: gstglapi.h:42:21: fatal error: EGL/egl.h: No such file
                    or directory
    Classification: Platform
           Product: GStreamer
           Version: 1.4.4
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: arnaud at sphaero.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Trying to compile the 1.4 branch on a Raspberry Pi is giving the following
errors:

In file included from ../gstgl_fwd.h:26:0,
                 from gstglwindow_dispmanx_egl.c:27:
../../../../gst-libs/gst/gl/gstglapi.h:42:21: fatal error: EGL/egl.h: No such
file or directory

I can get around it by doing 

make CPPFLAGS+='-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux'

However I already did

LDFLAGS='-L/opt/vc/lib' CFLAGS='-I/opt/vc/include
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux' CPPFLAGS='-I/opt/vc/include
-I/opt/vc/include/interface/vcos/pthreads
-I/opt/vc/include/interface/vmcs_host/linux' ./autogen.sh --disable-gtk-doc
--disable-examples

So I did not expect this for running make as well?

Am I missing something or is this a bug in automake setup?

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