Hello my mellons. I'm wondering if any of you have managed to get Sil running on macOS recently? I've not been successful. I followed the instructions on https://github.com/sil-quirk/sil-q. It says it's been tested on macOS 10.15.5 but I'm on macOS Monterey 12.7.4, Xcode 14.2. It successfully complies after running
.
Running the app though results in an error (screenshot will full details attached):
I did notice that there are some predefined options in the regular Makefile.std for macOS as well but didn't get far with that.
Code:
make -f Makefile.cocoa install
Running the app though results in an error (screenshot will full details attached):
Code:
Cannot create the '/Applications/Sil.app/Contents/Resources/lib/apex/scores.raw' file!
Comment