Skip to content
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

master (1ba028659c) failing to build on MacOS 10.14.6 (18G103) #90

Closed
jeremyBanks opened this issue Oct 17, 2019 · 2 comments
Closed

master (1ba028659c) failing to build on MacOS 10.14.6 (18G103) #90

jeremyBanks opened this issue Oct 17, 2019 · 2 comments

Comments

@jeremyBanks
Copy link

$ history
[...]
  516  git clone git@github.com:o2sh/onefetch.git
  517  cd onefetch
  518  make install
   Compiling onefetch v1.6.5 (/Users/jbanks/onefetch)
error[E0425]: cannot find function `enable_ansi_support` in crate `ansi_term`
   --> src/main.rs:449:37
    |
449 |     if cfg!(windows) && !ansi_term::enable_ansi_support().is_ok() {
    |                                     ^^^^^^^^^^^^^^^^^^^ not found in `ansi_term`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.
error: could not compile `onefetch`.

To learn more, run the command again with --verbose.
make: *** [build] Error 101
@spenserblack
Copy link
Collaborator

The build is passing now. @jeremyBanks, is this still an issue?

@jeremyBanks
Copy link
Author

@spenserblack It builds/installs/runs successfully now after pulling latest master, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants