You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auditbeat does not build under Go 1.10 due to issues with fsnotify/fsevents. We need to pull in the changes from fsnotify/fsevents#34.
$ go build
# github.com/elastic/beats/vendor/github.com/fsnotify/fsevents
../vendor/github.com/fsnotify/fsevents/wrap.go:119: cannot convert nil to type _Ctype_CFStringRef
../vendor/github.com/fsnotify/fsevents/wrap.go:176: cannot use cPaths (type _Ctype_CFArrayRef) as type _Ctype_CFMutableArrayRef in argument to func literal
../vendor/github.com/fsnotify/fsevents/wrap.go:232: cannot use es.rlref (type CFRunLoopRef) as type _Ctype_CFRunLoopRef in argument to func literal
../vendor/github.com/fsnotify/fsevents/wrap.go:268: cannot use rlref (type CFRunLoopRef) as type _Ctype_CFRunLoopRef in argument to func literal
The text was updated successfully, but these errors were encountered:
Auditbeat does not build under Go 1.10 due to issues with fsnotify/fsevents. We need to pull in the changes from fsnotify/fsevents#34.
The text was updated successfully, but these errors were encountered: