Last active
May 11, 2016 06:16
-
-
Save daipresents/bf4893486b189496d414c7636410bd14 to your computer and use it in GitHub Desktop.
WebDriverがMacに壮絶に入らなかったのでRVMにしたこと
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
192:~ daipresents$ sudo gem install selenium-webdriver | |
Password: | |
Building native extensions. This could take a while... | |
ERROR: Error installing selenium-webdriver: | |
ERROR: Failed to build gem native extension. | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb | |
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h | |
Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/ffi-1.0.11 for inspection. | |
Results logged to /Library/Ruby/Gems/1.8/gems/ffi-1.0.11/ext/ffi_c/gem_make.out |
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
sudo /Developer/Library/uninstall-devtools --mode=all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment