[ 28%] Building CXX object src/CMakeFiles/minetest.dir/client.cpp.o In file included from /windows/D/Small games/Minetest/Minetest_GIT/src/gettext.h:23:0, from /windows/D/Small games/Minetest/Minetest_GIT/src/client.cpp:34: /windows/D/Small games/Minetest/Minetest_GIT/src/client.cpp: In member function ‘void Client::sendReady()’: /windows/D/Small games/Minetest/Minetest_GIT/src/config.h:40:24: error: ‘CMAKE_VERSION_MAJOR’ was not declared in this scope #define VERSION_MAJOR CMAKE_VERSION_MAJOR ^ /windows/D/Small games/Minetest/Minetest_GIT/src/client.cpp:2151:13: note: in expansion of macro ‘VERSION_MAJOR’ writeU8(os,VERSION_MAJOR); ^ /windows/D/Small games/Minetest/Minetest_GIT/src/config.h:42:24: error: ‘CMAKE_VERSION_MINOR’ was not declared in this scope #define VERSION_MINOR CMAKE_VERSION_MINOR ^ /windows/D/Small games/Minetest/Minetest_GIT/src/client.cpp:2152:13: note: in expansion of macro ‘VERSION_MINOR’ writeU8(os,VERSION_MINOR); ^ /windows/D/Small games/Minetest/Minetest_GIT/src/config.h:46:29: error: ‘CMAKE_VERSION_PATCH_ORIG’ was not declared in this scope #define VERSION_PATCH_ORIG CMAKE_VERSION_PATCH_ORIG ^ /windows/D/Small games/Minetest/Minetest_GIT/src/client.cpp:2153:13: note: in expansion of macro ‘VERSION_PATCH_ORIG’ writeU8(os,VERSION_PATCH_ORIG); ^ make[2]: *** [src/CMakeFiles/minetest.dir/client.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/minetest.dir/all] Error 2 make: *** [all] Error 2