linking error with streamer 1.6 with eclipse 3.8

Sebastian Dröge sebastian at centricular.com
Tue Oct 20 00:03:30 PDT 2015


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151020/16feba81/attachment.sig>


More information about the gstreamer-devel mailing list