Hi, On Wed, Jul 1, 2015 at 9:47 PM, Fish Wang <fish.t...@gmail.com> wrote: > Visual Studio 2010 refuses to compile the latest code on branch release/2.3 > because __func__ is not supported. Microsoft supports __FUNCTION__ instead > of __func__ in their compiler. VS 2013 complains the same.
Thanks for reporting. That's probably my fault, sorry. I think we still support VS, so we'll fix it, but you might want to consider using mingw. That's what the current openvpn developers use for Windows builds (either native, or cross-compile from linux/BSD). -Steffan