On Fri, May 23, 2014 at 2:55 AM, Muhittin Bilginer < [email protected]> wrote:
> Hi, > > Apologies for posting here and thank you very much for the information. > One final question, is there a documentation available some where > explaining how we can patch the process ourselves? > > The problem for me is, that I have a custom Python2.7 and I have compiled > that from source. I am not using home-brew or port. So it is a bit > difficult for me to un-hook it. I would look at the MacVim Homebrew formula: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/macvim.rb to see if you can adapt what they do to your own case. They are, if memory serves, managing to link MacVim to a *brewed* Python (not in a standard location). Perhaps those lines where they pass -L and -F flags can be tweaked to include a path appropriate to your case. There are also a couple of alterations to config.h later down in the formula. -Manny -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
