[Bug 237933] opencv-core includes opencv_modules.hpp from the full opencv package

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 17 01:33:03 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237933

            Bug ID: 237933
           Summary: opencv-core includes opencv_modules.hpp from the full
                    opencv package
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: ybungalobill at gmail.com

I have opencv-core installed without the full opencv package. Unfortunately
when I include 

    #include <opencv2/imgproc.hpp>

It fails:

    In file included from /usr/local/include/opencv2/imgproc.hpp:46:
    In file included from /usr/local/include/opencv2/core.hpp:54:
    /usr/local/include/opencv2/core/base.hpp:52:10: fatal error:
'opencv2/opencv_modules.hpp' file not found
    #include "opencv2/opencv_modules.hpp"
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Shouldn't it be possible to use opencv-core without opencv?

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


More information about the freebsd-ports-bugs mailing list