(旁注:由于某些操作系统问题,我的 mac 几周前崩溃了;商店里的苹果人处理了它,它恢复了“正常”——只是说明这一点,以防它与当前问题有关)
今天,我决定练习一些 ruby,因为我有一段时间没有练习了(按照 hartl 的教程)
当尝试生成一个新的应用程序时,在暂停和看似正常的文件之后,它出现了这个:(作为记录-当我创建以前的目录时-直到今天我才遇到问题)
Installing json (1.7.5) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/name_withheld/.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb
creating Makefile
make
sh: make: command not found
Gem files will remain installed in /Users/name_withheld/.rvm/gems/ruby-1.9.3-p0/gems/json-1.7.5 for inspection.
Results logged to /Users/name_withheld/.rvm/gems/ruby-1.9.3-p0/gems/json-1.7.5/ext/json/ext/generator /gem_make.out
An error occured while installing json (1.7.5), and Bundler cannot continue.
Make sure that `gem install json -v '1.7.5'` succeeds before bundling.
尝试安装json。这就是它的结果:
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
/Users/name_withheld/.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb
creating Makefile
make
sh: make: command not found
Gem files will remain installed in /Users/name_withheld/.rvm/gems/ruby-1.9.3-p0/gems/json-1.7.5 for inspection.
Results logged to /Users/name_withheld/.rvm/gems/ruby-1.9.3-p0/gems/json-1.7.5/ext/json/ext/generator /gem_make.out
无论如何,似乎问题可能与gcc有关?还是xcode?
我很困惑,直到今天我才遇到问题!因此,为什么我认为它可能与苹果商店的人可能已经完成的重置有关?
作为记录,当我尝试下载每个人都说它是免费的 xcode 命令行时,它不是。您必须注册并支付某种许可费。
帮助?谁能解决我对我应该在这里做什么的困惑?
在 10.6.8 版本上编辑 我(即雪豹?)
编辑 2 已将此添加到下面的评论中,但如果有帮助,也将其添加到此处以进行进一步的故障排除。
这就是我的路径显示的内容:“/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/name_withheld/.rvm/bin”