Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. factico-backend git:(master) ✗ gem install nokogiri
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing nokogiri:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /Users/carloscastellanos/.rbenv/versions/2.0.0-p451/bin/ruby extconf.rb
  7. checking if the C compiler accepts ... yes
  8. checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
  9. Building nokogiri using packaged libraries.
  10. -----
  11. The file "/usr/include/iconv.h" is missing in your build environment,
  12. which means you haven't installed Xcode Command Line Tools properly.
  13.  
  14. To install Command Line Tools, try running `xcode-select --install` on
  15. terminal and follow the instructions. If it fails, open Xcode.app,
  16. select from the menu "Xcode" - "Open Developer Tool" - "More Developer
  17. Tools" to open the developer site, download the installer for your OS
  18. version and run it.
  19. -----
  20. *** extconf.rb failed ***
  21. Could not create Makefile due to some reason, probably lack of necessary
  22. libraries and/or headers. Check the mkmf.log file for more details. You may
  23. need configuration options.
  24.  
  25. Provided configuration options:
  26. --with-opt-dir
  27. --without-opt-dir
  28. --with-opt-include
  29. --without-opt-include=${opt-dir}/include
  30. --with-opt-lib
  31. --without-opt-lib=${opt-dir}/lib
  32. --with-make-prog
  33. --without-make-prog
  34. --srcdir=.
  35. --curdir
  36. --ruby=/Users/carloscastellanos/.rbenv/versions/2.0.0-p451/bin/ruby
  37. --help
  38. --clean
  39. --use-system-libraries
  40. --enable-static
  41. --disable-static
  42. --with-zlib-dir
  43. --without-zlib-dir
  44. --with-zlib-include
  45. --without-zlib-include=${zlib-dir}/include
  46. --with-zlib-lib
  47. --without-zlib-lib=${zlib-dir}/lib
  48. --enable-cross-build
  49. --disable-cross-build
  50.  
  51.  
  52. Gem files will remain installed in /Users/carloscastellanos/.rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.4.1 for inspection.
  53. Results logged to /Users/carloscastellanos/.rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/nokogiri-1.6.4.1/ext/nokogiri/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement