Hi,
I have Ubuntu Studio 12.10 / 64bit: /usr/lib/pd-extended/extra/pdgst/pdgst.pd_linux: undefined symbol: g_object_get_property
linux-vdso.so.1 => (0x00007fffcf9ff000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8a4ba6b000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8a4b84e000) /lib64/ld-linux-x86-64.so.2 (0x00007f8a4c052000)
libglib-2.0.so.0 -> libglib-2.0.so.0.3400.1 VERSION: 2.34.1
What can we do to fix this error? Thanks!!
when compiling "helloworld.c" with this line: gcc hello.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-0.10`
i get: ldd basic-tutorial-1 linux-vdso.so.1 => (0x00007fff31bff000) libgstreamer-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f04f8096000) libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f04f7d9e000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f04f7b81000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f04f77c2000) libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f04f75bd000) libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007f04f7261000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f04f6f65000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f04f6d5c000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f04f6b58000) libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f04f6950000) libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f04f6712000) /lib64/ld-linux-x86-64.so.2 (0x00007f04f85e8000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f04f64fb000) liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f04f62d9000)
any idea?
Good news!
Using Debian to compile pdgst.pd_linux = working!
I am now able to use gstreamer inside pd to stream to justin.tv: http://www.youtube.com/watch?v=SD6s2xeMB1w
Next thing is to stream something from gem / pix, but i get this error: /usr/lib/pd/extra/pix_pix2gst.pd_linux: /usr/lib/pd/extra/pix_pix2gst.pd_linux: undefined symbol: _ZN9CPPExternaSERKS_
I really need help on this one. Thanks
On 03/06/2013 21:28, puredata@11h11.com wrote:
Good news!
Using Debian to compile pdgst.pd_linux = working!
I am now able to use gstreamer inside pd to stream to justin.tv: http://www.youtube.com/watch?v=SD6s2xeMB1w
Next thing is to stream something from gem / pix, but i get this error: /usr/lib/pd/extra/pix_pix2gst.pd_linux: /usr/lib/pd/extra/pix_pix2gst.pd_linux: undefined symbol: _ZN9CPPExternaSERKS_
you need to compile pdgst/pix against the very version of Gem you are using.
fgmard IOhannes
Working on Debian (VirtualBox).
If I am lucky, the pix_*.pd_linux will work on Ubuntu Studio 12.04.
Will report back. Thanks!
Unlucky, the pix_*.pd_linux compiled in Dedian Sqeeze are not working on Ubuntu Studio 12.04. No error, simply cannot load.
I am really wondering why on Ubuntu the gstreamer is not link in pdgst.pd_linux