Posted in macos, ruby, rubycube on April 17th, 2007 No Comments »
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 […]
Posted in macos on February 23rd, 2007 No Comments »
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/
test (GLUT executable)
Info.plist
I found I was able to get the app to launch with only […]
Posted in lindsey, macos on September 22nd, 2006 No Comments »
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 and Settings\UserName\Application Data\Identies{BIG-GUID}\Microsoft\Outlook Express
dbxconv *.dbx
Copy all the mbox files to a windows file share.
On the […]