|
From: Stephen S. <rad...@gm...> - 2013-01-14 14:38:59
|
On Mon, Jan 14, 2013 at 9:23 AM, Sigurd Saue <sig...@nt...> wrote: > Hi, > > I tried to build liblo from the latest GIT, but it failed due to > "netinet/tcp.h" not found (in address.c). I build on Windows 7 using MinGW, > and the sys/netinet files are not present there. This dependency was > introduced into liblo 2012-09-03. When I reverted to an earlier commit, > liblo built fine. > > Is there a way to remove this dependency on Windows again (e.g. by > checking WIN32)? > > Hello, Yes, I just pushed a patch to fix this as well as add a couple of missing functions to the .def file. I compiled with MingW without errors, let me know how it goes. Steve |