On 29 September 2018 at 04:04, Dirk Hohndel <[email protected]> wrote: > >> 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. >
looks like a potential patch i can send. yes, that header should be in the same location where windows.h is. lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
