Then please describe the error building GnuPG using the one and only way -
everything else is not supported.
??? I *did*, in this very bug report right here, in my original post. Is my
attachment not viewable?
Then please describe the error building GnuPG using the one and only way -
everything else is not supported.
??? I *did*, in this very bug report right here, in my original post. Is my
attachment not viewable?
Homebrew is the only way building with Xcode5 can SUCCEED. Building the "normal"
way, with ./configure --stuff && make, FAILS. The bug is in gnupg2. Homebrew has
somehow stepped around the bug.
Homebrew is an OSX package manager.
It's interesting that it built inside Homebrew, because they do some automatic
adjustment of CFLAGS etc. to make a package more likely to build on OSX.
Probably what happened is they removed a flag which is causing the problem I'm
reporting, but only on XCode5.0
I'm no programmer, but I'll look into this further.
Something got screwed up in the somewhat bizarre chain of includes. My
only work around is to manually include the needed typedefs.
I'm not a programmer and I don't know what "manually include the needed
typedefs" means.
Interestingly the problem I report doesn't exist when gnupg2 is built within
Homebrew.
The --disable-agent doesn't matter for this bug. It's the same without it.
It's an artifact from Homebrew, which for whatever reason splits things into one
package for just the agent, and another for gnupg2-sans-agent.
Oh sorry, never mind. Apologize for the noise. I accidentally looked at the
relevant file in 2.0.20 and thought it hadn't been fixed yet. Sheesh.