We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ao tentar instalar ruby-1.9.3 deu um erro, e no log estava a seguinte linha:
regparse.c:582:15: error: implicit conversion loses integer precision: 'st_index_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
Procurando no google, achei isso: http://stackoverflow.com/questions/14662569/installing-ruby-on-mac-os-x-10-8-2
O que seguir na minha instalação foi: brew update brew tap homebrew/dupes brew install apple-gcc42 rvm get stable rvm install 1.9.3-p385
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ao tentar instalar ruby-1.9.3 deu um erro, e no log estava a seguinte linha:
regparse.c:582:15: error: implicit conversion loses integer precision: 'st_index_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
Procurando no google, achei isso: http://stackoverflow.com/questions/14662569/installing-ruby-on-mac-os-x-10-8-2
O que seguir na minha instalação foi:
brew update
brew tap homebrew/dupes
brew install apple-gcc42
rvm get stable
rvm install 1.9.3-p385
The text was updated successfully, but these errors were encountered: