Attempting to compile trunk@711 on OSX 10.8 with Xcode 4.5.2 getting compilation error.
CHMutableDictionary.m:54
Conflicting types for 'createCollectableCFMutableDictionary'
Looking at CHMutableDictionary.h:14
HIDDEN void createCollectableCFMutableDictionary(CFMutableDictionaryRef* dictionary, NSUInteger initialCapacity);
The Macro HIDDEN is discussed here: CHDataStructures.framework won't compile for iOS in Xcode 4 but is about iOS.
I'm guessing a patch is needed to get this to compile on OSX as well?