<div dir="ltr">So I don't know why this happens but here is the issue. <div><br></div><div>gst-plugins-base/tests/icles/Makefile<br></div><div><br></div><div>needs to have -lgstbase-1.0 added to the line. Instead of</div><div><br></div><div>GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  $(GCOV_LIBS) <b>INCORRECT</b><br></div><div><br></div><div>It should be</div><div><br></div><div>GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 $(GCOV_LIBS) <b>CORRECT</b><br></div><div><b><br></b></div><div>This will compile. I don't know why autoconfig wouldn't do that. </div><div><br></div><div>Thanks,</div><div>~Ben</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 3, 2018 at 10:59 AM, Benedict Holland <span dir="ltr"><<a href="mailto:benedict.m.holland@gmail.com" target="_blank">benedict.m.holland@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi! Thanks for the quick reply. I will try it out tonight. I don't know how it would link against an older version. gst-plugins-base requires gstreamer. I built the 1.14.0 version of gstreamer and installed it. I then checked out the 1.14.0 version of gst-plugins-base, configured it, and made it. I only have the git compiled version of gstreamer (it's on an arm based board and they didn't provide a deb). When I did a "make uninstall" on the gstreamer, it deleted everything but my python directories in /usr/local/lib. <div><br></div><div>Maybe I need to run an ldconfig or reboot? </div><div><br></div><div>Thanks,</div><div>~Ben</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 3, 2018 at 8:53 AM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas@ndufresne.ca" target="_blank">nicolas@ndufresne.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><span><div><br><br><div class="gmail_quote"><div dir="ltr">Le mar. 3 avr. 2018 00:03, Benedict Holland <<a href="mailto:benedict.m.holland@gmail.com" target="_blank">benedict.m.holland@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I get the following error when I try to compile the gst-pluings-base:<div><br></div><div><div>make[4]: Entering directory '/home/firefly/gst-plugins-bas<wbr>e/tests/icles'</div><div>  CCLD     benchmark-appsink</div><div>../../gst-libs/gst/app/.libs/<a href="http://libgstapp-1.0.so" rel="noreferrer" target="_blank">l<wbr>ibgstapp-1.0.so</a>: undefined reference to `gst_queue_array_peek_tail'</div></div></div></blockquote></div></div><div dir="auto"><br></div></span><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto">This means that you built GST with the right headers, but linking is tried against an older version.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><div dir="ltr"><div><div>../../gst-libs/gst/app/.libs/<a href="http://libgstapp-1.0.so" rel="noreferrer" target="_blank">l<wbr>ibgstapp-1.0.so</a>: undefined reference to `gst_base_src_submit_buffer_li<wbr>st'</div><div>../../gst-libs/gst/app/.libs/<a href="http://libgstapp-1.0.so" rel="noreferrer" target="_blank">l<wbr>ibgstapp-1.0.so</a>: undefined reference to `gst_queue_array_pop_tail'</div><div>collect2: error: ld returned 1 exit status</div><div>Makefile:940: recipe for target 'benchmark-appsink' failed</div><div>make[4]: *** [benchmark-appsink] Error 1t</div><div>Makefile:1321: recipe for target 'all-recursive' failed</div></div><div><br></div><div>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. </div><div><br></div><div>Any idea why I might get this error?</div><div><br></div><div>Thanks,</div><div>~Ben</div></div></span>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" rel="noreferrer" target="_blank">gstreamer-devel@lists.freedesk<wbr>top.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-dev<wbr>el</a><br>
</blockquote></div></div></div>
<br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesk<wbr>top.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-dev<wbr>el</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>