identifier "_Ctype_struct_facerec" may conflict with identifiers generated by cgo
nathany opened this issue · 2 comments
nathany commented
In Go 1.12 there is the following error:
❯ go build
# github.com/Kagami/go-face
./face.go:25:7: identifier "_Ctype_struct_facerec" may conflict with identifiers generated by cgo
macOS 10.14.3, dlib 19.16 via Homebrew. It compiles without error in Go 1.11 after running the sed
command in the README.
nathany commented
Whoops, sorry for the dup.