After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753493 - No rule to make target 'gstopencv.c'
No rule to make target 'gstopencv.c'
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-11 06:03 UTC by AbdealiJK
Modified: 2015-08-11 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description AbdealiJK 2015-08-11 06:03:37 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.
Comment 1 Tim-Philipp Müller 2015-08-11 08:06:28 UTC
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.
Comment 2 AbdealiJK 2015-08-11 13:34:57 UTC
Works with the git clean thanks