Closed erwincoumans closed 2 years ago
Thank you for finding this! I just tried to install and rebuild everything from scratch and found the same issue. Perhaps versions of something changed since I did it last time.
I have the same error with g++ 8.4.0
@erwincoumans alright I fixed it with
conda uninstall opencv
conda install -c conda-forge "opencv==4.4.0"
Perhaps newer OpenCV expects a different version of stl. OpenCV is only used in the GUI apps mostly for debug purposes and it would've been relatively easy to get rid of it as a dependency, although this is the first time it had caused problems.
It would be great to remove the dependency indeed. Thanks a lot for tracking this down, it works now.
Building the C++ project with cmake generates this error:
What version of g++ are you using?