On 03/10/2011, at 12:28 PM, Quincey Morris wrote: > Well, I just googled "__NSConcreteStackBlock", and it's clearly related to > Blocks. For example, the search found this: > > http://lists.apple.com/archives/xcode-users/2009/Oct/msg00608.html > > which I read as implying that using the LLVM compiler at all (whether you use > any blocks-related syntax or not) requires the symbol to be resolved. >
In that thread the OP stated he compiled using GCC 4.2, so it wouldn't seem to be an LLVM issue. I'm not using any blocks (directly) anywhere in this code either. I am making heavy use of Core Animation though…. (possibly nothing to do with the issue). Is there a way to determine which part of my code is linking to this symbol? I guess I can simply require 10.6 as well as iTunes 10.4, but since (unexpectedly) iTunes 10.4 appears to run under 10.5, it would due nice to support that as well. --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
