opencv-rust icon indicating copy to clipboard operation
opencv-rust copied to clipboard

Rust Compile Error Windows

Open ZacharyCallahan opened this issue 2 years ago • 2 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 - Windows 11
  2. The way you installed OpenCV: chocolatey
  3. OpenCV version - Latest 4
  4. rustc version (rustc --version) 1.64.0
  5. Attach the full output of the following command from your project directory: error.txt

ZacharyCallahan avatar Oct 16 '22 08:10 ZacharyCallahan

The error.txt log is not full so it doesn't contain any helpful debug information. But from the sheer amount of linking errors it looks like you've not specified your OPENCV_LINK_LIBS correctly

twistedfall avatar Oct 16 '22 09:10 twistedfall

Is this not right? https://gyazo.com/5c139c915900a9443d90575b6f954925

ZacharyCallahan avatar Oct 17 '22 00:10 ZacharyCallahan

This issue is quite old so I'm going to close it. If you still have this issue with the latest create version please feel free to reopen.

twistedfall avatar Apr 22 '24 12:04 twistedfall