As of Xcode 4.2 Apple have stopped bundling GCC with it, shipping only the (mostly) compatible llvm-gcc binary instead. The suggested fix is to install GCC using the osx-gcc-installer project. However, I wanted to build and install it from source, which apple provides at http://opensource.apple.com/.
--More--Tagged with os x
+[NSObject load] in MacRuby
- 2010-06-12 02:11:32
If you've not heard of it, MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastructure and the Foundation and ICU frameworks.
Basically means you write in Ruby using Objective-C frameworks, and vice versa. It's pretty damn cool to be honest!
iPad? iPerfect (…for me)
- 2010-01-27 20:56:50
Mac Tips you may not know
- 2009-08-31 13:08:48
Here are some mac tips I know and consider "basic" mac knowledge, but no-one else seems to know.
--More--