GNOME Bugzilla – Bug 753493
No rule to make target 'gstopencv.c'
Last modified: 2015-08-11 13:34:57 UTC
When running gst-plugins-baad on jhbuild I get the error: No rule to make target 'gstopencv.c', needed by 'libgstopencv_la-gstopencv.lo'. Stop.
This is a problem with the build tools when re-building an existing tree, they don't seem to pick up the changes properly (the plugin was ported to C++). I recommend running 'git clean -x -d -f' and running autogen.sh again.
Works with the git clean thanks