close git minetest in it
testing with
- Code: Select all
cmake -BUILD_CLIENT=1 -DBUILD_CLIENT=1 -DBUILD_SERVER=1 -BUILD_SERVER=1 -ENABLE_CURL -ENABLE_FREETYPE -ENABLE_GETTEXT -ENABLE_GLES -ENABLE_LEVELDB -ENABLE_REDIS -ENABLE_SOUND -ENABLE_LUAJIT -RUN_IN_PLACE=1 -VERSION_EXTRA=One
get
- Code: Select all
-- *** Will build version 5.1.0-dev ***
-- Using GMP provided by system.
-- Using bundled JSONCPP library.
-- Using LuaJIT provided by system.
-- cURL support enabled.
-- GetText enabled; locales found: be;ca;cs;da;de;dv;eo;es;et;fr;he;hu;id;it;ja;jbo;kk;kn;ko;ky;lt;ms;nb;nl;pl;pt;pt_BR;ro;ru;sl;sr_Cyrl;sv;sw;tr;uk;zh_CN;zh_TW
-- Freetype enabled.
-- ncurses console enabled.
-- PostgreSQL backend enabled
-- PostgreSQL includes: /usr/include/postgresql
-- LevelDB backend enabled.
-- Redis backend enabled.
-- SpatialIndex not found!
-- Locale blacklist applied; Locales used: ca;cs;da;de;dv;eo;es;et;fr;hu;id;it;ja;jbo;kk;kn;lt;ms;nb;nl;pl;pt;pt_BR;ro;ru;sl;sr_Cyrl;sv;sw;tr;uk
-- Configuring done
-- Generating done
-- Build files have been written to: /home/thomas/minetest
so just
- Code: Select all
-- SpatialIndex not found!
and I am looking for all problems, as I cant use chat in my own compiled clients ...
(I see the text in my client, press enter and gone ... but nothing at me or others showed up in chat)