Problem compiling on CentOS6

sillecs
New member
 
Posts: 2
Joined: Sat Apr 13, 2013 19:58

Problem compiling on CentOS6

by sillecs » Sat Apr 13, 2013 20:02

Hi all,

I'm a french GSP and i would like to provide Minetest servers for rent.

My problem is :

When i compile by :
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 . -DRUN_IN_PLACE=1 -DENABLE_SOUND=0 -DBUILD_CLIENT=0


I have this issue :
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
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- *** Will build version 0.4.6 ***
-- IRRLICHT_SOURCE_DIR =
-- IRRLICHT_INCLUDE_DIR = /usr/include/irrlicht
-- IRRLICHT_LIBRARY = IRRLICHT_LIBRARY-NOTFOUND
-- Could NOT find IRRLICHT  (missing:  IRRLICHT_LIBRARY)
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found.   Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
-- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
-- GetText disabled
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
  Could NOT find ZLIB (missing: ZLIB_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindZLIB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  src/CMakeLists.txt:163 (find_package)


-- Configuring incomplete, errors occurred!



Could someone help me ?
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Sat Apr 13, 2013 20:10

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
Could NOT find IRRLICHT  (missing:  IRRLICHT_LIBRARY)

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
Could NOT find ZLIB (missing: ZLIB_LIBRARY)


You also don't appear to have any compiler installed.
 

sillecs
New member
 
Posts: 2
Joined: Sat Apr 13, 2013 19:58

by sillecs » Sat Apr 13, 2013 20:56

Thank you, that's work, but :

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
/usr/include/irrlicht/irrTypes.h:98: erreur:                 typedef long unsigned int irr::u64
/usr/local/gcp/installs/minetest/src/util/serialize.h:63: erreur: ‘u64’ does not name a type
make[2]: *** [src/CMakeFiles/minetest.dir/rollback.cpp.o] Erreur 1
make[1]: *** [src/CMakeFiles/minetest.dir/all] Erreur 2
make: *** [all] Erreur 2
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 6 guests

cron