Re: [Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-09-26 Thread Heiko Hund
On Monday 26 September 2011 14:13:30 Samuli Seppänen wrote: > Ok, did as suggested for socket.c and win32.h and got the following > build failure using MSVC: > > ---8<-- c:\users\samuli\openvpn-build\op

Re: [Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-09-26 Thread Samuli Seppänen
Il 26/09/2011 09:46, Samuli Seppänen ha scritto: >> On Tuesday 20 September 2011 12:28:30 Heiko Hund wrote: >>> or maybe it's just that _MSC_VER was not defined >> Misread the code, it's an #ifndef. Could someone test if replacing the >> >> #ifndef _MSC_VER >> >> lines in socket.c and win32.h

Re: [Openvpn-devel] Incorrect instructions in tester documentation

2011-09-26 Thread Samuli Seppänen
> On 19/09/11 11:32, Davide Brini wrote: > > On the "TesterDocumentation" page, the instructions say > > > When testing this version of OpenVPN, we would appreciate if all > deprecated > > features would be disabled by default. We want to know how OpenVPN > behaves > > for you without these featur

Re: [Openvpn-devel] Snapshot openvpn-2.x-20110909-master-install.exe fails

2011-09-26 Thread Samuli Seppänen
> On Tuesday 20 September 2011 12:28:30 Heiko Hund wrote: >> or maybe it's just that _MSC_VER was not defined > Misread the code, it's an #ifndef. Could someone test if replacing the > > #ifndef _MSC_VER > > lines in socket.c and win32.h with > > #if WINVER < 0x0600 > > leads to a prob