Caerandir
(Caerandir)
5
Hi Nakaner,
just installed tilemaker on Debian bookworm. First tried apt install… - was happy that it is available as precompiled package. Did not work, so I followed github instructions and did make/sudo make install, still does not work (made sure I used the compiled version). Error is always the same - when I run tilemaker with the example .lua script, it complains:
lua runtime error: demo.lua:34: attempt to call global 'Find' (a nil value)
It seems it is missing some library, but I installed all library packages I could get hold of - needed to fetch all the dev packages for successful make anyhow.
Not using “Find” does not seem to be a solution - it is a very fundamental LUA-Function for processing the data…
Any help appreciated!
EDIT: Seems I have found the reason myself: attempt to call global 'Find' (a nil value) · Issue #683 · systemed/tilemaker · GitHub - let’s see if I can get it running with this info…
EDIT EDIT: Using the tilemaker 2.4 .lua scripts solves it → now processing my first mbtiles map yay (which basically means I did not use my self-compiled tilemaker after all… huh? Well, I don’t care, prefer the Debian package anyhow…)