hi I'm beginner be patient with me plz :)>>> i trying to compile clucene i use cmake-gui 2.8.9 and using mingw that come with Qt sdk so i opened cmake-gui and clicked configure button to choose generator and specify native compiler i chooses mingw make file and select specify native compiler option then for
c compiler : F:/qtwork/QtSDK/mingw/bin/gcc.exe and for c++ compiler : F:/qtwork/QtSDK/mingw/bin/g++.exe and i put the mingw path environment like this : F:\qtwork\QtSDK\mingw\bin and here is the cmake-gui error : =========================== 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: Could not find cmake module file:F:/qtwork/clucene/clucene/build/CMakeFiles/CMakeCCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER_ENV_VAR CMake Error: Could not find cmake module file:F:/qtwork/clucene/clucene/build/CMakeFiles/CMakeCXXCompiler.cmake Configuring incomplete, errors occurred! -- View this message in context: http://cmake.3232098.n2.nabble.com/help-compile-QTsdk-mingw-with-cmak-gui-tp7582079.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
