gocv icon indicating copy to clipboard operation
gocv copied to clipboard

package cmd/version/main.go is not in GOROOT (C:\Program Files\Go\src\cmd\version\main.go)

Open rajkumarks7 opened this issue 2 years ago • 3 comments

package cmd/version/main.go is not in GOROOT (C:\Program Files\Go\src\cmd\version\main.go)

Description

getting this error

Steps to Reproduce

Your Environment

  • Operating System and version: windows 10 ,
  • OpenCV version used:4.5.3
  • How did you install OpenCV?
  • GoCV version used:0.28.0
  • Go version:1.14
  • Did you run the env.sh or env.cmd script before trying to go run or go build? go build -tags customenv cmd\version\main.go ./

rajkumarks7 avatar Aug 15 '21 09:08 rajkumarks7

Please share more details

hiteshhedwig avatar Aug 27 '21 17:08 hiteshhedwig

hi @deadprogram hiteshhedwig can we use the opencv to build dekstop application like i am getting error missing of some dll files but putting them is giving error The application was unable to start correctly (0xc000007b) like libstdc++_6.dll libgcc_s_seh-2.dll were missing i added them manually.

rajkumarks7 avatar Sep 27 '21 06:09 rajkumarks7

@rajkumarks7 I am hitting the same problem, can you explain how you added "libgcc_s_seh-2.dll"?

fumin avatar Mar 22 '22 07:03 fumin