> On Sep 28, 2018, at 6:01 PM, Dirk Hohndel <[email protected]> wrote: > I use i686-w64-mingw32.shared-gcc (GCC) 4.9.4 as that's what's part of MXE > right now. > I wonder why there isn't a gcc5
there apparently is, but I haven't installed it. Looking into that. > A little while into the build I get this error: > > qbluetoothservicediscoveryagent_win.cpp:50:22: fatal error: WinSock2.h: No > such file or directory > > I appear to be missing some part of the dev environment. Let's see what > Google tells me about that with MXE :-) Nope, much easier. Case sensitive file system. Simply changing it to winsock2.h does the trick. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
