It looks like the library “libintl.8.dylib” didn’t get dealt with properly. Hopefully that will get fixed within the day. I’ll leave a note for narc to check on that.
Thanks for reporting and sorry for the issues caused >.<
I have some bad news – I don’t think the build environment I have for Mac is fixable, so I’ll probably need to rebuild it altogether. What I’m going to try is to get a Mac VM going, so that I have a better source of libraries and things for the cross-compiler, but this may take a few days.
If you’re willing to help out with testing (once there’s some testing to do), would it be possible for you to hang out on the IRC? We don’t seem to have anyone with a Mac on there, which is why this issue has gone undetected for as long as it has.
The “-L” and “-I” directories will probably need to change slightly for others. The key was to manually link to libncurses, libintl, and the Frameworks. Note that I used brew to install gettext, sdl, and sdl_ttf. Just thought I would share so that other Mac users can get playing while you redo your Mac build environment. I didn’t try TILES=1. I removed FRAMEWORKS=1 since I used brew to install SDL.