Hacker News new | ask | show | jobs
by farslan 4703 days ago
It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with:

$ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found

1 comments

Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m.

EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.

Thank you very much. I'm the author of subvim (https://github.com/fatih/subvim) . And if this works fine I will promote this as the go-to editor to use subvim.
That would be grand. I've been using this for a few months now, and everything works OK - it was only this build that included Lua support (since I enabled it locally for myself a while back), but I've already tested the fixed binary on another Mac with no ill effects. Just grab a fresh DMG from the same place.
Works fine, thank you very much for the work!