rabite0 / hunter

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

Build - Cannot find macro #70

Closed mmacedoeu closed 4 years ago

mmacedoeu commented 4 years ago

Building from source after clone generates error:

error: cannot find macro `format_err!` in this scope
   --> src/hunter-media.rs:723:31
    |
723 |             let sixfail = |e| format_err!("Sixel failed with: {:?}", e);
    |                               ^^^^^^^^^^ help: a macro with a similar name exists: `format_args`
rustc --version
rustc 1.39.0-nightly (f7af19c27 2019-08-15)
rabite0 commented 4 years ago

Should be fixed. Sorry it took so long :)

mmacedoeu commented 4 years ago

Error still present:

error: cannot find macro `format_err` in this scope
   --> src/hunter-media.rs:722:31
    |
722 |               let sixfail = |e| format_err!("Sixel failed with: {:?}", e);
    |                                 ^^^^^^^^^^ help: a macro with a similar name exists: `format_args`

error: aborting due to previous error

rustc --version rustc 1.42.0-nightly (b5a3341f1 2020-01-20)

Build with:

cargo install --no-default-features --features="img sixel" --path .

rabite0 commented 4 years ago

Oops, sorry, I should have paid more attention. Should be fixed now.

rabite0 commented 4 years ago

If it still doesn't work feel free to reopen.