richelbilderbeek / djog_unos_2018

Project by the Uno's at DJOG 2018-2019: Nature Zen
GNU General Public License v3.0
6 stars 2 forks source link

Undefined reference to -lubsan on Windows #60

Closed DynCoder closed 5 years ago

DynCoder commented 5 years ago

Issue Description

Got alot of issues: 18:18:38: Running steps for project djog_unos_2018... 18:18:38: Starting: "C:\Qt\5.9.1\mingw53_32\bin\qmake.exe" C:\Users\Joshua\Documents\QT_apps\djog_unos_2018\djog_unos_2018.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" 18:18:40: The process "C:\Qt\5.9.1\mingw53_32\bin\qmake.exe" exited normally. 18:18:40: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" qmake_all mingw32-make: Nothing to be done for 'qmake_all'. 18:18:41: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited normally. 18:18:41: Starting: "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" C:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory 'C:/Users/Joshua/Documents/QT_apps/build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug' g++ -Wl,-subsystem,windows -mthreads -o debug\djog_unos_2018.exe debug/game.o debug/sfml_game.o debug/main.o debug/qrc_djog_unos_2018.o -lmingw32 -LC:\Qt\5.9.1\mingw53_32\lib C:\Qt\5.9.1\mingw53_32\lib\libqtmaind.a -LC:\utils\my_sql\my_sql\lib -LC:\utils\postgresql\pgsql\lib -lshell32 -LC:\sfml\lib -LC:\sfml\extlibs\libs-mingw\x86 -lsfml-audio-d -lsfml-graphics-d -lsfml-window-d -lsfml-system-d -lsfml-audio -lopenal32 -lFLAC -lvorbisenc -lvorbisfile -lvorbis -logg -lsfml-graphics -lfreetype -lsfml-network -lws2_32 -lsfml-window -lopengl32 -lgdi32 -lsfml-system -lwinmm C:\Qt\5.9.1\mingw53_32\lib\libQt5Guid.a C:\Qt\5.9.1\mingw53_32\lib\libQt5Cored.a debug/game.o: In function ZN4gameC2ERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference to _imp___ZN2sf5MusicC1Ev' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:5: undefined reference toubsan_handle_type_mismatch' debug/game.o: In function ZN4game4execEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:12: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:12: more undefined references to __ubsan_handle_type_mismatch' follow debug/game.o: In functionZN4game4execEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:12: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:12: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:12: undefined reference to `impZN2sf11SoundStream7setLoopEb' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:13: undefined reference to _imp___ZN2sf5Music12openFromFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:15: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:15: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:15: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:15: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:15: undefined reference to `impZN2sf11SoundStream4playEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:16: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:17: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:17: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:17: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:17: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:17: undefined reference to `impZNK2sf6Window6isOpenEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:19: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:20: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:21: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:22: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:23: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: more undefined references to `ubsan_handle_type_mismatch' follow debug/game.o: In function ZN4game6updateEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: undefined reference to_imp_ZN2sf14RectangleShapeC1ERKNS_7Vector2IfEE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:31: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:31: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:31: undefined reference to `impZN2sf13Transformable11setPositionEff' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:32: undefined reference to `impZN2sf5ColorC1Ehhhh' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:32: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:32: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:32: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:32: undefined reference to _imp___ZN2sf5Shape12setFillColorERKNS_5ColorE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:33: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:33: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:33: undefined reference to _imp___ZN2sf5Shape19setOutlineThicknessEf' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:34: undefined reference to_imp_ZN2sf5ColorC1Ehhhh' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:34: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:34: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:34: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:34: undefined reference to `impZN2sf5Shape15setOutlineColorERKNS_5ColorE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:35: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:35: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:35: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:35: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:35: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:30: undefined reference to `ubsan_handle_dynamic_type_cache_miss' debug/game.o: In function ZN4game14process_eventsEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:41: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:41: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:41: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:43: undefined reference toubsan_handle_type_mismatch' debug/game.o: In function ZN4game13process_inputEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:51: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:51: more undefined references to `ubsan_handle_type_mismatch' follow debug/game.o: In function ZN4game13process_inputEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:51: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:51: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:51: undefined reference to_imp_ZN2sf6Window9pollEventERNS_5EventE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:53: undefined reference to __ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:55: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:59: undefined reference to __ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:60: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:61: undefined reference to `ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:62: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:63: undefined reference toubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:64: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:65: undefined reference to__ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:66: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference to __ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:70: undefined reference to `impZNK2sf11SoundStream9getStatusEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:71: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:71: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:71: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:71: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:71: undefined reference to_imp_ZN2sf11SoundStream4playEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference to `ubsan_handle_load_invalid_value' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:72: undefined reference to_imp_ZNK2sf11SoundStream9getStatusEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:73: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:73: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:73: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:73: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:73: undefined reference to _imp___ZN2sf11SoundStream5pauseEv' debug/game.o: In functionZN4game3endEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:83: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:83: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:83: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:83: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:83: undefined reference to_imp_ZN2sf11SoundStream4stopEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:84: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:84: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:84: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:84: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.cpp:84: undefined reference to _imp___ZN2sf6Window5closeEv' debug/game.o: In functionGLOBALsub_I_65535_0ZN4gameC2ERKSt6vectorINSt7cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE': C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to `gcov_init' debug/game.o:game.cpp:(.data+0x2890): undefined reference to __gcov_merge_add' debug/game.o: In functionZN2sf8DrawableD2Ev': C:/sfml/include/SFML/Graphics/Drawable.hpp:52: undefined reference to _imp___ZTVN2sf8DrawableE' C:/sfml/include/SFML/Graphics/Drawable.hpp:52: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Drawable.hpp:52: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZN4game12fixed_updateEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:48: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:48: undefined reference to __ubsan_handle_add_overflow' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:48: undefined reference toubsan_handle_type_mismatch' debug/game.o: In function ZN9sfml_gameD1Ev': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference to _imp___ZN2sf12RenderWindowD1Ev' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.h:6: undefined reference toubsan_handle_typemismatch' debug/game.o: In function `ZN2sf8DrawableC2ERKS0': C:/sfml/include/SFML/Graphics/Drawable.hpp:44: undefined reference to `impZTVN2sf8DrawableE' C:/sfml/include/SFML/Graphics/Drawable.hpp:44: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZN2sf13TransformableC2ERKS0_': C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to _imp___ZTVN2sf13TransformableE' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_load_invalid_value' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to `ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference toubsan_handle_load_invalid_value' C:/sfml/include/SFML/Graphics/Transformable.hpp:41: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZN2sf11VertexArrayC1ERKS0_': C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to _imp___ZTVN2sf11VertexArrayE' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to__ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to `ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_load_invalid_value' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_dynamic_type_cachemiss' debug/game.o: In function `ZN2sf5ShapeC2ERKS0': C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to `ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toimpZTVN2sf5ShapeE' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to_imp_ZTVN2sf5ShapeE' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:/sfml/include/SFML/Graphics/Shape.hpp:44: more undefined references to __ubsan_handle_type_mismatch' follow debug/game.o: In functionZN2sf5ShapeC2ERKS0_': C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to_imp_ZN2sf13TransformableD2Ev' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/Shape.hpp:44: undefined reference toubsan_handle_dynamic_type_cachemiss' debug/game.o: In function `ZN2sf14RectangleShapeC1ERKS0': C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to `ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to_imp_ZTVN2sf14RectangleShapeE' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toimpZTVN2sf14RectangleShapeE' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZN2sf7Vector2IfEC1Eff': C:/sfml/include/SFML/System/Vector2.inl:40: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/System/Vector2.inl:40: undefined reference toubsan_handle_type_mismatch' debug/game.o: In function ZNSt6vectorIN2sf14RectangleShapeESaIS1_EED1Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:425: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:424: more undefined references to __ubsan_handle_type_mismatch' follow debug/game.o: In functionZNSt12_Vector_baseIN2sf14RectangleShapeESaIS1_EED2Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to __ubsan_handle_sub_overflow' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZNSt12_Vector_baseIN2sf14RectangleShapeESaIS1_EE19_M_get_Tp_allocatorEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:114: undefined reference to __ubsan_handle_type_mismatch' debug/game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:655: more undefined references toubsan_handle_type_mismatch' follow debug/game.o: In function ZNKSt6vectorIN2sf6VertexESaIS1_EE4sizeEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:655: undefined reference toubsan_handle_sub_overflow' debug/game.o: In function ZN9__gnu_cxx14__alloc_traitsISaIN2sf6VertexEEE17_S_select_on_copyERKS3_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/ext/alloc_traits.h:140: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/ext/alloc_traits.h:140: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZNKSt12_Vector_baseIN2sf6VertexESaIS1_EE19_M_get_Tp_allocatorEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:118: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZNSaIN2sf6VertexEED2Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/allocator.h:121: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/allocator.h:121: undefined reference toubsan_handle_type_mismatch' debug/game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/allocator.h:121: more undefined references to `ubsan_handle_type_mismatch' follow debug/game.o: In function ZNSt12_Vector_baseIN2sf6VertexESaIS1_EED2Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to__ubsan_handle_sub_overflow' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to `ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZNKSt6vectorIN2sf6VertexESaIS1_EE5beginEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:557: undefined reference to __ubsan_handle_type_mismatch' debug/game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:557: more undefined references toubsan_handle_type_mismatch' follow debug/game.o: In function ZSt8_DestroyIN2sf14RectangleShapeEEvPT_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_construct.h:93: undefined reference toubsan_vptr_type_cache' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_construct.h:93: undefined reference to __ubsan_handle_dynamic_type_cache_miss' debug/game.o: In functionZNSt16allocator_traitsISaIN2sf6VertexEEE8allocateERS2_j': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/alloc_traits.h:360: undefined reference to `ubsan_handle_type_mismatch' debug/game.o: In function ZN9__gnu_cxxneIPKN2sf6VertexESt6vectorIS2_SaIS2_EEEEbRKNS_17__normal_iteratorIT_T0_EESD_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_iterator.h:844: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_iterator.h:844: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_iterator.h:844: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_iterator.h:844: undefined reference to __ubsan_handle_type_mismatch' debug/game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_iterator.h:763: more undefined references toubsan_handle_type_mismatch' follow debug/game.o: In function ZN2sf14RectangleShapeD1Ev': C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to_imp_ZTVN2sf14RectangleShapeE' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to `ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to `impZTVN2sf14RectangleShapeE' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference toubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to_imp_ZN2sf5ShapeD2Ev' C:/sfml/include/SFML/Graphics/RectangleShape.hpp:41: undefined reference to __ubsan_handle_type_mismatch' debug/game.o: In functionZN2sf11VertexArrayD1Ev': C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to `impZTVN2sf11VertexArrayE' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_vptr_type_cache' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference toubsan_handle_dynamic_type_cache_miss' C:/sfml/include/SFML/Graphics/VertexArray.hpp:45: undefined reference to __ubsan_handle_type_mismatch' debug/sfml_game.o: In functionZN9sfml_gameC2Eii': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to_imp_ZN2sf6StringC1EPKcRKSt6locale' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference toimpZN2sf9VideoModeC1Ejjj' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to_imp_ZN2sf12RenderWindowC1ENS_9VideoModeERKNS_6StringEjRKNS_15ContextSettingsE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:4: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:6: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:7: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:14: more undefined references to __ubsan_handle_type_mismatch' follow debug/sfml_game.o: In functionZN9sfml_game7displayEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:14: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:14: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:14: undefined reference to _imp___ZN2sf5Color5BlackE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:14: undefined reference to_imp___ZN2sf12RenderTarget5clearERKNS_5ColorE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:16: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:16: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:16: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: more undefined references to __ubsan_handle_type_mismatch' follow debug/sfml_game.o: In functionZN9sfml_game7displayEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference to _imp___ZN2sf12RenderStates7DefaultE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:18: undefined reference to_imp_ZN2sf12RenderTarget4drawERKNS_8DrawableERKNS_12RenderStatesE' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:20: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:23: undefined reference to `ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:23: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:23: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:23: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:23: undefined reference toimpZN2sf6Window7displayEv' debug/sfml_game.o: In function ZN9sfml_game4initEv': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:33: undefined reference to_imp_ZN2sf9VideoMode14getDesktopModeEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:33: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:32: undefined reference toimpZN2sf9VideoMode14getDesktopModeEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:32: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:30: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:30: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:30: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:30: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:30: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:35: undefined reference to _imp___ZN2sf6Window11setPositionERKNS_7Vector2IiEE' debug/sfml_game.o: In functionZN9sfml_game9add_shapeEN2sf14RectangleShapeE': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference to_imp_ZNK2sf13Transformable11getPositionEv' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:43: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:44: undefined reference to_imp_ZN2sf13Transformable11setPositionEff' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:45: undefined reference to __ubsan_handle_type_mismatch' debug/sfml_game.o: In functionZN9sfml_game11move_cameraEN2sf7Vector2IfEE': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:50: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:50: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:51: undefined reference to __ubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:51: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function `GLOBALsub_I_65535_0ZN9sfml_gameC2Eii': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/sfml_game.cpp:53: undefined reference to __gcov_init' debug/sfml_game.o:sfml_game.cpp:(.data+0x31f0): undefined reference togcov_merge_add' debug/sfml_game.o: In function ZN2sf15ContextSettingsC1Ejjjjjjb': C:/sfml/include/SFML/Window/ContextSettings.hpp:69: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Window/ContextSettings.hpp:69: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Window/ContextSettings.hpp:69: undefined reference toubsan_handle_type_mismatch' C:/sfml/include/SFML/Window/ContextSettings.hpp:69: undefined reference to __ubsan_handle_type_mismatch' C:/sfml/include/SFML/Window/ContextSettings.hpp:69: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o:C:/sfml/include/SFML/Window/ContextSettings.hpp:69: more undefined references to `ubsan_handle_type_mismatch' follow debug/sfml_game.o: In function ZNSt6vectorIN2sf14RectangleShapeESaIS1_EE19_M_emplace_back_auxIJRKS1_EEEvDpOT_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:438: undefined reference toubsan_handle_sub_overflow' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:438: undefined reference to `ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:438: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:441: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:442: undefined reference to `ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:443: undefined reference to __ubsan_handle_type_mismatch' debug/sfml_game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/vector.tcc:430: more undefined references toubsan_handle_type_mismatch' follow debug/sfml_game.o: In function ZNKSt6vectorIN2sf14RectangleShapeESaIS1_EE4sizeEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:655: undefined reference toubsan_handle_sub_overflow' debug/sfml_game.o: In function `ZSt34uninitialized_move_if_noexcept_aIPN2sf14RectangleShapeES2_SaIS1_EET0_T_S5_S4RT1': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_uninitialized.h:303: undefined reference to `ubsan_handle_type_mismatch' debug/sfml_game.o: In function ZNSt16allocator_traitsISaIN2sf14RectangleShapeEEE7destroyIS1_EEvRS2_PT_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/alloc_traits.h:414: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function ZNSt16allocator_traitsISaIjEE10deallocateERS0_Pjj': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/alloc_traits.h:386: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function ZNKSt7__cxx1112basic_stringIjSt11char_traitsIjESaIjEE7_M_dataEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/basic_string.h:135: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function `ZNKSt7cxx1112basic_stringIjSt11char_traitsIjESaIjEE13_M_local_dataEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/basic_string.h:151: undefined reference to __ubsan_handle_type_mismatch' debug/sfml_game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/basic_string.h:235: more undefined references toubsan_handle_type_mismatch' follow debug/sfml_game.o: In function `ZN9gnu_cxx13new_allocatorIN2sf14RectangleShapeEE7destroyIS2EEvPT': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/ext/new_allocator.h:124: undefined reference to __ubsan_vptr_type_cache' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/ext/new_allocator.h:124: undefined reference toubsan_handle_dynamic_type_cache_miss' debug/sfml_game.o: In function ZSt9addressofIKjEPT_RS1_': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/move.h:136: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function ZNSt16allocator_traitsISaIN2sf14RectangleShapeEEE11_S_max_sizeIKS2_vEEjRT_i': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/alloc_traits.h:312: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function `ZNSt20__uninitialized_copyILb0EE13uninit_copyIPN2sf14RectangleShapeES4_EET0_T_S6S5': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_uninitialized.h:75: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_uninitialized.h:75: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o: In function ZSt7forwardIRN2sf14RectangleShapeEEOT_RNSt16remove_referenceIS3_E4typeE': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/move.h:77: undefined reference toubsan_handle_type_mismatch' debug/sfml_game.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/move.h:77: more undefined references to __ubsan_handle_type_mismatch' follow debug/main.o: In functionmain': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference to __ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference toubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference to __ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:11: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference to `ubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:8: undefined reference to __ubsan_handle_dynamic_type_cache_miss' debug/main.o: In functionGLOBALsub_I_65535_0_main': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/main.cpp:14: undefined reference to __gcov_init' debug/main.o:main.cpp:(.data+0xc50): undefined reference togcov_merge_add' debug/main.o: In function ZN9QtPrivate8RefCount5derefEv': C:/Qt/5.9.1/mingw53_32/include/QtCore/qrefcount.h:66: undefined reference toubsan_handle_type_mismatch' C:/Qt/5.9.1/mingw53_32/include/QtCore/qrefcount.h:73: undefined reference to `ubsan_handle_type_mismatch' debug/main.o: In function ZN7QStringC1EPKc': C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:659: undefined reference toubsan_handle_nonnull_arg' C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:659: undefined reference to `ubsan_handle_type_mismatch' debug/main.o: In function ZN7QStringD1Ev': C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:1084: undefined reference toubsan_handle_type_mismatch' C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:1084: undefined reference to `ubsan_handle_type_mismatch' C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:1084: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/5.9.1/mingw53_32/include/QtCore/qstring.h:1084: undefined reference toubsan_handle_type_mismatch' debug/main.o:C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: more undefined references to `ubsan_handle_type_mismatch' follow debug/main.o: In function ZN4gameD1Ev': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: undefined reference toubsan_vptr_type_cache' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: undefined reference to `ubsan_handle_dynamic_type_cache_miss' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: undefined reference to _imp___ZN2sf5MusicD1Ev' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: undefined reference toubsan_handle_type_mismatch' C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/../djog_unos_2018/game.h:9: undefined reference to `ubsan_handle_type_mismatch' debug/main.o: In function ZNK19QBasicAtomicIntegerIiE4loadEv': C:/Qt/5.9.1/mingw53_32/include/QtCore/qbasicatomic.h:102: undefined reference toubsan_handle_type_mismatch' debug/main.o: In function ZN19QBasicAtomicIntegerIiE5derefEv': C:/Qt/5.9.1/mingw53_32/include/QtCore/qbasicatomic.h:114: undefined reference toubsan_handle_type_mismatch' debug/main.o: In function ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:257: undefined reference toubsan_handle_type_mismatch' debug/main.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:425: more undefined references to __ubsan_handle_type_mismatch' follow debug/main.o: In functionZNSt12_Vector_baseINSt7cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to __ubsan_handle_sub_overflow' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:160: undefined reference to __ubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference toubsan_handle_type_mismatch' C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:161: undefined reference to __ubsan_handle_type_mismatch' debug/main.o: In functionZNSt12_Vector_baseINSt7cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv': C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:114: undefined reference to __ubsan_handle_type_mismatch' debug/main.o:C:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/bits/stl_vector.h:87: more undefined references toubsan_handle_type_mismatch' follow debug/qrc_djog_unos_2018.o: In function GLOBAL__sub_I_65535_0__Z29qInitResources_djog_unos_2018v': C:\Users\Joshua\Documents\QT_apps\build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug/debug/qrc_djog_unos_2018.cpp:128760: undefined reference to__gcov_init' debug/qrc_djog_unos_2018.o:qrc_djog_unos_2018.cpp:(.data+0x70): undefined reference to `__gcov_merge_add' collect2.exe: error: ld returned 1 exit status mingw32-make[1]: [debug\djog_unos_2018.exe] Error 1 mingw32-make: [debug] Error 2 Makefile.Debug:71: recipe for target 'debug\djog_unos_2018.exe' failed mingw32-make[1]: Leaving directory 'C:/Users/Joshua/Documents/QT_apps/build-djog_unos_2018-Desktop_Qt_5_9_1_MinGW_32bit-Debug' Makefile:36: recipe for target 'debug' failed 18:18:46: The process "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2. Error while building/deploying project djog_unos_2018 (kit: Desktop Qt 5.9.1 MinGW 32bit) When executing step "Make" 18:18:46: Elapsed time: 00:08.

DynCoder commented 5 years ago

I suspect ubsan as alot of issues say "undefined reference to __ubsan_handle_type_mismatch

richelbilderbeek commented 5 years ago

Yes, sound like a Build | Clean all should fix this.

richelbilderbeek commented 5 years ago

Note: I missed a } somewhere. Merging develop into joshua may already fix it.

DynCoder commented 5 years ago

I already fixed that too, got all the issues afterwards

Op ma 17 sep. 2018 19:22 schreef Richel Bilderbeek <notifications@github.com

:

Note: I missed a } somewhere. Merging develop into joshua may already fix it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/richelbilderbeek/djog_unos_2018/issues/60#issuecomment-422099637, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab-Tkoq_R4bfODTYK50d2c9WpEj8WPBpks5ub9pEgaJpZM4WsQ8g .

richelbilderbeek commented 5 years ago

What if you do a Build | Clean All?

Or more ruthless: deleting either

  1. the build-djog_unos_2018 folder (it will be one folder up), or
  2. both release and debug folders in the djog_unos_2018 folder?

Else, I must have missed a win{} somewhere ...

DynCoder commented 5 years ago

it fixed all issues starting with __ubsan, but now i'm left with 67 _imp__ZN2sf or ZNK2sf errors. I believe they have something to do with sfml.

DynCoder commented 5 years ago

It says undefined reference for every single sfml function or object used in the code

richelbilderbeek commented 5 years ago

Great, this Issue is thus solved!

Created a new Issue with the new error: #62 ('Undefined references to SFML under Windows').