Vin*_*han 5 ruby-on-rails irb rdoc chronic bluecloth
这些错误意味着什么?
[root@localhost config]# gem install bluecloth
Building native extensions. This could take a while...
ERROR: Error installing bluecloth:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
can't find header files for ruby.
Gem files will remain installed in /usr/lib64/ruby/gems/1.8/gems/bluecloth-2.0.7 for
inspection.
Results logged to /usr/lib64/ruby/gems/1.8/gems/bluecloth-2.0.7/ext/gem_make.out
[root@localhost config]#
Run Code Online (Sandbox Code Playgroud)
还有这个
[root@localhost config]# gem install chronic
Successfully installed json_pure-1.4.3
Successfully installed rubyforge-2.0.4
Successfully installed hoe-2.6.0
Successfully installed chronic-0.2.3
4 gems installed
/usr/lib64/ruby/gems/1.8/gems/rdoc-2.5.8/lib/rdoc/ruby_lex.rb:67: warning:
parenthesize argument(s) for future version
ERROR: While executing gem ... (Gem::DocumentError)
ERROR: RDoc documentation generator not installed: no such file to load -- irb/slex
[root@localhost config]#
Run Code Online (Sandbox Code Playgroud)
我使用"yum install ruby-rdocs"安装了rdocs.但我不明白这个错误意味着什么
vis*_*ise 17
yum install ruby-devel ruby-irb ruby-rdoc ruby-ri
Run Code Online (Sandbox Code Playgroud)
虽然前一个命令修复了这两个问题,但请记住,在第二个错误消息的情况下,您也可以通过添加跳过文档--no-rdoc.
2017年4月:
--[no-]rdoc参数已被弃用,如中所述gem install --help.现在,您可以使用--no-document在每个宝石安装或存放在此您~/.gemrc在本解释的答案.
| 归档时间: |
|
| 查看次数: |
10431 次 |
| 最近记录: |