Page 1 of 1

Minetest Compile error

PostPosted: Wed Dec 25, 2013 14:30
by DreamHacker
So hello all i decided to take minetest engine and build my own game because its open souce :)
so i followed instructions on how to compile the game and i downloadd al the stuff needed for windows.
so i started with Cmake and i got this error

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 6".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Could not find cmake module file:C:/Users/Toms/DIR/minetest-build/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module file:C:/Users/Toms/DIR/minetest-build/CMakeFiles/CMakeCXXCompiler.cmake
Configuring incomplete, errors occurred!


I didnt understand the part when h said that i need compiler maybe sombody can help me with this.


And one quick question where i can rename the game title where it says Minetest and fps?Cuz i want my own name there.

PostPosted: Wed Dec 25, 2013 14:51
by Evergreen
DreamHacker wrote:So hello all i decided to take minetest engine and build my own game because its open souce :)
so i followed instructions on how to compile the game and i downloadd al the stuff needed for windows.
so i started with Cmake and i got this error

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 6".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: Could not find cmake module file:C:/Users/Toms/DIR/minetest-build/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module file:C:/Users/Toms/DIR/minetest-build/CMakeFiles/CMakeCXXCompiler.cmake
Configuring incomplete, errors occurred!


I didnt understand the part when h said that i need compiler maybe sombody can help me with this.


And one quick question where i can rename the game title where it says Minetest and fps?Cuz i want my own name there.
No, you can't put your own name at the top, unless you want to do some code editing. (which I don't know how to do)

PostPosted: Wed Dec 25, 2013 15:17
by DreamHacker
Actualy i want to do some coding thats why i am asking in which file do i need to edit that.But for now i want to know ho do i compile all this.

EDIT: I found where to change game title but i still need to compile al that.so i am downloading cygwin compilator i hope it will work.