Skip to content

Instantly share code, notes, and snippets.

@samurai00
Last active December 28, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samurai00/7429745 to your computer and use it in GitHub Desktop.
Save samurai00/7429745 to your computer and use it in GitHub Desktop.
afon-MacBook-Pro:~ afon$ vim
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault: 11
afon-MacBook-Pro:~ afon$ brew doctor
Your system is ready to brew.
afon-MacBook-Pro:~ afon$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: f47072578e5c8bf3d569fe9704da8c9ea644469b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0.1
CLT: 5.0.1.0.1.1382131676
Clang: 5.0 build 500
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/opt/ruby/bin/ruby => /usr/local/Cellar/ruby/2.0.0-p247/bin/ruby
afon-MacBook-Pro:~ afon$ brew info macvim
macvim: stable 7.4-72, HEAD
http://code.google.com/p/macvim/
/usr/local/Cellar/macvim/7.4-72 (1799 files, 28M) *
Built from source with: --override-system-vim
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/macvim.rb
==> Dependencies
Recommended: cscope ✔
Optional: lua ✘, luajit ✘
==> Options
--custom-icons
Try to generate custom document icons
--override-system-vim
Override system vim
--with-lua
Build with lua support
--with-luajit
Build with luajit support
--without-cscope
Build without cscope support
--without-python
Build without python support
==> Caveats
MacVim.app installed to:
/usr/local/Cellar/macvim/7.4-72
To link the application to a normal Mac OS X location:
brew linkapps
or:
ln -s /usr/local/Cellar/macvim/7.4-72/MacVim.app /Applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment