|
From: Abhijeet M. <col...@gm...> - 2009-03-03 04:43:32
|
Dear Friends, I am a very regular user of Dev C++ and i want to compile the CVBlob library and use the same in my projects ...I will tell you what all steps i followed 1. Downloaded Cmake 2. placed the opencv.cmake in the "config" folder of cmake installaion 3. created a project in Dev CPP and included cvblob.h and CMakeLists.txt and what all files are necessary in the directory take a look what cmake says... I do not know what tool to select...and i think there is a minor change required in CMakelists.txt..please guide me CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: please tell me how to calibrate the cmake software so that i can compile the cvblob library for my projects.... I think i need to modify cmakelists.txt myself but i do not know how to do it...I do not want all i have done to go a waste.. Sincerely, Abhijeet. |