I've followed the directions at
https://code.google.com/p/google-breakpad/wiki/MacBreakpadStarterGuide but they google-brakepad fails to compile.
The first errors can be fixed by updating Breakpad.xcconfig to use "SDKROOT = macosx10.8" and removing the GCC_VERSION vars. But then the gtestmockall target fails. If I remove the gtestmockall target I run into other failures.
Does google-breakpad support building on a OS X greater than 10.5?