After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754750 - not found header file
not found header file
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.5.90
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-09 00:55 UTC by ppiq100
Modified: 2015-09-09 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ppiq100 2015-09-09 00:55:15 UTC
$ 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 !
Comment 1 Olivier Crête 2015-09-09 01:03:12 UTC
Please do a make clean and rebuild with "make V=1", so you get a complete log including the part where gstenumetypes.h is generated.
Comment 2 ppiq100 2015-09-09 22:23:13 UTC
I have finished installing gstreamer-1.5.90 last night.

thanks !
Comment 3 Olivier Crête 2015-09-09 22:27:22 UTC
I guess there was no bug there then?