Compile GnuPG 1.4 under cygwin?
John Clizbe
JPClizbe at comcast.net
Wed Dec 29 04:55:55 CET 2004
Maxine Brandt wrote:
> Yes, you should modify the seat.test file, though this only affects
> whether or not the seat test is passed in "make check". More importantly
> you will have to fix the bug that prompted the quick release of 1.4.0a
> for Windows.
>
> John Clizbe posted the fix on Dec. 16:
> ====================
> diff -u -r1.71 iobuf.c
> - --- util/iobuf.c 6 Dec 2004 10:32:20 -0000 1.71
> +++ util/iobuf.c 16 Dec 2004 19:30:27 -0000
> @@ -146,7 +146,7 @@
> || (*a == '\' && *b == '/')) )
> break;
> }
> - - return *(const unsigned *)a - *(const unsigned *)b;
> + return *(const unsigned char *)a - *(const unsigned char *)b;
> #else
> return strcmp (a, b);
> #endif
> =====================
>
> With those two changes it compiled for me apparently without error,
> though I found a minor problem with the gpgkeys_ldap binary; --send-keys
> doesn't recognise a keyserver option in gpg.conf and the keyserver must
> be specified in the command.
Sorry Maxine. That was Werner's fix not mine. I think it was quoted in a
later message of mine.
--
John P. Clizbe Inet: JPClizbe(a)comcast DOT nyet
Golden Bear Networks PGP/GPG KeyID: 0x608D2A10
"Be who you are and say what you feel because those who mind don't matter
and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 378 bytes
Desc: OpenPGP digital signature
Url : /pipermail/attachments/20041228/d0349048/signature.bin
More information about the Gnupg-users
mailing list