Last active
October 11, 2015 14:48
-
-
Save ev3rywh3re/3875291 to your computer and use it in GitHub Desktop.
OSX Stupid Stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- (all?) So your Ruby Gems hate you because there is no gcc in the right place? | |
You've upgraded Xcode Right? | |
You've installed the Command Line Tools under Xcode > Preferences > Downloads right? | |
Did you lie, cheat, and steal by doing: ln -s /usr/bin/gcc /usr/bin/gcc-4.2? -- Who the hell wants to compile against a version specific compiler anyway? | |
-- (mavericks) So your git svn is broken, try fixing the perl linking. | |
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.16/SVN | |
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.16/auto/SVN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment