grrrr this is very annoying .........

Started by wadmixfm, August 25, 2019, 19:36:33

Previous topic - Next topic

wadmixfm

ok i am on windows 7 sp1 32bit using blitzmax 1.44b because i cant find 1.48 anywhere as when i had an account on blitzmax.com site i could get them all now its all gone they have too grrrrrrr

my predicament is this

i have done a clean install of blitzmax 1.44b and i have installed tdm's gcc 4.6.1 and set all the paths and everything works even the teapot example in maxgui

now when i get RtMidi verion 2.1 from github i put it in the folder bah.mod and in there there is a folder called RtMidi.mod

go back to blitzmax and press on build module (Ctrl + D) and i get this :-

Building Modules
Compiling:blitz_app.c
Archiving:blitz.debug.win32.x86.a
Compiling:RtMidi.cpp
ar: creating C:/BlitzMax/mod/brl.mod/blitz.mod/blitz.debug.win32.x86.a
Compiling:glue.cpp
Compiling:source.bmx
flat assembler  version 1.69.14  (1465229 kilobytes memory)
3 passes, 459 bytes.
Compiling:common.bmx
flat assembler  version 1.69.14  (1465281 kilobytes memory)
3 passes, 512 bytes.
Compiling:rtmidi.bmx
flat assembler  version 1.69.14  (1465267 kilobytes memory)
3 passes, 16501 bytes.
Archiving:rtmidi.debug.win32.x86.a
ar: creating C:/BlitzMax/mod/BaH.mod/rtmidi.mod/rtmidi.debug.win32.x86.a
Compiling:RtMidi.cpp
Compiling:glue.cpp
Compiling:source.bmx
flat assembler  version 1.69.14  (1464641 kilobytes memory)
3 passes, 295 bytes.
Compiling:common.bmx
flat assembler  version 1.69.14  (1464639 kilobytes memory)
3 passes, 348 bytes.
Compiling:rtmidi.bmx
flat assembler  version 1.69.14  (1464633 kilobytes memory)
3 passes, 8696 bytes.
Archiving:rtmidi.release.win32.x86.a
ar: creating C:/BlitzMax/mod/BaH.mod/rtmidi.mod/rtmidi.release.win32.x86.a

Process complete

so far so good
but when i go to test the example midi in.bmx i get this
Building midi_in
Compiling:midi_in.bmx
flat assembler  version 1.69.14  (1228698 kilobytes memory)
4 passes, 8782 bytes.
Linking:midi_in.debug.exe
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x60): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x85): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x156): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x21c): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x230): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x272): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x297): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x3b2): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x3ca): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x403): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x41b): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x440): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x475): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x4a4): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x4d2): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x4ea): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x50f): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x626): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x63e): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x677): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x68f): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x6b4): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x6e8): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x70d): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x73c): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x773): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x798): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x836): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x86a): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x897): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x8d5): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x8fa): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x9ef): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xa85): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xa95): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xaba): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xb16): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xb45): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xb73): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xb8e): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xbb3): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xc7d): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xd43): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xd57): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xd99): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xdbe): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xed9): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xef1): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xf2a): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xf42): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xf67): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xf9c): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xfcb): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0xff9): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1011): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1036): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x114d): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1165): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x119e): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x11b6): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x11db): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x120f): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1234): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1263): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x129a): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x12bf): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x135d): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x1391): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x13be): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x13d9): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x13fe): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x14ad): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x14e1): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text+0x150f): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEED1Ev[__ZNSt6vectorIhSaIhEED1Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEED1Ev[__ZNSt6vectorIhSaIhEED1Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEED1Ev[__ZNSt6vectorIhSaIhEED1Ev]+0x7b): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEED1Ev[__ZNSt6vectorIhSaIhEED1Ev]+0xb0): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEED2Ev[__ZNSt12_Vector_baseIhSaIhEED2Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEED2Ev[__ZNSt12_Vector_baseIhSaIhEED2Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEED2Ev[__ZNSt12_Vector_baseIhSaIhEED2Ev]+0x7b): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEED2Ev[__ZNSt12_Vector_baseIhSaIhEED2Ev]+0xa9): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag[__ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag]+0xf): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag[__ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag]+0x34): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag[__ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag]+0x3b9): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(glue.cpp.debug.win32.x86.o):glue.cpp:(.text$_ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag[__ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag]+0x429): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x7b): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x95): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x16c): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x191): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x29b): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2a7): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2c3): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2e8): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x652): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x65e): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x67a): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x69f): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x729): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x743): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x77a): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x79f): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x8a2): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x8ae): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x8c9): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x8ee): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xc4a): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xc56): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xc72): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xc97): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xd21): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xd3b): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xd72): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xd97): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xf36): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xf42): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xf5a): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0xf7f): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1090): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x109b): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x10d2): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x10f7): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1221): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1248): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1253): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x126c): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1291): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1348): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1353): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x13cb): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x13f0): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x154d): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1588): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x197e): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x19a3): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1a0d): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1a18): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1a30): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1a55): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1af3): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1afe): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1b34): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1b59): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1c25): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1c68): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1c88): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1c9e): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x1ccc): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2250): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2283): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x23b8): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x23c6): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x23de): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2403): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x246c): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x24a1): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x24b2): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x24d7): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2677): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2683): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x26b0): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x26de): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2ae6): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2af4): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2b12): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2b37): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2b9a): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2ba5): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2bbe): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2be3): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2c81): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2c8c): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2cc2): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2ce7): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2d95): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2dd8): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2df8): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2e1c): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x2e4a): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3162): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3170): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3194): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x31c2): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x34c7): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x34fa): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x35ab): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x35b9): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3616): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x363b): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x36a4): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x36d9): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x36f0): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x371e): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3be7): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3c1a): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3c4d): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3c80): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3cb3): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3ce6): more undefined references to `_Unwind_SjLj_Resume' follow
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text+0x3cf5): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorC1ERKSsNS_4TypeE[__ZN7RtErrorC1ERKSsNS_4TypeE]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorC1ERKSsNS_4TypeE[__ZN7RtErrorC1ERKSsNS_4TypeE]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorC1ERKSsNS_4TypeE[__ZN7RtErrorC1ERKSsNS_4TypeE]+0x75): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorC1ERKSsNS_4TypeE[__ZN7RtErrorC1ERKSsNS_4TypeE]+0xb1): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorD1Ev[__ZN7RtErrorD1Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorD1Ev[__ZN7RtErrorD1Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorD1Ev[__ZN7RtErrorD1Ev]+0xa7): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN7RtErrorD1Ev[__ZN7RtErrorD1Ev]+0xc1): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError12printMessageEv[__ZNK7RtError12printMessageEv]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError12printMessageEv[__ZNK7RtError12printMessageEv]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError12printMessageEv[__ZNK7RtError12printMessageEv]+0x93): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError12printMessageEv[__ZNK7RtError12printMessageEv]+0xad): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError4whatEv[__ZNK7RtError4whatEv]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError4whatEv[__ZNK7RtError4whatEv]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError4whatEv[__ZNK7RtError4whatEv]+0x54): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNK7RtError4whatEv[__ZNK7RtError4whatEv]+0x7c): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9MidiInApi11MidiMessageC1Ev[__ZN9MidiInApi11MidiMessageC1Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9MidiInApi11MidiMessageC1Ev[__ZN9MidiInApi11MidiMessageC1Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9MidiInApi11MidiMessageC1Ev[__ZN9MidiInApi11MidiMessageC1Ev]+0x91): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9MidiInApi11MidiMessageC1Ev[__ZN9MidiInApi11MidiMessageC1Ev]+0xbf): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn8openPortEjSs[__ZN8RtMidiIn8openPortEjSs]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn8openPortEjSs[__ZN8RtMidiIn8openPortEjSs]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn8openPortEjSs[__ZN8RtMidiIn8openPortEjSs]+0x98): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn8openPortEjSs[__ZN8RtMidiIn8openPortEjSs]+0xcd): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn15openVirtualPortESs[__ZN8RtMidiIn15openVirtualPortESs]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn15openVirtualPortESs[__ZN8RtMidiIn15openVirtualPortESs]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn15openVirtualPortESs[__ZN8RtMidiIn15openVirtualPortESs]+0x91): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN8RtMidiIn15openVirtualPortESs[__ZN8RtMidiIn15openVirtualPortESs]+0xc6): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut8openPortEjSs[__ZN9RtMidiOut8openPortEjSs]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut8openPortEjSs[__ZN9RtMidiOut8openPortEjSs]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut8openPortEjSs[__ZN9RtMidiOut8openPortEjSs]+0x98): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut8openPortEjSs[__ZN9RtMidiOut8openPortEjSs]+0xcd): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut15openVirtualPortESs[__ZN9RtMidiOut15openVirtualPortESs]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut15openVirtualPortESs[__ZN9RtMidiOut15openVirtualPortESs]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut15openVirtualPortESs[__ZN9RtMidiOut15openVirtualPortESs]+0x91): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZN9RtMidiOut15openVirtualPortESs[__ZN9RtMidiOut15openVirtualPortESs]+0xc6): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEEC1EjRKhRKS0_[__ZNSt6vectorIhSaIhEEC1EjRKhRKS0_]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEEC1EjRKhRKS0_[__ZNSt6vectorIhSaIhEEC1EjRKhRKS0_]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEEC1EjRKhRKS0_[__ZNSt6vectorIhSaIhEEC1EjRKhRKS0_]+0xa0): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEEC1EjRKhRKS0_[__ZNSt6vectorIhSaIhEEC1EjRKhRKS0_]+0xab): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev]+0x7b): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EED1Ev]+0xb0): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_[__ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_[__ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_[__ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_]+0x89): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_[__ZNSt12_Vector_baseIhSaIhEEC2EjRKS0_]+0xb7): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_]+0xf): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_]+0x34): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_]+0x29a): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_[__ZNSt6vectorIN6RtMidi3ApiESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_]+0x332): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev[__ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev[__ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev[__ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev]+0x7e): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev[__ZNSt12_Vector_baseIN6RtMidi3ApiESaIS1_EED2Ev]+0xac): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh[__ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh]+0xf): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh[__ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh]+0x34): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh[__ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh]+0x28f): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh[__ZNSt6vectorIhSaIhEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPhS1_EERKh]+0x324): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_]+0x8d): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKhS1_EEEEPhjT_S9_]+0xb9): undefined reference to `_Unwind_SjLj_Resume'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_]+0xc): undefined reference to `__gxx_personality_sj0'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_]+0x31): undefined reference to `_Unwind_SjLj_Register'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_]+0x8d): undefined reference to `_Unwind_SjLj_Unregister'
C:/BlitzMax/mod/bah.mod/rtmidi.mod/rtmidi.debug.win32.x86.a(RtMidi.cpp.debug.win32.x86.o):RtMidi.cpp:(.text$_ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_[__ZNSt6vectorIhSaIhEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPhS1_EEEES5_jT_S7_]+0xb9): undefined reference to `_Unwind_SjLj_Resume'
Build Error: Failed to link C:/BlitzMax/mod/bah.mod/rtmidi.mod/examples/midi_in.debug.exe
Process complete


What is going wrong ??

lee

Hezkore

No idea about the compile issues.
But you can find the latest legacy BlitzMax (1.50) over https://nitrologic.itch.io/blitzmax.
Or try BlitzMax NG by going to blitzmax.org.
Simplicity is the ultimate sophistication. 🚀
GitHub
BlitzMax for VSCode
BlitzMax for Vim

wadmixfm

it does the same with 1.50 as well and a newer version of gcc 5.1.0 i have tried all the rtmidi versions and it will not run under windows for me anyways


Hezkore

It works great using BlitzMax NG at least.
Simplicity is the ultimate sophistication. 🚀
GitHub
BlitzMax for VSCode
BlitzMax for Vim

wadmixfm

yes it does but i am using windows 7 on an old laptop which i used to program my software i got it to compile on mac osx no problem but when i put it on here no way


wadmixfm

as you can see blitzmax 1.44 and gcc version 4.6.1


Hezkore

I have no idea mate, sorry. ¯\_(ツ)_/¯
This old laptop is also running Windows 7.
But I'm, as I said, running NG and it compiles fine here.
Perhaps Brucey intended it to be compiled using NG?
Simplicity is the ultimate sophistication. 🚀
GitHub
BlitzMax for VSCode
BlitzMax for Vim

wadmixfm

that could be the answer but why on mac osx it compiles and runs ok :) with blitzmax 1.51 , there is no blitzmax 1.51 for windows is there ???


Derron

SJLJ errors indicate the usage of the wrong MinGW variant - something was eg. compiled with SJLJ debugging while the currently used one utilizes Dwarf...

Give NG a whirl as all modules Brucey maintains have very low priority for the no longer supported legacy versions.


bye
Ron

wadmixfm

cheers , i got it working i downloaded the 1.52 blitzmax source and firstly unzipped the mingw zip file and set that up then rebuilt modules and boom its all working

cheers for the replies :)

lee

wadmixfm

well i have now compiled my software for 2 platforms hmmmmmmm dare i take on linux lol

::) :o