7804364
Member
- Joined
- Mar 6, 2010
- Messages
- 457
- Reaction score
- 10
Ok so i was following the guide on the github under this
https://github.com/otland/forgottenserver/wiki/Compiling-on-CentOS
so i downloaded the dependencies
Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
Package cmake-2.8.11-4.el7.x86_64 already installed and latest version
Package gcc-c++-4.8.2-16.2.el7_0.x86_64 already installed and latest version
Package boost-devel-1.53.0-18.el7.x86_64 already installed and latest version
Package 1:gmp-devel-5.1.1-5.el7.x86_64 already installed and latest version
Package 1:mariadb-devel-5.5.41-2.el7_0.x86_64 already installed and latest version
Package lua-devel-5.1.4-14.el7.x86_64 already installed and latest version
Nothing to do
when i get the forgottenserver, make the directory built, go to built
and when i type cmake ..
I get this nasty error
[root@vps39044 build]# cmake ..
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.
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:/root/forgottenserver/build/CMakeFiles/2.8.11/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: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file:/root/forgottenserver/build/CMakeFiles/2.8.11/CMakeCXXCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Any help?
https://github.com/otland/forgottenserver/wiki/Compiling-on-CentOS
so i downloaded the dependencies
Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
Package cmake-2.8.11-4.el7.x86_64 already installed and latest version
Package gcc-c++-4.8.2-16.2.el7_0.x86_64 already installed and latest version
Package boost-devel-1.53.0-18.el7.x86_64 already installed and latest version
Package 1:gmp-devel-5.1.1-5.el7.x86_64 already installed and latest version
Package 1:mariadb-devel-5.5.41-2.el7_0.x86_64 already installed and latest version
Package lua-devel-5.1.4-14.el7.x86_64 already installed and latest version
Nothing to do
when i get the forgottenserver, make the directory built, go to built
and when i type cmake ..
I get this nasty error
[root@vps39044 build]# cmake ..
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.
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:/root/forgottenserver/build/CMakeFiles/2.8.11/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: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file:/root/forgottenserver/build/CMakeFiles/2.8.11/CMakeCXXCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Any help?