I can't compile gst-plugins-base

Nicolas Dufresne nicolas at ndufresne.ca
Tue Apr 3 12:53:10 UTC 2018


Le mar. 3 avr. 2018 00:03, Benedict Holland <benedict.m.holland at gmail.com>
a écrit :

> I get the following error when I try to compile the gst-pluings-base:
>
> make[4]: Entering directory '/home/firefly/gst-plugins-base/tests/icles'
>   CCLD     benchmark-appsink
> ../../gst-libs/gst/app/.libs/libgstapp-1.0.so: undefined reference to
> `gst_queue_array_peek_tail'
>

If you append V=1 to make call, our makefiles will print the full command
line, it should help. Also, your env might have some info.

This means that you built GST with the right headers, but linking is tried
against an older version.


../../gst-libs/gst/app/.libs/libgstapp-1.0.so: undefined reference to
> `gst_base_src_submit_buffer_list'
> ../../gst-libs/gst/app/.libs/libgstapp-1.0.so: undefined reference to
> `gst_queue_array_pop_tail'
> collect2: error: ld returned 1 exit status
> Makefile:940: recipe for target 'benchmark-appsink' failed
> make[4]: *** [benchmark-appsink] Error 1t
> Makefile:1321: recipe for target 'all-recursive' failed
>
> I don't know why it doesn't work. /usr/local/lib is linked
> within  /etc/ld.so.conf.d/. I checked out gstream and gst-plugins-base and
> set both tags to 1.14.0.
>
> Any idea why I might get this error?
>
> Thanks,
> ~Ben
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180403/7b1b8cea/attachment.html>


More information about the gstreamer-devel mailing list