-
Notifications
You must be signed in to change notification settings - Fork 130
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
undefined: stream - Issue with Mac OS M2 #222
Comments
stream is defined at notify/watcher_fsevents_cgo.go Line 117 in 8c8ecfe
Make sure you build with cgo and the other expected flags I guess |
If I built with
|
I think most of these warnings were fixed in #215 make sure you using the latest code |
problem solved by upgrading to the latest version and set |
If you build without cgo you'd actually be using kqueue and not fsevents. |
thank you for the knowledge here ❤️ |
On Linux Ubuntu, it does not have the below problem, but OS M2 has:
The text was updated successfully, but these errors were encountered: