views:

36

answers:

0

Hi! This is my first time posting here.
I'm a comp sci student attempting to do some things that might be a little over my head:
I'm attempting to add some logging to the object_cxxDestruct function within the objective c library (objc4-437.1 specifically). I've tried subclassing dealloc, but things like NSAutoReleasePools seem to fall through the cracks. Compiling the objective C library doesn't work, because I'm guessing Apple uses a ton of obscure dependencies and tools?
I've been trying to track these down based on #include errors, but with only a measure of success.

So my question is, has anyone compiled the objective c library successfully? How?

-Kirill