Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-23 Thread Werner Koch
On Thu, 23 Apr 2015 09:34, gni...@fsij.org said: > If this is correct, I think that following patch fixes the problem. I agree that this is could be the cause for the problem. > diff --git a/po/Makefile.in.in b/po/Makefile.in.in Changing that Makefile is not a good idea because it is a standard

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-23 Thread NIIBE Yutaka
On 04/23/2015 11:26 AM, Ben McGinnes wrote: > Cool. Since 2.1 is on a one month cycle, I might just wait for 2.1.4 > and try again, that'll give me the changes made from 2.1.3 and not > trying to make a release equivalent tarball from the current repo > (although if there's a script for that I mig

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-23 Thread Werner Koch
On Thu, 23 Apr 2015 03:39, gni...@fsij.org said: > In the git repo, we have an entry of po/e...@quot.po in the .gitignore, > so, I think that it is not maintained in the repo. When a developer Right. It was removed in 2004! I expect that bug reports for a certain version a done using freshly u

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-22 Thread Ben McGinnes
On 23/04/2015 11:39 am, NIIBE Yutaka wrote: > On 04/22/2015 04:22 PM, Werner Koch wrote: >> On Sat, 18 Apr 2015 21:35, b...@adversary.org said: >> >>> e...@quot.po:54: 'msgid' and 'msgstr' entries do not both end with '\n' >>> e...@quot.po:58: 'msgid' and 'msgstr' entries do not both end with '\n'

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-22 Thread NIIBE Yutaka
On 04/22/2015 04:22 PM, Werner Koch wrote: > On Sat, 18 Apr 2015 21:35, b...@adversary.org said: > >> e...@quot.po:54: 'msgid' and 'msgstr' entries do not both end with '\n' >> e...@quot.po:58: 'msgid' and 'msgstr' entries do not both end with '\n' > >> but no need to paste them all in); obviousl

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-22 Thread Eric F
On 4/22/15 21:53 , Ben McGinnes wrote: > On 22/04/2015 5:22 pm, Werner Koch wrote: >> > On Sat, 18 Apr 2015 21:35, b...@adversary.org said: >> > >>> >> e...@quot.po:54: 'msgid' and 'msgstr' entries do not both end with '\n' >>> >> e...@quot.po:58: 'msgid' and 'msgstr' entries do not both end with

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-22 Thread Ben McGinnes
On 22/04/2015 5:22 pm, Werner Koch wrote: > On Sat, 18 Apr 2015 21:35, b...@adversary.org said: > >> e...@quot.po:54: 'msgid' and 'msgstr' entries do not both end with '\n' >> e...@quot.po:58: 'msgid' and 'msgstr' entries do not both end with '\n' > >> but no need to paste them all in); obviously

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-22 Thread Werner Koch
On Sat, 18 Apr 2015 21:35, b...@adversary.org said: > e...@quot.po:54: 'msgid' and 'msgstr' entries do not both end with '\n' > e...@quot.po:58: 'msgid' and 'msgstr' entries do not both end with '\n' > but no need to paste them all in); obviously the cause is somewhere > in those sed or make rule

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-18 Thread Ben McGinnes
On 13/04/2015 5:59 pm, Werner Koch wrote: > On Sun, 12 Apr 2015 00:29, dominyktil...@gmail.com said: > >> = >> t-stringhelp.c:488:3: error: function definition is not allowed here >> { >> ^ > > Oh sorry, I didn't spotted the use of a nes

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-13 Thread Dominyk Tiller
Hi Ethan, Thanks for the quick replies today, appreciate those. You're correct on GNU's GCC, in that it compiles successfully. It looks like I labelled one of my Clang compiles "GCC_Comp1.txt" last night accidentally and looked for the error rather than double checking the compiler to make sure I

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-13 Thread Werner Koch
On Sun, 12 Apr 2015 00:29, dominyktil...@gmail.com said: > = > t-stringhelp.c:488:3: error: function definition is not allowed here > { > ^ Oh sorry, I didn't spotted the use of a nested function here. Fix pushed and attsched. Salam-Sh

Re: GnuPG 2.1.3 Fails to Compile OS X

2015-04-12 Thread Patrick Brunschwig
It's a clang build error (clang-602.0.49). -Patrick On 13.04.15 00:00, Ethan Sherriff wrote: > Sorry didn't see what you said about the error occuring with GNU GCC, > what version are you using? On OS X Yosemite 10.10.3 (Latest Public Beta > 14D131, XCode 6.3 6D570), with GNU GCC 4.9.2 installed

RE: GnuPG 2.1.3 Fails to Compile OS X

2015-04-12 Thread Ethan Sherriff
Sorry didn't see what you said about the error occuring with GNU GCC, what version are you using? On OS X Yosemite 10.10.3 (Latest Public Beta 14D131, XCode 6.3 6D570), with GNU GCC 4.9.2 installed from source, gnupg-2.1.3 builds fine. From: Dominyk Tiller