Created
April 3, 2016 20:35
-
-
Save Matthewacon/08bb3093ba154640aa839e5676e62111 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scanning dependencies of target cvengine | |
[ 14%] Building CXX object src/CMakeFiles/cvengine.dir/CvEngine_Base.cpp.o | |
In file included from /home/matthew/Git/CvEngine/src/CvEngine_Base.cpp:1:0: | |
/home/matthew/Git/CvEngine/src/include/CvEngine.hpp:17:35: fatal error: opencv2/xfeatures2d.hpp: No such file or directory | |
compilation terminated. | |
src/CMakeFiles/cvengine.dir/build.make:62: recipe for target 'src/CMakeFiles/cvengine.dir/CvEngine_Base.cpp.o' failed | |
make[2]: *** [src/CMakeFiles/cvengine.dir/CvEngine_Base.cpp.o] Error 1 | |
CMakeFiles/Makefile2:85: recipe for target 'src/CMakeFiles/cvengine.dir/all' failed | |
make[1]: *** [src/CMakeFiles/cvengine.dir/all] Error 2 | |
Makefile:83: recipe for target 'all' failed | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment