Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. gem install bluecloth -v '2.2.0' --platform=ruby
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing bluecloth:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /Users/davidvolz/.rvm/rubies/ruby-1.8.7-head/bin/ruby extconf.rb
  7. checking for srand()... no
  8. checking for srandom()... no
  9. checking for random()... no
  10. checking for rand()... no
  11. checking for bzero() in string.h,strings.h... no
  12. checking for strcasecmp()... no
  13. checking for stricmp()... no
  14. This extension requires either strcasecmp() or stricmp()
  15. *** extconf.rb failed ***
  16. Could not create Makefile due to some reason, probably lack of
  17. necessary libraries and/or headers. Check the mkmf.log file for more
  18. details. You may need configuration options.
  19.  
  20. Provided configuration options:
  21. --with-opt-dir
  22. --without-opt-dir
  23. --with-opt-include
  24. --without-opt-include=${opt-dir}/include
  25. --with-opt-lib
  26. --without-opt-lib=${opt-dir}/lib
  27. --with-make-prog
  28. --without-make-prog
  29. --srcdir=.
  30. --curdir
  31. --ruby=/Users/davidvolz/.rvm/rubies/ruby-1.8.7-head/bin/ruby
  32.  
  33.  
  34. Gem files will remain installed in /Users/davidvolz/.rvm/gems/ruby-1.8.7-head/gems/bluecloth-2.2.0 for inspection.
  35. Results logged to /Users/davidvolz/.rvm/gems/ruby-1.8.7-head/gems/bluecloth-2.2.0/ext/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement