[2016-09-12 22:53:00] Triggered by 5 commits pushed to github: [2016-09-11T18:34:24+03:00] Fix Makefile Url: https://github.com/DusteDdk/Osgg/commit/9345b07a5d50dedc96cf540563f95fadaf8b8112 1 file modified: [*] Makefile [2016-09-11T18:37:46+03:00] Proper way of including endian.h for FreeBSD Url: https://github.com/DusteDdk/Osgg/commit/1fffb1fe9ab936ed89bd6b5d7667cf4003ace358 1 file modified: [*] main.cpp [2016-09-11T18:38:02+03:00] Respect DATADIR everywhere Url: https://github.com/DusteDdk/Osgg/commit/646fafefdbc5542a14cbb04bbdcc876b47f69a4f 1 file modified: [*] main.cpp [2016-09-11T18:39:00+03:00] Fix missing return statement Url: https://github.com/DusteDdk/Osgg/commit/b8e6396022f280ce2cda71897e8892ece1d84cdb 1 file modified: [*] main.cpp [2016-09-12T22:52:56+02:00] Merge pull request #1 from AMDmi3/freebsd-fixes Url: https://github.com/DusteDdk/Osgg/commit/32d9e02ed2025f667b5cde53422d23d8684a2386 2 files modified: [*] Makefile [*] main.cpp [2016-09-12 22:53:07] doBuild.sh: Osgg Build 55 started in /home/contigrator/contigrator/jobs/Osgg/builds/0055 [2016-09-12 22:53:07] doBuild.sh: Output directory: /home/contigrator/contigrator/jobs/Osgg/builds/0055/output [2016-09-12 22:53:07] doBuild.sh: Workspace: /home/contigrator/contigrator/jobs/Osgg/workspace [2016-09-12 22:53:07] doBuild.sh: workspace is on commit: 32d9e02ed2025f667b5cde53422d23d8684a2386 [2016-09-12 22:53:07] doBuild.sh: Executing ../script/build.sh >>> Build script output begin >>> + echo 'Osgg build script.' Osgg build script. + rm -Rf 'Osgg-version*' ++ cat main.cpp ++ grep 'define VERSION' ++ cut -f 2 -d '"' + VER=1.0 + DST=Osgg-version_1.0-build_0055 + mkdir Osgg-version_1.0-build_0055 + pushd launcher ~/contigrator/jobs/Osgg/workspace/launcher ~/contigrator/jobs/Osgg/workspace + qmake 'DEFINES+=EXECPATH=\"\\\"./osgg_linux_x64\\\"\"' + make clean rm -f moc_wtf.cpp rm -f qrc_std.cpp rm -f ui_untitled.h rm -f main.o wtf.o lvlPrevScene.o lvlpreviewview.o moc_wtf.o qrc_std.o rm -f *~ core *.core + make /usr/lib/x86_64-linux-gnu/qt4/bin/uic untitled.ui -o ui_untitled.h g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o wtf.o wtf.cpp g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o lvlPrevScene.o lvlPrevScene.cpp In file included from /usr/include/qt4/QtGui/qgraphicsscene.h:46:0, from /usr/include/qt4/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /usr/include/qt4/QtCore/qpoint.h: In member function 'void lvlPrevScene::load(const char*)': /usr/include/qt4/QtCore/qpoint.h:273:68: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:11: note: 'y' was declared here qreal x,y; ^ In file included from /usr/include/qt4/QtGui/qgraphicsscene.h:46:0, from /usr/include/qt4/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /usr/include/qt4/QtCore/qpoint.h:273:68: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:9: note: 'x' was declared here qreal x,y; ^ g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o lvlpreviewview.o lvlpreviewview.cpp lvlpreviewview.cpp:9:51: warning: unused parameter 'event' [-Wunused-parameter] void lvlpreviewview::resizeEvent ( QResizeEvent * event ) ^ /usr/lib/x86_64-linux-gnu/qt4/bin/moc -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. wtf.h -o moc_wtf.cpp g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_wtf.o moc_wtf.cpp /usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name std std.qrc -o qrc_std.cpp g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x64\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o qrc_std.o qrc_std.cpp g++ -m64 -Wl,-O1 -o launcher main.o wtf.o lvlPrevScene.o lvlpreviewview.o moc_wtf.o qrc_std.o -L/usr/lib/x86_64-linux-gnu -lQtGui -lQtCore -lpthread + popd ~/contigrator/jobs/Osgg/workspace + make clean rm -f *.o osgg + make g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c main.cpp -o main.o main.cpp: In member function 'bool classBullets::col(std::vector, bool)': main.cpp:334:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int ii=0; ii < target.size(); ii++) ^ main.cpp: In function 'void renderPolys(std::vector >)': main.cpp:520:7: warning: unused variable 'pc' [-Wunused-variable] int pc=0; ^ main.cpp:521:7: warning: unused variable 'pp' [-Wunused-variable] int pp=0; ^ main.cpp: In function 'void saveMap(std::vector >, std::vector, std::string)': main.cpp:760:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < gameInfo.nextObjective.size(); i++) ^ main.cpp: In function 'void renderRadar(std::vector, std::vector >)': main.cpp:1287:12: warning: unused variable 'maxL' [-Wunused-variable] gPs vel, maxL; ^ main.cpp: In function 'void saveDemo()': main.cpp:1572:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < demoFrames.size(); i++) ^ main.cpp: In function 'void demoPlay(Uint8*)': main.cpp:1617:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(gameInfo.demoFrame != demoFrames.size() ) ^ main.cpp: In function 'int main(int, char**)': main.cpp:1864:17: warning: enumeration value 'SDLK_UNKNOWN' not handled in switch [-Wswitch] switch(event.key.keysym.sym) ^ main.cpp:1864:17: warning: enumeration value 'SDLK_FIRST' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKSPACE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_TAB' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CLEAR' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RETURN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SPACE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EXCLAIM' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUOTEDBL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_DOLLAR' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_AMPERSAND' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUOTE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFTPAREN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHTPAREN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_ASTERISK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PLUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COMMA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MINUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PERIOD' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SLASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COLON' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SEMICOLON' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LESS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EQUALS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_GREATER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUESTION' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_AT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFTBRACKET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKSLASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHTBRACKET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CARET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UNDERSCORE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKQUOTE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_a' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_b' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_c' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_f' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_i' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_j' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_k' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_r' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_u' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_v' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_x' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_y' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_z' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_0' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_1' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_2' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_10' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_11' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_12' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_13' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_14' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_15' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_16' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_17' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_18' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_19' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_20' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_21' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_22' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_23' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_24' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_25' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_26' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_27' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_28' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_29' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_30' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_31' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_32' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_33' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_34' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_35' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_36' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_37' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_38' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_39' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_40' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_41' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_42' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_43' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_44' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_45' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_46' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_47' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_48' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_49' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_50' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_51' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_52' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_53' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_54' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_55' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_56' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_57' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_58' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_59' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_60' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_61' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_62' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_63' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_64' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_65' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_66' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_67' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_68' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_69' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_70' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_71' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_72' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_73' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_74' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_75' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_76' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_77' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_78' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_79' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_80' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_81' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_82' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_83' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_84' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_85' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_86' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_87' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_88' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_89' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_90' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_91' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_92' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_93' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_94' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_95' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP0' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP1' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP2' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_PERIOD' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_DIVIDE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_MULTIPLY' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_MINUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_PLUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_ENTER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_EQUALS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_DOWN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_INSERT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HOME' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_END' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PAGEUP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PAGEDOWN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F13' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F14' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F15' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_NUMLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CAPSLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SCROLLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RSHIFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LSHIFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RCTRL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LCTRL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RALT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LALT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RMETA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LMETA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LSUPER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RSUPER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MODE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COMPOSE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HELP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PRINT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SYSREQ' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BREAK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MENU' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_POWER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EURO' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UNDO' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LAST' not handled in switch [-Wswitch] main.cpp:2311:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(gameInfo.currentObjective < gameInfo.nextObjective.size()) ^ main.cpp:2633:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i < editorWayPoints.size(); i++) ^ main.cpp:1825:8: warning: unused variable 'tempVert' [-Wunused-variable] vert tempVert; ^ main.cpp:1826:7: warning: unused variable 'collisionPoint' [-Wunused-variable] gPs collisionPoint; ^ g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c text.cpp -o text.o g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c sound.cpp -o sound.o g++ main.o text.o sound.o `sdl-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lGL -lm -o osgg + mv launcher/launcher Osgg-version_1.0-build_0055/launcher_linux_x64 + mv osgg Osgg-version_1.0-build_0055/osgg_linux_x64 + make clean rm -f *.o osgg + pushd launcher ~/contigrator/jobs/Osgg/workspace/launcher ~/contigrator/jobs/Osgg/workspace + make clean rm -f moc_wtf.cpp rm -f qrc_std.cpp rm -f ui_untitled.h rm -f main.o wtf.o lvlPrevScene.o lvlpreviewview.o moc_wtf.o qrc_std.o rm -f *~ core *.core + popd ~/contigrator/jobs/Osgg/workspace ++ mktemp + TMPSCRIPT=/tmp/tmp.W6ovZcylP0 + '[' -f /tmp/tmp.W6ovZcylP0 ']' + echo IyEvYmluL2Jhc2gKY2QgL2hvbWUvY29udGlncmF0b3Ivam9icy9Pc2dnL3dvcmtzcGFjZS9sYXVuY2hlcgpxbWFrZSBERUZJTkVTKz0nRVhFQ1BBVEg9XCJcXFwiLi9vc2dnX2xpbnV4X3g4NlxcXCJcIicKbWFrZQpjZCAuLgptYWtlCg== + base64 -d + chmod +x /tmp/tmp.W6ovZcylP0 + sudo -E -P USER=contigrator USERNAME=contigrator LOGNAME=contigrator -- /usr/sbin/chroot /var/local/32bitDeb/ su -p -l contigrator -c /tmp/tmp.W6ovZcylP0 /usr/lib/i386-linux-gnu/qt4/bin/uic untitled.ui -o ui_untitled.h g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o wtf.o wtf.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o lvlPrevScene.o lvlPrevScene.cpp In file included from /usr/include/qt4/QtGui/qgraphicsscene.h:46:0, from /usr/include/qt4/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /usr/include/qt4/QtCore/qpoint.h: In member function 'void lvlPrevScene::load(const char*)': /usr/include/qt4/QtCore/qpoint.h:273:68: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:11: note: 'y' was declared here qreal x,y; ^ In file included from /usr/include/qt4/QtGui/qgraphicsscene.h:46:0, from /usr/include/qt4/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /usr/include/qt4/QtCore/qpoint.h:273:68: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:9: note: 'x' was declared here qreal x,y; ^ g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o lvlpreviewview.o lvlpreviewview.cpp lvlpreviewview.cpp:9:51: warning: unused parameter 'event' [-Wunused-parameter] void lvlpreviewview::resizeEvent ( QResizeEvent * event ) ^ /usr/lib/i386-linux-gnu/qt4/bin/moc -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. wtf.h -o moc_wtf.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_wtf.o moc_wtf.cpp /usr/lib/i386-linux-gnu/qt4/bin/rcc -name std std.qrc -o qrc_std.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DEXECPATH="\"./osgg_linux_x86\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o qrc_std.o qrc_std.cpp g++ -Wl,-O1 -o launcher main.o wtf.o lvlPrevScene.o lvlpreviewview.o moc_wtf.o qrc_std.o -L/usr/lib/i386-linux-gnu -lQtGui -lQtCore -lpthread g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c main.cpp -o main.o main.cpp: In member function 'bool classBullets::col(std::vector, bool)': main.cpp:334:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int ii=0; ii < target.size(); ii++) ^ main.cpp: In function 'void renderPolys(std::vector >)': main.cpp:520:7: warning: unused variable 'pc' [-Wunused-variable] int pc=0; ^ main.cpp:521:7: warning: unused variable 'pp' [-Wunused-variable] int pp=0; ^ main.cpp: In function 'void saveMap(std::vector >, std::vector, std::string)': main.cpp:760:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < gameInfo.nextObjective.size(); i++) ^ main.cpp: In function 'void renderRadar(std::vector, std::vector >)': main.cpp:1287:12: warning: unused variable 'maxL' [-Wunused-variable] gPs vel, maxL; ^ main.cpp: In function 'void saveDemo()': main.cpp:1572:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < demoFrames.size(); i++) ^ main.cpp: In function 'void demoPlay(Uint8*)': main.cpp:1617:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(gameInfo.demoFrame != demoFrames.size() ) ^ main.cpp: In function 'int main(int, char**)': main.cpp:1864:17: warning: enumeration value 'SDLK_UNKNOWN' not handled in switch [-Wswitch] switch(event.key.keysym.sym) ^ main.cpp:1864:17: warning: enumeration value 'SDLK_FIRST' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKSPACE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_TAB' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CLEAR' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RETURN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SPACE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EXCLAIM' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUOTEDBL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_DOLLAR' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_AMPERSAND' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUOTE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFTPAREN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHTPAREN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_ASTERISK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PLUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COMMA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MINUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PERIOD' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SLASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COLON' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SEMICOLON' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LESS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EQUALS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_GREATER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_QUESTION' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_AT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFTBRACKET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKSLASH' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHTBRACKET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CARET' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UNDERSCORE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BACKQUOTE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_a' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_b' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_c' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_f' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_i' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_j' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_k' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_r' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_u' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_v' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_x' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_y' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_z' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_0' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_1' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_2' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_10' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_11' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_12' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_13' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_14' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_15' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_16' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_17' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_18' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_19' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_20' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_21' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_22' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_23' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_24' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_25' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_26' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_27' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_28' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_29' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_30' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_31' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_32' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_33' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_34' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_35' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_36' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_37' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_38' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_39' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_40' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_41' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_42' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_43' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_44' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_45' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_46' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_47' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_48' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_49' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_50' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_51' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_52' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_53' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_54' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_55' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_56' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_57' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_58' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_59' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_60' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_61' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_62' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_63' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_64' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_65' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_66' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_67' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_68' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_69' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_70' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_71' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_72' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_73' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_74' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_75' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_76' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_77' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_78' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_79' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_80' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_81' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_82' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_83' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_84' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_85' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_86' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_87' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_88' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_89' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_90' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_91' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_92' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_93' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_94' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_WORLD_95' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP0' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP1' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP2' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_PERIOD' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_DIVIDE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_MULTIPLY' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_MINUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_PLUS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_ENTER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_KP_EQUALS' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_DOWN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RIGHT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LEFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_INSERT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HOME' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_END' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PAGEUP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PAGEDOWN' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F3' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F4' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F5' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F6' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F7' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F8' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F9' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F13' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F14' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_F15' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_NUMLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_CAPSLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SCROLLOCK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RSHIFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LSHIFT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RCTRL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LCTRL' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RALT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LALT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RMETA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LMETA' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LSUPER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_RSUPER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MODE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_COMPOSE' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_HELP' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_PRINT' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_SYSREQ' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_BREAK' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_MENU' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_POWER' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_EURO' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_UNDO' not handled in switch [-Wswitch] main.cpp:1864:17: warning: enumeration value 'SDLK_LAST' not handled in switch [-Wswitch] main.cpp:2311:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(gameInfo.currentObjective < gameInfo.nextObjective.size()) ^ main.cpp:2633:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i < editorWayPoints.size(); i++) ^ main.cpp:1825:8: warning: unused variable 'tempVert' [-Wunused-variable] vert tempVert; ^ main.cpp:1826:7: warning: unused variable 'collisionPoint' [-Wunused-variable] gPs collisionPoint; ^ g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c text.cpp -o text.o g++ -Wall `sdl-config --cflags` -DDATADIR="\"./\"" -c sound.cpp -o sound.o g++ main.o text.o sound.o `sdl-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lGL -lm -o osgg + rm -f /tmp/tmp.W6ovZcylP0 + mv launcher/launcher Osgg-version_1.0-build_0055/launcher_linux_x86 + mv osgg Osgg-version_1.0-build_0055/osgg_linux_x86 + pushd launcher ~/contigrator/jobs/Osgg/workspace/launcher ~/contigrator/jobs/Osgg/workspace + OLDPATH=/sbin:/usr/sbin:/bin:/usr/bin + PATH=/home/contigrator/mxe/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin + echo 'Current path: /home/contigrator/mxe/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin' Current path: /home/contigrator/mxe/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin + i686-w64-mingw32.static-qmake-qt4 'DEFINES+=EXECPATH=\"\\\"osgg_windows.exe\\\"\"' + make make -f Makefile.Release make[1]: Entering directory '/home/contigrator/contigrator/jobs/Osgg/workspace/launcher' i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/main.o main.cpp i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/wtf.o wtf.cpp i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/lvlPrevScene.o lvlPrevScene.cpp In file included from /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui/qgraphicsscene.h:46:0, from /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore/qpoint.h: In member function 'void lvlPrevScene::load(const char*)': /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore/qpoint.h:273:68: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:11: note: 'y' was declared here qreal x,y; ^ In file included from /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui/qgraphicsscene.h:46:0, from /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui/QGraphicsScene:1, from lvlPrevScene.h:1, from lvlPrevScene.cpp:3: /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore/qpoint.h:273:68: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] inline QPointF::QPointF(qreal xpos, qreal ypos) : xp(xpos), yp(ypos) { } ^ lvlPrevScene.cpp:94:9: note: 'x' was declared here qreal x,y; ^ i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/lvlpreviewview.o lvlpreviewview.cpp lvlpreviewview.cpp:9:51: warning: unused parameter 'event' [-Wunused-parameter] void lvlpreviewview::resizeEvent ( QResizeEvent * event ) ^ /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/bin/moc -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -D__GNUC__ -DWIN32 wtf.h -o release/moc_wtf.cpp i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/moc_wtf.o release/moc_wtf.cpp /home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/bin/rcc -name std std.qrc -o release/qrc_std.cpp i686-w64-mingw32.static-g++ -c -pipe -fno-keep-inline-dllexport -O2 -frtti -fexceptions -mthreads -Wall -Wextra -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtCore' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/QtGui' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/include/ActiveQt' -I'release' -I'.' -I'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/mkspecs/win32-g++-4.6' -o release/qrc_std.o release/qrc_std.cpp i686-w64-mingw32.static-windres -i launcher.rc -o release/launcher_res.o --include-dir=. -DUNICODE -DEXECPATH="\"osgg_windows.exe\"" -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT i686-w64-mingw32.static-g++ -Wl,-s -mthreads -Wl,-subsystem,windows -o release/launcher.exe release/main.o release/wtf.o release/lvlPrevScene.o release/lvlpreviewview.o release/moc_wtf.o release/qrc_std.o -L'/home/contigrator/mxe/usr/i686-w64-mingw32.static/qt/lib' -lmingw32 -lqtmain release/launcher_res.o -lQtGui -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lmng -llcms2 -lm -L/home/contigrator/mxe/usr/i686-w64-mingw32.static/lib -ltiff -llzma -ljpeg -lQtCore -lpng -lole32 -luuid -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz make[1]: Leaving directory '/home/contigrator/contigrator/jobs/Osgg/workspace/launcher' + PATH=/sbin:/usr/sbin:/bin:/usr/bin + unset OLDPATH + find . . ./Makefile ./BUILDING ./icon.png ./launcher.pro.user ./lvlPrevScene.cpp ./lvlPrevScene.h ./lvlpreviewview.cpp ./lvlpreviewview.h ./main.cpp ./std.qrc ./untitled.old ./untitled.ui ./wtf.h ./Makefile.Release ./Makefile.Debug ./launcher.ico ./launcher.pro ./launcher.rc ./wtf.cpp ./ui_untitled.h ./main.o ./wtf.o ./lvlPrevScene.o ./lvlpreviewview.o ./moc_wtf.cpp ./moc_wtf.o ./qrc_std.cpp ./qrc_std.o ./release ./release/main.o ./release/wtf.o ./release/lvlPrevScene.o ./release/lvlpreviewview.o ./release/moc_wtf.cpp ./release/moc_wtf.o ./release/qrc_std.cpp ./release/qrc_std.o ./release/launcher_res.o ./release/launcher.exe ./debug + mv ./release/launcher.exe ../launcher.exe + rm -Rf debug + rm -Rf release + rm -f lvlPrevScene.o lvlpreviewview.o main.o moc_wtf.o qrc_std.o wtf.o + rm -f '*.exe' + popd ~/contigrator/jobs/Osgg/workspace + make clean rm -f *.o osgg + make -f Makefile.win i586-mingw32msvc-g++ -DWIN32 -DWIN32_CROSS -D_DEFAULT_SOURCE -D__USE_BSD main.cpp text.cpp sound.cpp -lmingw32 -lSDLmain -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lm -lopengl32 -o osgg.exe + git log + cp changelog.txt Osgg-version_1.0-build_0055/changelog.txt + cp -r demos levels base.txt changelog.txt enemy.txt ship.txt Bandal.ttf base.txt changelog.txt enemy.txt ship.txt boom.ogg laser.ogg nozzloop.ogg icon.png start.sh Osgg-version_1.0-build_0055 cp: warning: source file 'base.txt' specified more than once cp: warning: source file 'changelog.txt' specified more than once cp: warning: source file 'enemy.txt' specified more than once cp: warning: source file 'ship.txt' specified more than once + tar -c Osgg-version_1.0-build_0055 + pbzip2 + rm Osgg-version_1.0-build_0055/launcher_linux_x64 Osgg-version_1.0-build_0055/launcher_linux_x86 Osgg-version_1.0-build_0055/osgg_linux_x64 Osgg-version_1.0-build_0055/osgg_linux_x86 + rm Osgg-version_1.0-build_0055/start.sh + mv launcher.exe Osgg-version_1.0-build_0055/launcher_windows.exe + mv osgg.exe Osgg-version_1.0-build_0055/osgg_windows.exe + unix2dos Osgg-version_1.0-build_0055/changelog.txt unix2dos: converting file Osgg-version_1.0-build_0055/changelog.txt to DOS format ... + cp -r ../dlls/SDL.dll ../dlls/SDL_image.dll ../dlls/SDL_mixer.dll ../dlls/SDL_ttf.dll ../dlls/libfreetype-6.dll ../dlls/libjpeg-8.dll ../dlls/libogg-0.dll ../dlls/libpng15-15.dll ../dlls/libvorbis-0.dll ../dlls/libvorbisfile-3.dll ../dlls/zlib1.dll Osgg-version_1.0-build_0055 + cp start.bat Osgg-version_1.0-build_0055 + zip -r Osgg-version_1.0-build_0055_windows.zip Osgg-version_1.0-build_0055 adding: Osgg-version_1.0-build_0055/ (stored 0%) adding: Osgg-version_1.0-build_0055/changelog.txt (deflated 64%) adding: Osgg-version_1.0-build_0055/demos/ (stored 0%) adding: Osgg-version_1.0-build_0055/demos/level0.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level1-goofy.bin (deflated 97%) adding: Osgg-version_1.0-build_0055/demos/level2.bin (deflated 97%) adding: Osgg-version_1.0-build_0055/demos/level3.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level4.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level5.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level6.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level7.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level8.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/demos/level9.bin (deflated 98%) adding: Osgg-version_1.0-build_0055/levels/ (stored 0%) adding: Osgg-version_1.0-build_0055/levels/0.level (deflated 84%) adding: Osgg-version_1.0-build_0055/levels/1.level (deflated 74%) adding: Osgg-version_1.0-build_0055/levels/10.level (deflated 78%) adding: Osgg-version_1.0-build_0055/levels/11.level (deflated 82%) adding: Osgg-version_1.0-build_0055/levels/12.level (deflated 85%) adding: Osgg-version_1.0-build_0055/levels/2.level (deflated 82%) adding: Osgg-version_1.0-build_0055/levels/3.level (deflated 80%) adding: Osgg-version_1.0-build_0055/levels/4.level (deflated 83%) adding: Osgg-version_1.0-build_0055/levels/5.level (deflated 76%) adding: Osgg-version_1.0-build_0055/levels/6.level (deflated 80%) adding: Osgg-version_1.0-build_0055/levels/7.level (deflated 79%) adding: Osgg-version_1.0-build_0055/levels/8.level (deflated 80%) adding: Osgg-version_1.0-build_0055/levels/9.level (deflated 81%) adding: Osgg-version_1.0-build_0055/levels/13.level (deflated 80%) adding: Osgg-version_1.0-build_0055/base.txt (deflated 77%) adding: Osgg-version_1.0-build_0055/enemy.txt (deflated 78%) adding: Osgg-version_1.0-build_0055/ship.txt (deflated 65%) adding: Osgg-version_1.0-build_0055/Bandal.ttf (deflated 75%) adding: Osgg-version_1.0-build_0055/boom.ogg (deflated 9%) adding: Osgg-version_1.0-build_0055/laser.ogg (deflated 15%) adding: Osgg-version_1.0-build_0055/nozzloop.ogg (deflated 15%) adding: Osgg-version_1.0-build_0055/icon.png (stored 0%) adding: Osgg-version_1.0-build_0055/launcher_windows.exe (deflated 57%) adding: Osgg-version_1.0-build_0055/osgg_windows.exe (deflated 75%) adding: Osgg-version_1.0-build_0055/SDL.dll (deflated 54%) adding: Osgg-version_1.0-build_0055/SDL_image.dll (deflated 49%) adding: Osgg-version_1.0-build_0055/SDL_mixer.dll (deflated 56%) adding: Osgg-version_1.0-build_0055/SDL_ttf.dll (deflated 51%) adding: Osgg-version_1.0-build_0055/libfreetype-6.dll (deflated 46%) adding: Osgg-version_1.0-build_0055/libjpeg-8.dll (deflated 50%) adding: Osgg-version_1.0-build_0055/libogg-0.dll (deflated 50%) adding: Osgg-version_1.0-build_0055/libpng15-15.dll (deflated 49%) adding: Osgg-version_1.0-build_0055/libvorbis-0.dll (deflated 43%) adding: Osgg-version_1.0-build_0055/libvorbisfile-3.dll (deflated 49%) adding: Osgg-version_1.0-build_0055/zlib1.dll (deflated 44%) adding: Osgg-version_1.0-build_0055/start.bat (deflated 2%) + mv Osgg-version_1.0-build_0055_linux.tar.bz2 /home/contigrator/contigrator/jobs/Osgg/builds/0055/output + mv Osgg-version_1.0-build_0055_windows.zip /home/contigrator/contigrator/jobs/Osgg/builds/0055/output + rm -R Osgg-version_1.0-build_0055 + git archive --prefix=osgg_build_0055_src/ HEAD + tar --file Osgg-version_1.0-build_0055_src.tar --append --transform 's%^%osgg_build_0055_src/%' changelog.txt + cat Osgg-version_1.0-build_0055_src.tar + pxz + rm -f Osgg-version_1.0-build_0055_src.tar changelog.txt <<< Build script output end <<< [2016-09-12 22:54:33] doBuild.sh: Build 0055 success. [2016-09-12 22:54:33] doBuild.sh: Executing script/onSuccess.sh [2016-09-12 22:54:34] doBuild.sh: Finished. ( 86 seconds )