gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Build Failing - had to add flags to the build.

Open krum110487 opened this issue 1 year ago • 2 comments

I was having issues building with the default command.

Description

It was failing due to a couple items.

Steps to Reproduce

go get and try running the command, it fails, but I fixed it by adding the following flags

-DBUILD_ZLIB=OFF -DWITH_OBSENSOR=OFF -DWITH_MSMF=OFF to the cmd line to build it.

Your Environment

  • Operating System and version: Windows
  • OpenCV version used: 4.7.0
  • How did you install OpenCV? using the cmd as direction
  • GoCV version used: 0.32.1
  • Go version: 1.19.4

krum110487 avatar Feb 27 '23 15:02 krum110487