Re: [Openvpn-devel] compiling with visual studio

2013-01-18 Thread Athanasios Douitsis
On Fri, Jan 18, 2013 at 10:18 AM, Samuli Seppänen wrote: > > > > Hi, > > > > First of thanks for taking the time to write a very comprehensive > response, much appreciated. > > > > Although I have already succeeded with the msvc build, the idea of > having a dedicated vm doing building and packagi

Re: [Openvpn-devel] compiling with visual studio

2013-01-18 Thread Samuli Seppänen
> Hi, > > First of thanks for taking the time to write a very comprehensive response, > much appreciated. > > Although I have already succeeded with the msvc build, the idea of having a > dedicated vm doing building and packaging seems very agreeable. I'll be sure > to get back to you if ther

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Athanasios Douitsis
17 Ιαν 2013, 4:01 μ.μ., ο/η Samuli Seppänen έγραψε: > Hi Athanasios, > >> Right, so this is because c99 and VS don't mix. Thanks very much Gert. >> >> To explain why I'm trying to do this: Our institution uses OpenVPN to >> provide remote access (e.g. access to electronic libraries, etc) to >

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Samuli Seppänen
Hi Athanasios, > Right, so this is because c99 and VS don't mix. Thanks very much Gert. > > To explain why I'm trying to do this: Our institution uses OpenVPN to > provide remote access (e.g. access to electronic libraries, etc) to > its users. So we used to build openvpn and package it very very

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Athanasios Douitsis
On Thu, Jan 17, 2013 at 2:19 AM, Matthias Andree wrote: > Am 16.01.2013 11:11, schrieb Gert Doering: > > Hi, > > > > On Tue, Jan 15, 2013 at 09:03:07PM +0200, Athanasios Douitsis wrote: > >> Trying to compile 2.3 with visual studio 2010. I am getting the > following > >> error: > >> > >> init.c(18

Re: [Openvpn-devel] compiling with visual studio

2013-01-17 Thread Matthias Andree
Am 16.01.2013 11:11, schrieb Gert Doering: > Hi, > > On Tue, Jan 15, 2013 at 09:03:07PM +0200, Athanasios Douitsis wrote: >> Trying to compile 2.3 with visual studio 2010. I am getting the following >> error: >> >> init.c(186): error C2143: syntax error : missing ';' before 'type' >> [C:\openvpn4\

Re: [Openvpn-devel] compiling with visual studio

2013-01-16 Thread Athanasios Douitsis
Right, so this is because c99 and VS don't mix. Thanks very much Gert. To explain why I'm trying to do this: Our institution uses OpenVPN to provide remote access (e.g. access to electronic libraries, etc) to its users. So we used to build openvpn and package it very very similarly to the official

Re: [Openvpn-devel] compiling with visual studio

2013-01-16 Thread Gert Doering
Hi, On Tue, Jan 15, 2013 at 09:03:07PM +0200, Athanasios Douitsis wrote: > Trying to compile 2.3 with visual studio 2010. I am getting the following > error: > > init.c(186): error C2143: syntax error : missing ';' before 'type' > [C:\openvpn4\openvpn-build\msvc\build.tmp\openvpn-2.3_master\src\o

[Openvpn-devel] compiling with visual studio

2013-01-15 Thread Athanasios Douitsis
Hi all, Trying to compile 2.3 with visual studio 2010. I am getting the following error: init.c(186): error C2143: syntax error : missing ';' before 'type' [C:\openvpn4\openvpn-build\msvc\build.tmp\openvpn-2.3_master\src\openvpn\openvpn.vcxproj] (after that there are many many more errors, but y