I tried to install all recommended packages mentioned in the install_dependencies.sh
from the fedora folder. Except libXxf86vm-devel and rpmfusion i was able to install all from my repositories.
Did you check your PKG_CONFIG_PATH is correctly set (where *.pc files stands, usually /usr/lib/pkgconfig/ ) ? Gstreamer use pkgconfig (pkg-config --libs --cflags gstreamer-0.10) to get all compile and link flags.
I don’t use OpenSuse but on my distro i had to install gtreamer-*-0.10, libavcodec, libavformat, libswscale.
if you get nothing then you need to install some package related to gstreamer video, don’t know very well open suse so can’t tell you what tool to use.
in case locate returns something, can you try also:
op@baldur:~> su
Password:
baldur:/home/op # ldconfig -v | grep gstvideo
ldconfig: Can’t stat /usr/X11R6/lib/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/lib/Xaw3d: No such file or directory
ldconfig: Can’t stat /usr/i386-suse-linux/lib: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/sharp: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/java: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/perl: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/php: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/ocaml: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/python: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/lua: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/tcl: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/guile: No such file or directory
ldconfig: Can’t stat /usr/lib/graphviz/ruby: No such file or directory
ldconfig: Cannot stat /opt/kde3/lib/libgmcop.so: No such file or directory
ldconfig: Cannot stat /lib/libdmraid-events.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstnetbuffer-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstrtsp-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstcdda-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstrtp-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstvideo-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgsttag-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstaudio-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstsdp-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstinterfaces-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstriff-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstpbutils-0.10.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libgstfft-0.10.so: No such file or directory
Are you using the provided Makefile.linux. You may try with this one too and see if your problem is c::b related.
I just open the *.cbp project file and try to build.
I do not have a Makefile.linux , maybe just a “Makefile” because i downloaded the Linux Package “of_preRelease_v0.06_linux_cb_FAT”
i think the problem is you don’t have the devel package for gstvideo, try searching it in your package admin tool. if you can’t find it can be solved just by creating a soft link to the library:
su -
cd /usr/lib
ln -s libgstvideo-0.10.so.0 libgstvideo-0.10.so