Hi,
I just cloned a fresh copy of TPT (2 times, actually) and get an error:
meson.build:79:1: ERROR: Dependency "luajit" not found, tried pkgconfig, framework and cmake
(full log here)
I followed the instructions to compile, and luajit as well as the other dependencies are installed.
Am I doing something wrong? Help!
Yep.
% brew reinstall luajit
==>Downloading https://homebrew.bintray.com/bottles/luajit-2.0.5.big_sur.bottle
Already downloaded: /Users/[me]/Library/Caches/Homebrew/downloads/da616aec726266836f3b91dc04b825c655a54e86154569db766d7700193f60bc--luajit-2.0.5.big_sur.bottle.3.tar.gz
==>Reinstalling luajit
==>Pouring luajit-2.0.5.big_sur.bottle.3.tar.gz
???? /usr/local/Cellar/luajit/2.0.5: 31 files, 2.0MB
Exact same result.
Whoops! Sorry!
UPDATE: I had to set PKG_CONFIG_PATH to /opt/local/lib/pkgconfig, so then it recognized it, and now it can't find libcurl.
Yes! It worked! pip seems to not install meson and ninja correctly, so I used brew, curl needs to be installed by brew, and my .zshrc needed this put in:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib:usr/local/share/pkgconfig:/opt/local/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig
So, to put it in from the command line, it'd be
echo "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib:usr/local/share/pkgconfig:/opt/local/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig" >> ~/.zshrc
Then, everything works! Thanks!
There are a lot of issues in mac developing..
But why didn't I get any issues with luajit? I'm running the same Big Sur 11.