Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 01:33:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237933] opencv-core includes opencv_modules.hpp from the full opencv package
Message-ID:  <bug-237933-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237933

            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@FreeBSD.org
          Reporter: ybungalobill@gmail.com

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

    #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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237933-7788>