twistedfall / opencv-rust

Rust bindings for OpenCV 3 & 4
MIT License
1.86k stars 144 forks source link

Build Issue on ubuntu 22.04 #574

Closed Recontaminated closed 1 month ago

Recontaminated commented 1 month ago

Before reporting an issue please first check the troubleshooting guide. If the issue you're encountering is not solved thereby please state the following in your bugreport:

  1. Operating system - Ubuntu 22.04
  2. The way you installed OpenCV: package, official binary distribution, manual compilation, etc. apt install libopencv-dev clang libclang-dev
  3. OpenCV version libopencv-dev 4.5.4
  4. rustc version (rustc --version) rustc 1.74.0 (79e9716c9 2023-11-13)
  5. Attach the full output of the following command from your project directory:
    RUST_BACKTRACE=full cargo build -vv 

    https://hastebin.com/share/upenaxokiz.rust

any support would be awesome! Thanks for working on this project twisted

Recontaminated commented 1 month ago

Oops, was using an old version of opencv-rust. Sorry!