Re: [Openvpn-devel] [PATCH] Remove excess semicolon (invalid C99).

2010-12-04 Thread Matthias Andree
Am 04.12.2010 14:02, schrieb Matthias Andree: > Signed-off-by: Matthias Andree > --- > misc.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This applies to the beta2.2 branch and affects this code section: 138 139 static inline bool 140 openvpn_run_script (const struc

[Openvpn-devel] [PATCH] Remove excess semicolon (invalid C99).

2010-12-04 Thread Matthias Andree
Signed-off-by: Matthias Andree --- misc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc.h b/misc.h index 3f22ca0..f449601 100644 --- a/misc.h +++ b/misc.h @@ -143,7 +143,7 @@ openvpn_run_script (const struct argv *a, const struct env_set *es, const unsign ope

Re: [Openvpn-devel] Error C2010 in openvpnserv.c during VS2008 build

2010-12-04 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/12/10 12:17, Matthias Andree wrote: | Am 04.12.2010 11:37, schrieb Samuli Seppänen: |> Hi Matthias, |> |> Your patch fixes the issue. | | Hi Samuli, | | then please use the attached /updated/ patch (same code, different log entry). | It fixes VS

Re: [Openvpn-devel] Error C2010 in openvpnserv.c during VS2008 build

2010-12-04 Thread Matthias Andree
Am 04.12.2010 11:37, schrieb Samuli Seppänen: > Hi Matthias, > > Your patch fixes the issue. Hi Samuli, then please use the attached /updated/ patch (same code, different log entry). It fixes VS2008, and breaks compatibility with GCC before 3.0. For the records, it was discussed on IRC with Dav

Re: [Openvpn-devel] Error C2010 in openvpnserv.c during VS2008 build

2010-12-04 Thread Samuli Seppänen
Matthias Andree ha scritto: > Am 03.12.2010 16:22, schrieb Samuli Seppänen: > >> Hi, >> >> I've managed to extend the Python build system so that it now tries to >> build the Windows service wrapper, "openvpnserv.exe", after building >> "openvpn.exe". However, the Visual Studio 2008 C compiler g

Re: [Openvpn-devel] Error C2010 in openvpnserv.c during VS2008 build

2010-12-04 Thread Matthias Andree
Am 04.12.2010 03:55, schrieb Matthias Andree: > Am 03.12.2010 16:22, schrieb Samuli Seppänen: >> Hi, >> >> I've managed to extend the Python build system so that it now tries to >> build the Windows service wrapper, "openvpnserv.exe", after building >> "openvpn.exe". However, the Visual Studio 200

Re: [Openvpn-devel] Error C2010 in openvpnserv.c during VS2008 build

2010-12-04 Thread Matthias Andree
Am 03.12.2010 16:22, schrieb Samuli Seppänen: > Hi, > > I've managed to extend the Python build system so that it now tries to > build the Windows service wrapper, "openvpnserv.exe", after building > "openvpn.exe". However, the Visual Studio 2008 C compiler gives these > errors: > >openvpnser