Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED]tgui compile error  (Read 5881 times)

0 Members and 1 Guest are viewing this topic.

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
[SOLVED]tgui compile error
« on: March 02, 2013, 08:56:18 pm »
hey, when i want create gui to my client i have this errors  it's tgui 0.5.1

error log

[code=none]-------------- Build: Debug in Klient (compiler: GNU GCC Compiler)---------------

mingw32-g++-4.7.2.exe -L"D:\Documents and Settings\Hinc\Pulpit\html\CodeBlocks\MinGW\SFML2\lib" -L"..\CodeBlocks\MinGW\TGUI v0.5.1\lib"  -o bin\Debug\Klient.exe obj\Debug\main.o obj\Debug\src\Client.o obj\Debug\src\Packet.o   -static-libstdc++ -static-libgcc -s  -lmingw32 -luser32 -lgdi32 -lwinmm -ldxguid ..\CodeBlocks\MinGW\SFML2\lib\static-std\libsfml-network-s-d.a ..\CodeBlocks\MinGW\SFML2\lib\static-std\libsfml-system-s-d.a "..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a" ..\CodeBlocks\MinGW\SFML2\lib\static-std\libsfml-graphics-s-d.a ..\CodeBlocks\MinGW\SFML2\lib\static-std\libsfml-window-s-d.a
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6WindowC2Ev':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:36: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:36: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:36: undefined reference to `sf::Clock::Clock()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:36: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:36: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6WindowC2EN2sf9VideoModeERKSsjRKNS1_15ContextSettingsE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:44: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:44: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:44: undefined reference to `sf::Clock::Clock()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:47: undefined reference to `sf::Window::create(sf::VideoMode, std::string const&, unsigned int, sf::ContextSettings const&)'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:44: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:44: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6WindowC2EP6HWND__RKN2sf15ContextSettingsE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:55: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:55: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:55: undefined reference to `sf::Clock::Clock()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:55: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:55: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6WindowD2Ev':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:66: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:66: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:66: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:66: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6Window11handleEventEN2sf5EventE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:93: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:93: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:93: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN4tgui6Window7drawGUIEv':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:99: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:99: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:101: undefined reference to `sf::Clock::restart()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:131: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Window.cpp:131: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt5dequeIN4tgui8CallbackESaIS1_EED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EEC2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:452: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:452: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:453: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:453: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EED2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:561: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:561: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:570: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:570: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt5dequeIN4tgui8CallbackESaIS1_EE15_M_destroy_dataESt15_Deque_iteratorIS1_RS1_PS1_ES7_RKS2_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:1821: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:1821: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:1825: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:1825: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt5dequeIN4tgui8CallbackESaIS1_EEC1ERKS3_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:839: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:839: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:840: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:840: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EE17_M_initialize_mapEj':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:582: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:582: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:603: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:608: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EEC2ERKS2_j':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:460: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:460: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:461: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:461: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZSt22__uninitialized_copy_aISt15_Deque_iteratorIN4tgui8CallbackERKS2_PS3_ES0_IS2_RS2_PS2_ES2_ET0_T_SB_SA_RSaIT1_E':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:258: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:258: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:260: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:260: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZN9__gnu_cxx13new_allocatorIN4tgui8CallbackEE9constructEPS2_RKS2_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/ext/new_allocator.h:119: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/ext/new_allocator.h:119: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/ext/new_allocator.h:120: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/ext/new_allocator.h:120: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt5dequeIN4tgui8CallbackESaIS1_EE16_M_push_back_auxERKS1_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/deque.tcc:440: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/deque.tcc:440: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/deque.tcc:458: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/deque.tcc:461: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EE15_M_allocate_mapEj':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:544: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:544: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:545: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:545: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt11_Deque_baseIN4tgui8CallbackESaIS1_EE15_M_create_nodesEPPS1_S5_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:621: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:621: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:630: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:633: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZSt18uninitialized_copyISt15_Deque_iteratorIN4tgui8CallbackERKS2_PS3_ES0_IS2_RS2_PS2_EET0_T_SB_SA_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:109: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:109: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:119: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:119: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt15_Deque_iteratorIN4tgui8CallbackERKS4_PS5_ES2_IS4_RS4_PS4_EEET0_T_SD_SC_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:70: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:70: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:80: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_uninitialized.h:83: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZSt10_ConstructIN4tgui8CallbackES1_EvPT_RKT0_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:81: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:81: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:85: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:85: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Window.cpp.obj): In function `ZSt8_DestroyISt15_Deque_iteratorIN4tgui8CallbackERS2_PS2_EEvT_S6_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:124: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:124: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:130: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_construct.h:130: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Form.cpp.obj): In function `ZN4tgui4FormC2ERN2sf12RenderWindowE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:36: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:36: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:36: undefined reference to `sf::Clock::Clock()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:36: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:36: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Form.cpp.obj): In function `ZN4tgui4FormD2Ev':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:46: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:46: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:46: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:46: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Form.cpp.obj): In function `ZN4tgui4Form11handleEventEN2sf5EventE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:53: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:53: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:73: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:73: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:73: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Form.cpp.obj): In function `ZN4tgui4Form4drawEv':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:79: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:79: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:81: undefined reference to `sf::Clock::restart()'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:111: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Form.cpp:111: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5GroupC2Ev':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:36: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:36: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:36: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:36: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5GroupC2ERKS0_':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:42: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:42: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:43: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:43: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5GroupD2Ev':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:59: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:59: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:59: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:59: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5GroupaSERKS0_':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:67: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:67: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:89: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:89: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui8evaluateESs':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:108: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:108: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:307: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:307: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui9readFloatESs':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:313: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:313: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:336: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:336: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui7readIntESs':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:345: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:345: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:368: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:368: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group19loadObjectsFromFileERKSs':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:377: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:377: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2215: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2215: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group6removeERKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2235: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2235: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2240: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2240: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2240: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2240: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group6removeEPNS_6OBJECTE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2260: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2260: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2281: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2281: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2281: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group17moveObjectToFrontEPNS_6OBJECTE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2335: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2335: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2359: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2359: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2359: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group16moveObjectToBackEPNS_6OBJECTE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2364: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2364: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2387: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/src/TGUI/Group.cpp:2387: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN2sf6StringESaIS1_EED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIPN4tgui6OBJECTESaIS2_EED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIfSaIfEED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN4tgui9Operation3opsESaIS2_EED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui9to_stringIfEESsT_':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/TGUI.hpp:83: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/TGUI.hpp:83: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/TGUI.hpp:87: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/TGUI.hpp:87: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIfSaIfEE4backEv':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:835: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:835: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:836: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:836: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S3_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2415: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2415: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2421: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2421: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2399: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2399: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/basic_string.h:2404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIfSaIfEE5eraseEN9__gnu_cxx17__normal_iteratorIPfS1_EE':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN4tgui9Operation3opsESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNKSt6vectorIN4tgui9Operation3opsESaIS2_EE5emptyEv':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:714: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:714: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:715: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:715: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt5dequeIPN4tgui5GroupESaIS2_EED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt5dequeIjSaIjEED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:906: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_deque.h:907: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorISsSaISsEED1Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:402: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:404: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZSt6removeIN9__gnu_cxx17__normal_iteratorIPcSsEEcET_S4_S4_RKT0_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_algo.h:1117: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_algo.h:1117: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_algo.h:1138: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_algo.h:1138: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNKSt6vectorISsSaISsEE5emptyEv':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:714: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:714: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:715: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:715: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_3TabEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_4GridEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_5PanelEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_5LabelEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_6ButtonEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_6SliderEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_7PictureEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_7ListBoxEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_7EditBoxEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_7TextBoxEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_8CheckboxEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_8ComboBoxEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_8Slider2DEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_9ScrollbarEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_10LoadingBarEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_10SpinButtonEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_11RadioButtonEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_11ChildWindowEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_11SpriteSheetEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_14AnimatedButtonEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZN4tgui5Group3addINS_15AnimatedPictureEEEPT_RKN2sf6StringE':
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `__gxx_personality_sj0'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:73: undefined reference to `_Unwind_SjLj_Register'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Resume'
Z:/home/bruno/Desktop/PX_SHARE/auto-build/TGUI/include/TGUI/Group.hpp:75: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIPN4tgui6OBJECTESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN2sf6StringESaIS1_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS1_S3_EE':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:135: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:142: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIPN4tgui6OBJECTESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:108: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:108: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:130: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:112: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:112: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN2sf6StringESaIS1_EE6insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:108: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:108: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:130: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:112: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:112: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt12_Vector_baseIN2sf6StringESaIS1_EED2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt12_Vector_baseIPN4tgui6OBJECTESaIS2_EED2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIPN4tgui6OBJECTESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:316: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:316: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:389: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:372: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:380: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt6vectorIN2sf6StringESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:316: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:316: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:333: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:333: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:372: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/vector.tcc:380: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt12_Vector_baseIfSaIfEED2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Unregister'
..\CodeBlocks\MinGW\TGUI v0.5.1\lib\libtgui-s-d.a(Group.cpp.obj): In function `ZNSt12_Vector_baseIN4tgui9Operation3opsESaIS2_EED2Ev':
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `__gxx_personality_sj0'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:160: undefined reference to `_Unwind_SjLj_Register'
c:/prog~fbu/code~qxd/mingw/bin/../lib/gcc/mingw32/4.7.1/include/c++/bits/stl_vector.h:162: undefined reference to `_Unwind_SjLj_Resume'
c:/prog~fbu/code~qxd/mingw/bin/../lib/
« Last Edit: March 03, 2013, 11:17:07 pm by Soul »

texus

  • Sr. Member
  • ****
  • Posts: 499
    • View Profile
    • TGUI
    • Email
Re: tgui compile error
« Reply #1 on: March 02, 2013, 10:50:16 pm »
That looks like you have a different compiler than what I used to build the libraries.
You should try to compile it yourself.
TGUI: C++ SFML GUI

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #2 on: March 02, 2013, 11:48:39 pm »
i have  gcc 4.7.2

I tried to compile tgui 0.6, but cmake shouted despite the set paths to sfml...

Quote
Could NOT find SFML (missing:  SFML_MAIN_LIBRARY SFML_GRAPHICS_LIBRARY SFML_WINDOW_LIBRARY SFML_SYSTEM_LIBRARY)
CMake Error at CMakeLists.txt:78 (message):
  CMake couldn't find SFML.  Set the SFMLDIR entry to SFML's root directory
  (containing "include" and "lib" directories).


Configuring incomplete, errors occurred!

after compiling 0.5.1 i have 7068 errors
link to errors in pastebin O_O http://pastebin.pl/74642
« Last Edit: March 03, 2013, 12:56:29 am by Soul »

texus

  • Sr. Member
  • ****
  • Posts: 499
    • View Profile
    • TGUI
    • Email
Re: tgui compile error
« Reply #3 on: March 03, 2013, 10:17:38 am »
The libraries were for MinGW 4.7.1 TDM, which is a different compiler.

For some strange reason it does indeed fail to find sfml here too. Setting every path manually (the include folder and after checking 'Advanced' all the paths to the sfml libraries) seem to work though. I have no idea why that happens, I'm just using the FindSFML.cmake script from sfml itself.
EDIT: Found out why. You shouldn't set SFMLDIR, but SFML_ROOT. Apparently I missed that change.

For your errors with 0.5.1: I think you are using sfml libraries compiled with SFML_USE_STATIC_STD_LIBS, so you have to compile tgui with TGUI_USE_STATIC_STD_LIBS. (Actually compiling with this option was never tested, but hopefully it works)
Or take the sfml libraries that aren't in the 'static-std' directory.
« Last Edit: March 03, 2013, 10:26:56 am by texus »
TGUI: C++ SFML GUI

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #4 on: March 03, 2013, 06:40:20 pm »
i must change compiler at TDM 4.7.1 *.*, when i do it i tell if it help...

after reinstall i have the same errors
http://pastebin.pl/74656

texus

  • Sr. Member
  • ****
  • Posts: 499
    • View Profile
    • TGUI
    • Email
Re: tgui compile error
« Reply #5 on: March 03, 2013, 06:49:17 pm »
Same note as before: these libraries were not compiled with TGUI_USE_STATIC_STD_LIBS.

If you use my precomiled libraries then also use the sfml libraries that are included with the download.
If you don't compile everything yourself then you can't just choose a combination of libraries, they have to be made together. I wish it was different, but that's just the way libraries work.
« Last Edit: March 03, 2013, 06:51:15 pm by texus »
TGUI: C++ SFML GUI

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #6 on: March 03, 2013, 07:04:13 pm »
oh ok, i understand, if you can send me your build version of tgui 0.6 it would be cool ^^

texus

  • Sr. Member
  • ****
  • Posts: 499
    • View Profile
    • TGUI
    • Email
Re: tgui compile error
« Reply #7 on: March 03, 2013, 07:07:48 pm »
You're lucky, I built it two days ago (https://www.dropbox.com/s/tww7bwh4j9q595o/TGUI%20v0.6%20MinGW4.7.1-TDM%20libs.7z).

I'm currently trying to get a fully functional windows on my pc, so that I can continue making those builds and even support more compilers.
TGUI: C++ SFML GUI

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #8 on: March 03, 2013, 10:20:40 pm »
I do not know what's wrong, but I have thousands of errors in namespace std O_O

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Re: tgui compile error
« Reply #9 on: March 03, 2013, 10:33:53 pm »
I do not know what's wrong, but I have thousands of errors in namespace std O_O
Probably a faulty MinGW install. Have you tried to reinstall?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #10 on: March 03, 2013, 10:38:23 pm »
yup i did it all day xD

texus

  • Sr. Member
  • ****
  • Posts: 499
    • View Profile
    • TGUI
    • Email
Re: tgui compile error
« Reply #11 on: March 03, 2013, 11:07:23 pm »
And does it work without tgui?
With only the sfml libraries that are provided in the download?
TGUI: C++ SFML GUI

Soul

  • Newbie
  • *
  • Posts: 44
    • View Profile
Re: tgui compile error
« Reply #12 on: March 03, 2013, 11:10:47 pm »
part with tgui compiling fine, rest of code shout mass of errors about std xD