Created
July 9, 2012 08:08
-
-
Save ideamonk/3074980 to your computer and use it in GitHub Desktop.
Fix for missing headers while building native extensions
This file contains hidden or 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
# E.g. rb-fsevent gem fails with | |
# fsevent/fsevent_watch.c:1:10: fatal error: 'stdio.h' file not found | |
# | |
# XCode 4.3.3 , OSX Lion 10.7.3 | |
# | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment