linking error with streamer 1.6 with eclipse 3.8
Daniel Marfil
danimarfil0 at gmail.com
Tue Oct 20 01:07:18 PDT 2015
Ok solved!
That was a bit silly, I had to include on the linking command line -lgio-2.0 too.
Thanks for your help and sorry for bothering you with this!
Regards
Dani
> El 20 oct 2015, a las 9:49, Daniel Marfil <danimarfil0 at gmail.com> escribió:
>
> It is still returning the same error, I have tried all libraries in pig-config but without improvements.
>
>
>
>> El 20 oct 2015, a las 9:03, Sebastian Dröge <sebastian at centricular.com> escribió:
>>
>> On Di, 2015-10-20 at 08:50 +0200, Daniel Marfil wrote:
>>> Sure, this is what I get:
>>>
>>>
>>> $ objdump -x /usr/lib/libgio-2.0.so.0 | grep NEEDED
>>> NEEDED libglib-2.0.so.0
>>
>> Ok, so that part is correct at least. I think this is the problem:
>>
>> It seems like you added libraries manually for everything but GStreamer
>> core. You should use pkg-config for all libraries, not just GStreamer.
>> So something like
>> pkg-config --cflags --libs gstreamer-1.0 gtk+-3.0 gstreamer-video-1.0 gdk-x11-3.0
>> should do the job.
>>
>> --
>> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
More information about the gstreamer-devel
mailing list