rjeczalik / notify

File system event notification library on steroids.
MIT License
900 stars 128 forks source link

Can't cross compile for darwin/arm64 from darwin/amd64 #204

Closed rabingaire closed 3 years ago

rabingaire commented 3 years ago

Hello,

When I try to cross-compile from intel based mac to ARM-based mac it throws an error

# github.com/rjeczalik/notify
../../../go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/watcher_fsevents.go:49:11: undefined: stream
../../../go/pkg/mod/github.com/rjeczalik/notify@v0.9.2/watcher_fsevents.go:200:13: undefined: newStream
rabingaire commented 3 years ago

Sorry for the issue, I managed to get this working by adding CGO_ENABLED=1