>> diff --git a/win/config.h.in b/win/config.h.in >> index 82344a0..ec447a2 100644 >> --- a/win/config.h.in >> +++ b/win/config.h.in >> @@ -275,7 +275,7 @@ typedef unsigned long in_addr_t; >> #define inline __inline >> >> /* type to use in place of socklen_t if not defined */ >> -#define socklen_t unsigned int >> +/*#define socklen_t unsigned int*/ >> >> #ifndef __MINGW32__ >> /* 32-bit unsigned type */ >> > > This needs to be tested whether it still works with mingw/msys - I have > my doubts. So this change also needs to be conditional > > #ifndef _MSC_VER > #define socklen_t unsigned int > #endif > > (or vice versa, "#ifdef __MINGW32__"). > As discussed on the IRC, win/config.h.in is only used by the new build system and will not affect mingw/msys. The rest of the problems (hopefully) fixed in the patch I sent a few minutes ago.
-- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock