Subscribe

Archive for April 17th, 2007

RubyCube on Mac OS X

I’ve been making small incremental progress.

First problem I ran into was:

objc: failed objc_getClass(NSObject) for GLUTApplication->isa->isa objc: please link appropriate classes in your program Trace/BPT trap

This was pretty easily fixed by making sure to pass ‘-framework Foundation’ to the linker.

The next issue I’ve run into and I don’t have a good solution for so far is the GLUT […]