rabite0 / hunter

The fastest file manager in the galaxy!
Do What The F*ck You Want To Public License
1.31k stars 64 forks source link

Unable to compile #16

Closed meain closed 5 years ago

meain commented 5 years ago

I am unable to compile it on my device with the latest from master branch.

   Compiling hunter v1.0.1 (/Users/meain/Documents/Projects/projects/hunter)
error[E0432]: unresolved import `notify::INotifyWatcher`
 --> src/fscache.rs:1:14
  |
1 | use notify::{INotifyWatcher, Watcher, DebouncedEvent, RecursiveMode};
  |              ^^^^^^^^^^^^^^ no `INotifyWatcher` in the root

warning: unused import: `Watcher`
 --> src/fscache.rs:1:30
  |
1 | use notify::{INotifyWatcher, Watcher, DebouncedEvent, RecursiveMode};
  |                              ^^^^^^^
  |
  = note: #[warn(unused_imports)] on by default

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: Could not compile `hunter`.

To learn more, run the command again with --verbose.
rabite0 commented 5 years ago

OSX, right? This is a known issue, will be fixed eventually.

See: https://github.com/rabite0/hunter/issues/12

meain commented 5 years ago

Yeah OSX. I'll follow #12, thanks.