Kagami/go-face

identifier "_Ctype_struct_facerec" may conflict with identifiers generated by cgo

nathany opened this issue · 2 comments

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.

Duplicate of #22

Whoops, sorry for the dup.