maxcurzi / tplay

A terminal ASCII media player. View images, gifs, videos, webcam, YouTube, etc.. directly in the terminal as ASCII art.
MIT License
208 stars 13 forks source link

Update opencv #23

Closed dp0sk closed 11 months ago

dp0sk commented 11 months ago
cause of bruh: error[E0119]: conflicting implementations of trait Debug for type RotatedRect --> /tmp/cargo-install7T96lU/release/build/opencv-e9149601bb61141a/out/opencv/core.rs:17920:24 17920 #[derive(Copy, Clone, Debug, PartialEq)] ^^^^^ conflicting implementation for RotatedRect
 ::: /home/dp0sk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opencv-0.82.1/src/manual/core/rect.rs:277:1
  |
277 impl fmt::Debug for RotatedRect { ------------------------------- first implementation here
  = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try rustc --explain E0119. error: could not compile opencv (lib) due to previous error error: failed to compile tplay v0.4.4, intermediate artifacts can be found at /tmp/cargo-install7T96lU

maxcurzi commented 11 months ago

@dp0sk I'm happy to update and merge, but what's your OpenCV version to better keep track of this?

That's what I have: $ dpkg -l libopencv-dev libopencv-dev 4.5.4+dfsg-9ubuntu4

dp0sk commented 11 months ago

I use latest AUR Package. It's 4.8.0-3 for now.

On Sun, Aug 6, 2023, 13:28 Max Curzi @.***> wrote:

@i https://github.com/i'm happy to update and merge, but what's your OpenCV version to better keep track of this?

That's what I have: $ dpkg -l libopencv-dev libopencv-dev 4.5.4+dfsg-9ubuntu4

— Reply to this email directly, view it on GitHub https://github.com/maxcurzi/tplay/pull/23#issuecomment-1666806634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFI6ASELXEYXM4KO2WCEKDXT5WVFANCNFSM6AAAAAA3FLH7XY . You are receiving this because you authored the thread.Message ID: @.***>