Gnupg2 won't build on OSX 10.8.5 under the new XCode5. I get compiler errors.
Trouble starts with an "unknown type name", namely, "intmax_t". There are also
some clang warnings, but I don't know if they're worth worrying about.
Everything was fine up until XCode5. I didn't change my configure flags or
anything.
This affects gnupg-2.0.21 and 2.0.22, both with and without the agent enabled.
I only noticed the problem while trying to build the brand-new 2.0.22.
All the prerequisites (libassuan, pth, libksba, libgcrypt, libgpg-error,
pinentry) build just fine.
I've attached what I see, after doing ./configure --disable-dependency-tracking
--disable-agent.