Im trying to compile a gstreamer plugin using Kdevelop in Kubuntu 12.04, but I get the following error:
gcc: error: /usr/lib/libgstvideo-0.10.so: No such file or directory
gcc: error: /usr/lib/libgstcontroller-0.10.so: No such file or directory
gcc: error: /usr/lib/libgstbase-0.10.so: No such file or directory
gcc: error: /usr/lib/libgstreamer-0.10.so: No such file or directory
make: *** [libvpefTEMPLATE.la] Error 1
*** Failed ***
When I cd into /usr/lib/ The files ARE there, and they are not misspelled or anything. Any ideas?
Thanks to everyone that helped me.
I
cd
into the folder then typedand got
I searched libgstvideo and saw that the current file was called libgstvideo-0.10.so.0.25.0 , so I did the following:
and repeated for the rest of the files. Thanks guys.