oscardelben / RailsOneClick

Rails One Click installer for Mac Os X
http://railsoneclick.com/
MIT License
157 stars 6 forks source link

configure: error: in `/tmp/yaml-0.1.4 #20

Closed LukeMichaels closed 10 years ago

LukeMichaels commented 10 years ago

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... gcc checking whether the C compiler works... no configure: error: in /tmp/yaml-0.1.4': configure: error: C compiler cannot create executables Seeconfig.log' for more details

Paintsius commented 10 years ago

i uninstalled Xcode then had r1c install it

oscardelben commented 10 years ago

Hi, if you are using Maverick then Rails One Click is no longer needed. Just go into a terminal and type:

gem install rails

LukeMichaels commented 10 years ago

Thanks guys