I have successfully installed RVM, however when I try and install Ruby 1.9.2 I get the following in Terminal:
ruby-1.9.2-p290 - #fetching
ruby-1.9.2-p290 - #extracted to /Users/xxxx/.rvm/src/ruby-1.9.2-p290 (already extracted)
Fetching yaml-0.1.4.tar.gz to /Users/xxxx/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/xxxx/.rvm/src
Configuring yaml in /Users/xxxx/.rvm/src/yaml-0.1.4.
ERROR: Error running ' ./configure --prefix="/Users/xxxx/.rvm/usr" ', please read /Users/xxxx/.rvm/log/ruby-1.9.2-p290/yaml/configure.log
Compiling yaml in /Users/xxxx/.rvm/src/yaml-0.1.4.
ERROR: Error running 'make ', please read /Users/xxxx/.rvm/log/ruby-1.9.2-p290/yaml/make.log
Installing yaml to /Users/xxxx/.rvm/usr
ERROR: Error running 'make install', please read /Users/xxxx/.rvm/log/ruby-1.9.2-p290/yaml/make.install.log
ruby-1.9.2-p290 - #configuring
ERROR: Error running ' ./configure --prefix=/Users/xxxx/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/Users/xxxx/.rvm/usr ', please read /Users/xxxx/.rvm/log/ruby-1.9.2-p290/configure.log
ERROR: There has been an error while running configure. Halting the installation.
Looking at please read /Users/xxxx/.rvm/log/ruby-1.9.2-p290/yaml/configure.log I see:
[2011-12-08 14:10:08] ./configure --prefix="/Users/xxxx/.rvm/usr"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/Users/xxxx/.rvm/src/yaml-0.1.4':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
I have just reinstalled Xcode 4.2 but it has made no difference. Obviously I do have a C compiler as I have Xcode installed.
gccin your$PATH? – Romain Dec 8 '11 at 15:25rvm install 1.9.3 --use-gcc=clangperhaps ? Is there a reason for using 1.9.2 ? – Kassym Dorsel Dec 8 '11 at 15:29