-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make Rust work on OS X 10.5 #4232
New issue
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
Comments
Chrome and Firefox stopped supporting OSX 10.5 in 2012. Its successor 10.6 is now (pre Rust 0.6) available for 3.5 years. In Omnigroup's statistic http://update.omnigroup.com/ OS X 10.5's share is around/below 10% Do you think we should keep this issue? |
Is this still broken on 10.5? I'm trying to decide whether to remove 10.5 support from Rust's MacPorts portfile... |
@cooljeanius It's still broken and there doesn't seem to be much interest in fixing, so I think removing it from the macport is appropriate. |
@brson Is it broken because of something inherent to 10.5, or is the issue with 10.5’s compilers? We (MacPorts) can build ports using our own compiler ports, so the distinction is important. |
Lack of activity and old OS version; closing. |
I suppose closing this is ok, MacPorts already went and removed 10.5 support from the Rust portfile anyways... |
Most Mac people use Homebrew these days anyway. (Citation, of course, needed. I haven't heard anyone talk about macports in a looooooong time, but given Homebrew is written in Ruby, that could just be bias.) |
There are some atomic intrinsics missing in the default compiler (4.0 something) but with newer gcc's or clangs it should be possible. There are some leads in a mailing list thread.
The text was updated successfully, but these errors were encountered: