gocv
gocv copied to clipboard
package cmd/version/main.go is not in GOROOT (C:\Program Files\Go\src\cmd\version\main.go)
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
orenv.cmd
script before trying togo run
orgo build
? go build -tags customenv cmd\version\main.go ./
Please share more details
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 I am hitting the same problem, can you explain how you added "libgcc_s_seh-2.dll"?