Comment on Ruby 1.9.3 via RVM on Mac OSX Lion: Success StoryparentComments−mambodog14yI managed to install just fine with clang, using rvm install 1.9.3 --with-gcc=clang−edgardcastro14ySame here, no problem. Lion and Xcode 4.2.Remember that after downloading Xcode form App Store you actually have to INSTALL it and after RUN IT at least once so everything works properly.−lloeki14yPlease reread, including comments in the linked github post. 1.9.3 does compile with clang, but ruby's own test suite ('make test' in the ruby build dir) does not pass.Also, if you had 4.1 then upgraded to 4.2 you may still have 4.1 gcc around.
Comments
I managed to install just fine with clang, using
Same here, no problem. Lion and Xcode 4.2.
Remember that after downloading Xcode form App Store you actually have to INSTALL it and after RUN IT at least once so everything works properly.
Please reread, including comments in the linked github post. 1.9.3 does compile with clang, but ruby's own test suite ('make test' in the ruby build dir) does not pass.
Also, if you had 4.1 then upgraded to 4.2 you may still have 4.1 gcc around.