tilemaker icon indicating copy to clipboard operation
tilemaker copied to clipboard

Trying to install on Mac

Open mynameisjoey opened this issue 1 year ago • 6 comments

getting this error:

clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [tilemaker] Error 1 Using lua

  • Lua language version 5.4
  • include path is -I/usr/local/include/lua
  • library path is -llua install -m 0755 -d /usr/local/bin/ install -m 0755 tilemaker /usr/local/bin/ install: tilemaker: No such file or directory make: *** [install] Error 71

mynameisjoey avatar Feb 28 '24 21:02 mynameisjoey

Please supply more details:

  • what OS version
  • Apple Silicon or Intel
  • what libraries you've installed, what versions, and how you installed them

systemed avatar Feb 29 '24 10:02 systemed

Please supply more details:

  • what OS version
  • Apple Silicon or Intel
  • what libraries you've installed, what versions, and how you installed them
  • OS: 14.2.1 Sonoma
  • Apple Silicon (M3)
  • brew install boost lua shapelib rapidjson (Lua 5.4.6, boost 1.58)

mynameisjoey avatar Feb 29 '24 15:02 mynameisjoey