0
    BUILD FAILED

Inspect or clean up the working tree at /var/folders/nm/7dd74jb52s16cfnjp_st1j8c0000gn/T/ruby-build.20130814195519.99873
Results logged to /var/folders/nm/7dd74jb52s16cfnjp_st1j8c0000gn/T/ruby-build.20130814195519.99873.log

Last 10 log lines:
x ruby-1.9.3-p0/win32/winmain.c
/var/folders/nm/7dd74jb52s16cfnjp_st1j8c0000gn/T/ruby-build.20130814195519.99873/ruby-1.9.3-p0 /var/folders/nm/7dd74jb52s16cfnjp_st1j8c0000gn/T/ruby-build.20130814195519.99873 ~
checking build system type... x86_64-apple-darwin12.4.0
checking host system type... x86_64-apple-darwin12.4.0
checking target system type... x86_64-apple-darwin12.4.0
checking whether the C compiler works... no
configure: error: in `/var/folders/nm/7dd74jb52s16cfnjp_st1j8c0000gn/T/ruby-build.20130814195519.99873/ruby-1.9.3-p0':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** No targets specified and no makefile found.  Stop.

上記は、インストールしようとしたときに受け取ったエラー メッセージです。私はRubyをまったく初めて使用し、通常はパッケージをインストールするときに指示に従っただけなので、バグを修正する方法がよくわかりません。

それが役立つ場合、私はこのサイトの指示に従っていました: http://octopress.org/docs/setup/rbenv/

4

2 に答える 2

0

これを見て:

checking whether the C compiler works... no

Mac に C コンパイラがインストールされていないようです。

ここからダウンロードしてインストールする必要があります。

https://github.com/kennethreitz/osx-gcc-installer

タイトルに Python が含まれているのに、Ruby を初めて使用する理由がわかりません。気分を害することはありませんが、スペイン語は初めてなので、英語について質問があると言っているようです。

于 2013-08-15T23:03:04.777 に答える