https://bugs.kde.org/show_bug.cgi?id=349303
--- Comment #4 from Calle Laakkonen <laakkon...@gmail.com> --- I'm now using GCC 5.5.0 in MXE to build my application and am no longer encountering the first error. I do however get an error about missing "netinet/in.h". Currently, I'm working around this by replacing "netinet/in.h" with <QtEndian> and ntohs and htons calls with qFromBigEndian and qToBigEndian calls. -- You are receiving this mail because: You are watching all bug changes.