Philip Brocoum

Results 3 comments of Philip Brocoum

@giovanni-annunzio Hi! 👋 I'm having the same error, but in MSYS2 on Windows 11. just wonder if you have any ideas =P ``` phili@PhilBook3 UCRT64 ~/gocv $ set CGO_ENABLED=1 phili@PhilBook3...

I also cannot get it installed on Windows 11. It cannot find the header files, even though they are right there? ``` PS C:\Users\phili\SourceCode\goopencv> set CGO_CPPFLAGS="-IC:/Users/phili/SourceCode/opencv/build/include" PS C:\Users\phili\SourceCode\goopencv> go run...

I tried installing it in MSYS2 and got a different error: ``` phili@PhilBook3 UCRT64 ~/gocv $ go run "C:\msys64\ucrt64\lib\go\pkg\mod\gocv.io\x\[email protected]\cmd\version\main.go" # gocv.io/x/gocv C:\Users\phili\go\pkg\mod\gocv.io\x\[email protected]\calib3d_string.go:3:9: undefined: CalibFlag C:\Users\phili\go\pkg\mod\gocv.io\x\[email protected]\calib3d_string.go:29:9: undefined: CalibCBFlag C:\Users\phili\go\pkg\mod\gocv.io\x\[email protected]\core_string.go:3:9: undefined: MatType...