Advertisement
MPC7500

ninja -C build

Sep 1st, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Compiling shortwave v0.0.0 (/home/karl/Shortwave)
  2. src/audio/player.rs:29:18: warning: unused import: `FaviconDownloader`
  3. src/audio/backend/gstreamer_backend.rs:376:56: warning: use of deprecated item 'gstreamer::event::Event::new_eos': use `event::Eos::new` or `event::Eos::builder` instead
  4. src/ui/notification.rs:100:16: warning: unused variable: `r`
  5. src/ui/notification.rs:69:12: warning: associated function is never used: `new_spinner`
  6. error: linking with `cc` failed: exit code: 1
  7. error: aborting due to previous error; 4 warnings emitted
  8. error: could not compile `shortwave`.
  9.  
  10. To learn more, run the command again with --verbose.
  11. FAILED: src/shortwave
  12. /home/karl/Shortwave/build-aux/cargo.sh /home/karl/Shortwave/build /home/karl/Shortwave src/shortwave /usr/share/locale default
  13. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement