[Bug 754750] New: not found header file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 8 17:55:15 PDT 2015


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

            Bug ID: 754750
           Summary: not found header file
    Classification: Platform
           Product: GStreamer
           Version: 1.5.90
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ppiq100 at ryuuo.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

$ cd gstreamer-1.5.90
$ ./configure --prefix=/opt/local
........................................
........................................
........................................
$ make
........................................
gstevent.c: In function 'gst_event_new_buffer_size':
gstevent.c:899:48: error: 
            'GST_TYPE_FORMAT' undeclared (first use in this function)
             GST_QUARK (FORMAT), GST_TYPE_FORMAT, format,
                                                  ^
gstevent.c:899:48: note: each undeclared identifier is reported only once 
             for each function it appears in 
gstevent.c: In function 'gst_event_new_qos':
gstevent.c:1014:46: error: 'GST_TYPE_QOS_TYPE'
             undeclared (first use in this function)
             GST_QUARK (TYPE), GST_TYPE_QOS_TYPE, type,
                                                  ^
gstevent.c: In function 'gst_event_new_seek':
gstevent.c:1143:48: error: 'GST_TYPE_FORMAT' 
                        undeclared (first use in this function)
                        GST_QUARK (FORMAT), GST_TYPE_FORMAT, format,
                                                             ^
........................................
$ cat gst/gstenumetypes.h

header file exist, but empty into heade file !

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