[Dev-C++] I want to compile CvBlob LIb..I dont know where i am wrong..
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Abhijeet M. <col...@gm...> - 2009-03-02 17:48:24
|
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... 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. |