Problems building GPG 1.3.93 on Cygwin
Eugene Kotlyarov
ekot at narod.ru
Tue Dec 14 21:00:07 CET 2004
Hello
I have couple of problems when building new gpg on Cygwin.
They are addressed in the following patches. Besides this is seems to work fine.
-------------- next part --------------
--- passphrase.c.old 2004-12-14 10:59:34.000000000 +0300
+++ passphrase.c 2004-12-14 21:58:30.265625000 +0300
@@ -31,5 +31,5 @@
#include <sys/un.h>
#endif
-#if defined (_WIN32) || defined (__CYGWIN32__)
+#if defined (_WIN32)
# include <windows.h>
#endif
-------------- next part --------------
--- srv.h.old 2003-08-29 03:29:32.000000000 +0400
+++ srv.h 2004-12-14 22:07:11.421875000 +0300
@@ -26,7 +26,9 @@
#else
#include <netinet/in.h>
+#ifndef __CYGWIN32__
#include <arpa/nameser.h>
#include <resolv.h>
#endif
+#endif
#ifndef MAXDNAME
More information about the Gnupg-devel
mailing list