-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacVim-Yosemite-Python should link with system ruby too #1
Comments
I did try |
Yes you are right, the correct behaviour should be linking the default Ruby Yosemite version when i build MacVim with Yosemite Python.
The problem was a garbled Ruby installation on my Mac, i've fixed the problem in the latest release... hopefully.
|
The latest release should have the correct Ruby version linked in both binaries (Yosemite vanilla and Homebrew). |
Tested and worked fine. |
Just a suggestion: |
This goes beyond my programming knowledge i fear and i'd like to keep this version as close as possible to the original MacVim (which should change project maintainer soon). That's because it will be a lot easier to merge the original MacVim into this one and vice versa. This fork has been made for my obsession to keep updated MacVim as i keep my Vim build with the multiple weekly patches developed by Bram and the Vim community, i've only replicated the way Björn has used Git to merge Vim development with MacVim resolving a couple of merge conflict. Lastly, i've been awfully busy for the past few months and the build error was completely my fault (a wrongly linked Python version with Homebrew and i didn't pay attention to what version was linked). I've changed the way i build the releases and it should be easier to spot an error in linked libraries. Anyway thanks for spotting this error and feel free to report any other build issue in future. |
Oh yes. Then another suggestion: Is it ok to link dylibs with
Glad to see it! There are many awesome PRs opening. I expect they get merged soon. |
I tried MacVim-Yosemite-Python.tar.gz. It didn't work because:
Why do a version which targets system python requires homebrew ruby?
I tried MacVim-Homebrew-Python-2.7.8.tar.gz with homebrew python installed. It didn't work too for the same reason.
OS: OSX 10.10.2
The text was updated successfully, but these errors were encountered: