Re: GnuPG 2.0.12 on Windows

2009-09-20 Thread Werner Koch
On Thu, 3 Sep 2009 11:23, bre...@sanders.org said: When compiling 2.0.12 on Windows with MinGW/MSYS there was a compilation error on scd/ccid-driver.c because ETIMEDOUT doesn't exist on Windows. You need all the patches as available in gpg4win. Or use 2.0.13. Salam-Shalom, Werner --

GnuPG 2.0.12 on Windows

2009-09-07 Thread Brecht Sanders
Hi, When compiling 2.0.12 on Windows with MinGW/MSYS there was a compilation error on scd/ccid-driver.c because ETIMEDOUT doesn't exist on Windows. This can be fixed by using WSAETIMEDOUT instead. Maybe a simple #ifdef __MINGW32__ can be used to resolve this? Once I replaced this the rest of