Category Archives: macos

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 … Continue reading

Posted in macos, ruby, rubycube | Leave a comment

How to create a bare bones ‘.app’ bundle on Mac OS X

I was trying to create a standalone launcher for a GLUT based app last night and with a little bit of research and reading was able to create an app bundle that gets the job done. Test.app/     MacOS/     … Continue reading

Posted in macos | Leave a comment

Migrating Outlook Express to a Mac

So Lindsey is now migrating to a mac (Mac Mini) and I found the process of migrating her email to be relatively easy. First you get this program called dbconv and run it on all the dbx files in \Documents … Continue reading

Posted in lindsey, macos | Leave a comment