Page 1 of 1

Server doesn't have X or Irrlicht

PostPosted: Mon Jul 02, 2012 22:51
by jpenguin
It's a CentOS-5.6 based server half-way round the world from me. I just want to build the freakin server, no client

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 -BUILD_CLIENT:BOOL=0
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- *** Will build version 0.4.dev-20120606 ***
-- IRRLICHT_SOURCE_DIR =
-- IRRLICHT_INCLUDE_DIR = IRRLICHT_INCLUDE_DIR-NOTFOUND
-- IRRLICHT_LIBRARY = IRRLICHT_LIBRARY-NOTFOUND
-- Could NOT find IRRLICHT  (missing:  IRRLICHT_LIBRARY IRRLICHT_INCLUDE_DIR)
-- GetText disabled
-- Could NOT find VORBIS  (missing:  OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY)
-- Sound enabled, but OpenAL not found!
-- Sound enabled, but Vorbis libraries not found!
CMake Error at src/CMakeLists.txt:69 (message):
  Sound enabled, but cannot be used.

  To continue, either fill in the required paths or disable sound.
  (-DENABLE_SOUND=0)


-- Configuring incomplete, errors occurred!

PostPosted: Mon Jul 02, 2012 23:19
by jpenguin
OK

not solved, but invalid now. I got Ubuntu installed on my VPS; has all depends

PostPosted: Tue Jul 03, 2012 02:18
by Menche
Run "cmake . -DBUILD_CLIENT=0" to disable building the client.

PostPosted: Tue Jul 03, 2012 10:26
by Calinou
You must install Irrlicht to compile server (headers); but you don't have to use Irrlicht to run the server.