[Bug 754004] New: opencv: build errors after migrating from c to cpp

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Aug 23 18:00:37 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754004

            Bug ID: 754004
           Summary: opencv: build errors after migrating from c to cpp
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

After the recent migration from c to cpp files for opencv related plugins i am
getting the below errors.


make[3]: *** No rule to make target `gstopencv.c', needed by
`libgstopencv_la-gstopencv.lo'.  Stop.

make[3]: *** No rule to make target `gstfacedetect.c', needed by
`libgstopencv_la-gstfacedetect.lo'.  Stop.


Even after doing make clean, the error persists.
This is happening because make clean is not cleaning the .deps folder. and the
.plo files in the .deps folder is still pointing to the old .c file.

If i manually edit the .plo files to point to .cpp or delete the .deps folder
and compile again, then the error disappears.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list