It's easy to lose steam when trying to manually install unix packages. This evening I decided I would like to install mono with Cocoa#, so that I could write cocoa apps in C# (I decided that objective-c annoys me, and I quite like C#).
10 package dependencies later, I hit a brick wall, in that apparenly "libffi" hasn't been ported to my system. There doesn't seem to be much I can do about this, so does that mean mono just won't run on intel macs? I would have thought someone else would have noticed this...
Oddly enough, in the sub-dependencies for mono is a C# compiler. Isn't that what mono does?
And before you go all apt-get on me, yeah there is a package manager for OSX. It's called fink, and it hates me too :(
Update: I managed to get mono through darwin-ports, and aside from a small configuration-dance (and the setting of various paths) I managed to get both Mono and Cocoa-Sharp both working. At the same time! Huzzah!