I can't compile gst-plugins-base

gerard.ryan gerard.ryan at immersaview.com
Wed Jun 6 00:37:44 UTC 2018


Hey Tim,

I came across the exact same error on a nvidia jetson tx1 running their
custom ubuntu 16.04.4 image "Linux for Tegra 210, R24.2.3". This workaround
gave me something to work from, But do you have any idea why libtool may be
omitting this?

Cheers,
Gerard.


Tim Müller wrote
> On Tue, 2018-04-03 at 20:13 -0400, Benedict Holland wrote:
> 
>> So I don't know why this happens but here is the issue. 
>> 
>> gst-plugins-base/tests/icles/Makefile
>> 
>> needs to have -lgstbase-1.0 added to the line. Instead of
>> 
>> GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  
>> $(GCOV_LIBS) INCORRECT
>> 
>> It should be
>> 
>> GST_LIBS = -L/usr/local/lib -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
>> -lgstbase-1.0 $(GCOV_LIBS) CORRECT
>> 
>> This will compile. I don't know why autoconfig wouldn't do that. 
> 
> Not sure this should really be needed though, as neither of these to
> programs uses API from libgstbase directly.
> 
> It smells more like a libtool issue to me, and libgstapp-1.0.so already
> links to libgstbase so that should be used transparently.
> 
> What distro/os is this?
> 
> Cheers
>  -Tim
> 
> -- 
> Tim Müller, Centricular Ltd - http://www.centricular.com
> _______________________________________________
> gstreamer-devel mailing list

> gstreamer-devel at .freedesktop

> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list