Is there a new snapshot of 7.3? Or could someone create one? I like to install macvim with brew, but its latest formula uses snapshot 7.3-64 and I am unable to build it.
At first I thought there was something wrong with my configuration, but after much investigating I found that I could build the latest from https://github.com/b4winckler/macvim.git. So it seems that a critical fix occurred between the 7.3-64 snapshot and now.
To verify it wasn't a homebrew specific issue, I also tried building snapshot 7.3-64 the same way I build macvim successfully with the latest src in github. I get the same issue about:
The following build commands failed:
Ld ../build/Release/PSMTabBarControl.framework/Versions/A/PSMTabBarControl normal x86_64
I have a good build of macvim, so I am okay for now. But I'd like to make a friendly request to create a new snapshot so that homebrew can update their formula.
Thanks
Darcy
brew install macvim --HEAD --override-system-vim
And macvim builds correctly on my machine with brew. Maybe this tip will help others who have difficulty building macvim or want the latest/greatest.