twistedfall / opencv-rust

Rust bindings for OpenCV 3 & 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Issue on ubuntu 22.04

Recontaminated opened this issue · comments

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

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