+ git clone -b dev https://github.com/dngulin/ttyhlauncher.git Cloning into 'ttyhlauncher'... + cd ttyhlauncher ++ git rev-parse --short HEAD + BUILD_NUMBER=e265654 + sed -i '/Settings::launcherVersion/ s "\; ~e265654"\; ' settings.cpp + /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/qmake 'QMAKE_CXXFLAGS += -mnop-fun-dllimport' + export PATH=/home/der/launcher/mxe/usr/bin/:/usr/local/bin:/usr/bin:/bin + PATH=/home/der/launcher/mxe/usr/bin/:/usr/local/bin:/usr/bin:/bin + make -j2 make -f Makefile.Release make[1]: Entering directory '/tmp/tmp.KEbSFuaOCA/ttyhlauncher' /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic launcherwindow.ui -o ui_launcherwindow.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic skinuploaddialog.ui -o ui_skinuploaddialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic settingsdialog.ui -o ui_settingsdialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic updatedialog.ui -o ui_updatedialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic feedbackdialog.ui -o ui_feedbackdialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic aboutdialog.ui -o ui_aboutdialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic licensedialog.ui -o ui_licensedialog.h /home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/bin/uic selfupdatedialog.ui -o ui_selfupdatedialog.h x86_64-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -mnop-fun-dllimport -O2 -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtWidgets -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtGui -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtNetwork -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtCore -Irelease -I. -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/mkspecs/win32-g++ -o release/main.o main.cpp x86_64-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -mnop-fun-dllimport -O2 -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtWidgets -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtGui -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtNetwork -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/include/QtCore -Irelease -I. -I/home/der/launcher/mxe/usr/x86_64-w64-mingw32.static/qt5/mkspecs/win32-g++ -o release/launcherwindow.o launcherwindow.cpp main.cpp: In function 'int qMain(int, char**)': main.cpp:75:27: error: 'F_SETFD' was not declared in this scope fcntl(fd, F_SETFD, FD_CLOEXEC); ^ main.cpp:75:36: error: 'FD_CLOEXEC' was not declared in this scope fcntl(fd, F_SETFD, FD_CLOEXEC); ^ main.cpp:75:46: error: 'fcntl' was not declared in this scope fcntl(fd, F_SETFD, FD_CLOEXEC); ^ Makefile.Release:4155: recipe for target 'release/main.o' failed make[1]: *** [release/main.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/tmp.KEbSFuaOCA/ttyhlauncher' Makefile:34: recipe for target 'release' failed make: *** [release] Error 2