You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usrsctp does not build with mingw. Various errors including "sys/socket.h"
appear during build. If -D__Userspace_os_Windows is set as a Cflag it will not
build due to differences between GCC and MSVC. Mingw should be a supported
compiler.
Original issue reported on code.google.com by [email protected] on 15 May 2015 at 10:32