sctplab / sctp-refimpl

Automatically exported from code.google.com/p/sctp-refimpl
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

usrsctp does not build with mingw #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 JohnWas...@gmail.com on 15 May 2015 at 10:32

GoogleCodeExporter commented 8 years ago
Since I don't have a mingw build environment, I can't provide a fix. If you can 
provide a patch, I would integrate it, after reviewing it to make sure that it 
doesn't break anything.

Original comment by t00FC...@googlemail.com on 19 May 2015 at 6:53