Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Actually, <code>ruby-1.9.3-p125</code> now works with <code>gcc-llvm</code>. But, the current stable/latest releases of <code>rvm</code> do not (yet). But that was just <code>rvm</code> being cautious and there's now a fix to that workaround in the master branch of <code>rvm</code>.</p> <p>Simply, upgrade <code>rvm</code> to the master branch and install/upgrade <code>ruby</code>:</p> <pre><code>GT-MBP:~ gthiruva$ rvm upgrade ruby-1.9.3-p0 1.9.3 Are you sure you wish to upgrade from ruby-1.9.3-p0 to ruby-1.9.3-p125? (Y/n): Y Installing new ruby ruby-1.9.3-p125 Fetching yaml-0.1.4.tar.gz to /Users/gthiruva/.rvm/archives Extracting yaml-0.1.4.tar.gz to /Users/gthiruva/.rvm/src Configuring yaml in /Users/gthiruva/.rvm/src/yaml-0.1.4. Compiling yaml in /Users/gthiruva/.rvm/src/yaml-0.1.4. Installing yaml to /Users/gthiruva/.rvm/usr The autodetected CC(/usr/bin/gcc-4.2) is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`, and set CC=/path/to/gcc . Unable to install ruby ruby-1.9.3-p125. Please install it manually to continue. GT-MBP:~ gthiruva$ rvm get head Original installed RVM version: rvm 1.10.2 by Wayne E. Seguin &lt;wayneeseguin@gmail.com&gt;, Michal Papis &lt;mpapis@gmail.com&gt;`enter code here` [https://rvm.beginrescueend.com/] ... RVM reloaded! GT-MBP:~ gthiruva$ rvm reload RVM reloaded! GT-MBP:~ gthiruva$ exec bash rvm 1.10.2 by Wayne E. Seguin &lt;wayneeseguin@gmail.com&gt;, Michal Papis &lt;mpapis@gmail.com&gt; [https://rvm.beginrescueend.com/] GT-MBP:~ gthiruva$ rvm upgrade ruby-1.9.3-p0 1.9.3 Are you sure you wish to upgrade from ruby-1.9.3-p0 to ruby-1.9.3-p125? (Y/n): Y Installing new ruby ruby-1.9.3-p125 ... Successfully migrated ruby-1.9.3-p0 to ruby-1.9.3-p125 Upgrade complete! </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload