Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go install error #92

Closed
ChrisChinchilla opened this issue Dec 10, 2018 · 0 comments
Closed

Go install error #92

ChrisChinchilla opened this issue Dec 10, 2018 · 0 comments

Comments

@ChrisChinchilla
Copy link

The go install step is failing for me in the make file:

go install ./...
# github.com/plasma/vendor/github.com/rjeczalik/notify
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:165:47: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithCStringNoCopy
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:166:225: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
make: *** [compile] Error 2

I did some research and it seems that a Go update caused this error and most of the packages now have that fix, so perhaps it's a simple dependency update?

I am using macOS mojave with go version go1.11.2 darwin/amd64

@mslipper mslipper closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants