cmake give %TOPIC_TITLE%quot;SpatianIndex not found%TOPIC_TITLE%quot;

cmake give "SpatianIndex not found"

Postby Festus1965 » Wed Mar 20, 2019 2:27 am

prepared new empty folder minetest
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
but also older version, saved old minetest folder had same issue
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 far no errors ...

so just
Code: Select all
-- SpatialIndex not found!
I cant find out from what this is coming to complain,
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)
Festus1965
Member
 
Posts: 868
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: cmake give "SpatianIndex not found"

Postby sfan5 » Thu Mar 21, 2019 7:43 pm

SpatialIndex is an optional dependency that can speed up mods dealing with overlapping/nested 3D volumes, such as areas.
sfan5
Moderator
 
Posts: 3785
Joined: Wed Aug 24, 2011 9:44 am
GitHub: sfan5

Re: cmake give "SpatianIndex not found"

Postby Festus1965 » Fri Mar 22, 2019 3:08 am

found, and
Code: Select all
sudo apt install libspatialindex-dev

and so cmake
Code: Select all
-- SpatialIndex AreaStore backend enabled.
Festus1965
Member
 
Posts: 868
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer



Return to Problems



Who is online

Users browsing this forum: Yandex Bot [Bot] and 0 guests