GNOME Bugzilla – Bug 796720
meson: Add missing GstBase dependency
Last modified: 2018-06-29 10:25:57 UTC
I've got an error during gstreamer meson build. The GstBase dependency was missing when using GstQueueArray on rtsp changes. [226/2503] Compiling C object 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o'. FAILED: subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o cc -Isubprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha -Isubprojects/gst-plugins-base/gst-libs/gst/rtsp -I../subprojects/gst-plugins-base/gst-libs/gst/rtsp -Isubprojects/gst-plugins-base -I../subprojects/gst-plugins-base -Isubprojects/gst-plugins-base/gst-libs -I../subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer -I../subprojects/gstreamer -Isubprojects/gstreamer/gst -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -fvisibility=hidden -fno-strict-aliasing -Wmissing-declarations -Wredundant-decls -Wundef -Wwrite-strings -Wformat -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wvla -Wpointer-arith -Wmissing-prototypes -Wdeclaration-after-statement -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o' -MF 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o.d' -o 'subprojects/gst-plugins-base/gst-libs/gst/rtsp/subprojects@gst-plugins-base@gst-libs@gst@rtsp@@gstrtsp-1.0@sha/gstrtspconnection.c.o' -c ../subprojects/gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c ../subprojects/gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c:66:10: fatal error: gst/base/base.h: No such file or directory #include <gst/base/base.h> ^~~~~~~~~~~~~~~~~ compilation terminated.
Created attachment 372886 [details] [review] meson: Add missing GstBase dependency
Ignore it, I noticed that the Tim had just modified it.