2010/9/20 Andi Purwito <[email protected]>: > Hello masters, please help me to fix this error. > I couldn't compile gammu source on my Fedora 13 when running ./configure.
Then it looks like you'd better ask you question to Gammu developers and not CMake. But continue... > Here is the error messages: > > CMake Error: CMake was unable to find a build program corresponding to "Unix > Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a > different build tool. This is explicit. You should install "make" something like yum install make should work. > 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: > CMAKE_C_COMPILER > CMake Error: Could not find cmake module > file:/home/smsgw/gammu/gammu-1.28.0/build-configure/CMakeFiles/CMakeCCompiler.cmake > CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage > -- Configuring incomplete, errors occurred! > To make sure what i'm doing, i was install cmake from fedora repository > directly using "yum install cmake" and completed. And then to make sure > again, i was update my gcc using "yum update gcc". But there was still > errors during running ./configure. Finally, i decided to update all needed > inside my fedora using "yum update" to make sure again. But, i got the same > errors. > :-) ??? > > What's next i have to do to fix this error? yum install make but like I said if you have further trouble with gammu compile, please ask Gammu developers first. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ 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
