Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CMake Build error: I configured CMake and run make command to build Opencv. It gets stopped when It reached to 82%.
make
Opencv
error is :
CMake Error at /opencv-2.4.9/cmake/cl2.cpp : 50 (string): string does not recognize sub-command MD5
I myself fix the issue by commenting the line caused the error.
Add a comment
Try to upgrade CMake. You can also try to comment the line out and try again!
sudo apt-get install cmake-curses-gui
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.