got icon indicating copy to clipboard operation
got copied to clipboard

Darwin Build issue: go:linkname must refer to declared function or variable [solved]

Open ink-splatters opened this issue 2 years ago • 0 comments

Hi, the latest version didn't build with the following error


user@host got % go build ./...
# golang.org/x/sys/unix
../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable

Original(?)/related issue refers potential solution:

https://github.com/golang/go/issues/51706#issuecomment-1074480464

ink-splatters avatar May 25 '22 17:05 ink-splatters