rjeczalik / notify

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

undefined: dispatch in mac #153

Closed c5ms closed 6 years ago

c5ms commented 6 years ago

os : darwin. go : 1.10.1

../vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:63: undefined: dispatch ../vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:167: undefined: dispatch

when i compile my program. it has a error ;

ppknap commented 6 years ago

Hey @c5ms!

This doesn't look like the code from current master branch. Have you updated your deps? If yes, does the HEAD hash start with d152f3c(latest commit)?

c5ms commented 6 years ago

sorry , I use dep something wrong . Thinks .

发自网易邮箱大师

On 05/3/2018 23:19,Pawel Knapnotifications@github.commailto:notifications@github.com wrote:

Hey @c5mshttps://github.com/c5ms!

This doesn't look like the code from current master branch. Have you updated your deps? If yes, does the HEAD hash starts with d152f3c(latest commit)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/rjeczalik/notify/issues/153#issuecomment-386332491, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABom8F9o5knDdBLu9LED6ih6BgUWgC8Uks5tuyALgaJpZM4TxOO3.

c5ms commented 6 years ago

Maybe,you can release a version such as v0.5.0?

ppknap commented 6 years ago

That's a question related to #146 and rather addressed to @rjeczalik .

rjeczalik commented 6 years ago

Just created a tag, see #146. Closing.