Page 1 of 1

Not compile

PostPosted: Sat Sep 19, 2015 20:00
by DarGod
I want to make the server minetest. But when compiling get incomprehensible 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
[roman@vm12906 minetest]$ cmake . -DRUN_IN_PLACE=TRUE -DENABLE_SOUND=0 -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE
-- *** Will build version 0.4.13-dev ***
-- cURL support enabled.
-- GetText disabled.
-- Freetype enabled.
-- LuaJIT not found, using bundled Lua.
-- Using GMP provided by system.
-- LevelDB backend enabled.
-- Redis backend enabled.
-- Using bundled JSONCPP library.
-- SpatialIndex AreaStore backend enabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/roman/minetest

make log: http://pastebin.com/s83SuwTM

How can I fix it?
P.s. CentOS 6.7, VPS

Re: Not compile

PostPosted: Mon Sep 21, 2015 13:04
by benrob0329
Now run make install.

Re: Not compile

PostPosted: Mon Sep 21, 2015 16:43
by kaadmy
If you look at the pastebin log, irrlicht raises tons of errors when make is run.
Maybe you're using an older version of irrlicht?