go : # github.com/dontpanic92/wxGo/wx At line:1 char:1 + go get -u github.com/dontpanic92/wxGo/wx > a.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (# github.com/dontpanic92/wxGo/wx:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx: In function 'void _wrap_SVGFileDC_SetClippingRegion__SWIG_3_wx_d5626d6e57cb98ce(wxSVGFileDC*, wxRegion*)': ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:28801:52: warning: 'void wxDC::SetClippingRegion(const wxRegion&)' is deprecated [-Wdeprecated-declarations] (arg1)->SetClippingRegion((wxRegion const &)*arg2); ^ In file included from C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/wx.h:14:0, from ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:254: C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/dc.h:949:30: note: declared here wxDEPRECATED_INLINE(void SetClippingRegion(const wxRegion& region), ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/defs.h:642:43: note: in definition of macro 'wxDEPRECATED' #define wxDEPRECATED(x) wxDEPRECATED_DECL x ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/dc.h:949:5: note: in expansion of macro 'wxDEPRECATED_INLINE' wxDEPRECATED_INLINE(void SetClippingRegion(const wxRegion& region), ^ ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx: In function 'bool _wrap_DataViewCustomRenderer_LeftClick_wx_d5626d6e57cb98ce(wxDataViewCustomRenderer*, wxPoint*, wxRect*, wxDataViewModel*, wxDataViewItem*, intgo)': ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:69708:85: warning: 'virtual bool wxDataViewCustomRendererBase::LeftClick(wxPoint, wxRect, wxDataViewModel*, const wxDataViewItem&, unsigned int)' is deprecated [-Wdeprecated-declarations] result = (bool)(arg1)->LeftClick(arg2,arg3,arg4,(wxDataViewItem const &)*arg5,arg6); ^ In file included from C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/wx.h:14:0, from ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:254: C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/dvrenderers.h:284:22: note: declared here virtual bool LeftClick(wxPoint WXUNUSED(cursor), ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/defs.h:642:43: note: in definition of macro 'wxDEPRECATED' #define wxDEPRECATED(x) wxDEPRECATED_DECL x ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/dvrenderers.h:283:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE' wxDEPRECATED_BUT_USED_INTERNALLY_INLINE( ^ ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx: In function 'bool _wrap_DataViewCustomRenderer_Activate_wx_d5626d6e57cb98ce(wxDataViewCustomRenderer*, wxRect*, wxDataViewModel*, wxDataViewItem*, intgo)': ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:69736:79: warning: 'virtual bool wxDataViewCustomRendererBase::Activate(wxRect, wxDataViewModel*, const wxDataViewItem&, unsigned int)' is deprecated [-Wdeprecated-declarations] result = (bool)(arg1)->Activate(arg2,arg3,(wxDataViewItem const &)*arg4,arg5); ^ In file included from C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/wx.h:14:0, from ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:254: C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/dvrenderers.h:276:22: note: declared here virtual bool Activate(wxRect WXUNUSED(cell), ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/defs.h:642:43: note: in definition of macro 'wxDEPRECATED' #define wxDEPRECATED(x) wxDEPRECATED_DECL x ^ C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidg ets-3.1.0/include/wx/dvrenderers.h:275:5: note: in expansion of macro 'wxDEPRECATED_BUT_USED_INTERNALLY_INLINE' wxDEPRECATED_BUT_USED_INTERNALLY_INLINE( ^ ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx: In function 'intgo _wrap_PGProperty_GetFlags_wx_d5626d6e57cb98ce(wxPGProperty*)': ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:261039:75: warning: 'wxPGProperty::FlagType wxPGProperty::GetFlags() const' is deprecated: Use HasFlag or HasFlagsExact functions instead. [-Wdeprecated-declarations] result = (wxPGProperty::FlagType)((wxPGProperty const *)arg1)->GetFlags(); ^ In file included from C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/propgrid/propgridiface.h:18:0, from ..\..\..\dontpanic92\wxGo\wx\wx_wrap_windows.cxx:769: C:/Source/Go/src/github.com/dontpanic92/wxGo/wxWidgets/wxWidgets-3.1.0/include/wx/propgrid/property.h:1794:14: note: declared here FlagType GetFlags() const ^~~~~~~~ # github.com/dontpanic92/wxGo/wx C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0x22b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0x47d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0x6ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0x8bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0xaf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text+0xc24): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata+0x10c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK22wxAnyValueTypeImplBaseI8wxString E10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI8wxStringE10CopyBufferERK16wxAnyValueBufferRS2_]+0x7f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBaseI8wxStrin gE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK33wxAnyValueTypeImplConstWchar_tPt r12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_[_ZNK33wxAnyValueTypeImplConstWchar_tPtr12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTyp eRS0_]+0x97): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):a ny.cpp:(.xdata$_ZNK33wxAnyValueTypeImplConstWchar_tPtr12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK30wxAnyValueTypeImplConstCharPtr12 ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_[_ZNK30wxAnyValueTypeImplConstCharPtr12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_] +0x189): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK30wxAnyValueTypeImplConstCharPtr12 ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_[_ZNK30wxAnyValueTypeImplConstCharPtr12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_] +0x19c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK30wxAnyValueTypeImplConstCharPtr12 ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_[_ZNK30wxAnyValueTypeImplConstCharPtr12ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_] +0x1b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata$_ZNK30wxAnyValueTypeImplConstCharPtr1 2ConvertValueERK16wxAnyValueBufferP14wxAnyValueTypeRS0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.text$_ZNK22wxAnyValueTypeImplBaseI9wxVarian tE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI9wxVariantE10CopyBufferERK16wxAnyValueBufferRS2_]+0x5c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_any.o):any.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBaseI9wxVaria ntE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0x366): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0x3e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0x424): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0x5a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0x98a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text+0xa9c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata+0x1d0): more undefined references to `__gxx_personality_seh0 ' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.text$_ZN8wxLogger5DoLogEPKwz[_ZN8wx Logger5DoLogEPKwz]+0xf0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appbase.o):appbase.cpp:(.xdata$_ZN8wxLogger5DoLogEPKwz+0x14) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0x849): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0xd12): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0xf01): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0x1459): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0x1484): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text+0x15a1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__insertion_sortIP8wxStrin gN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_[_ZSt16__insertion_sortIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EE EEvT_S8_T0_]+0x139): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__insertion_sortIP8wxStri ngN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__insertion_sortIP8wxStrin gN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_[_ZSt16__insertion_sortIP8wxStringN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_]+0x13e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__insertion_sortIP8wxStri ngN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt22__move_median_to_firstIP8w xStringN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_S7_S7_T0_[_ZSt22__move_median_to_firstIP8wxStringN9__gnu_cxx5__ops15_Iter _comp_iterI22wxSortPredicateAdaptorEEEvT_S7_S7_S7_T0_]+0x23c): undefined reference to `_Unwind_Resume' C:/Sourc e/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt22__move_median_to_firstIP8wxString N9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_S7_S7_T0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt25__unguarded_linear_insertI P8wxStringN9__gnu_cxx5__ops14_Val_comp_iterI22wxSortPredicateAdaptorEEEvT_T0_[_ZSt25__unguarded_linear_insertIP8wxStringN9__gnu_cxx5__ops14_Val_comp _iterI22wxSortPredicateAdaptorEEEvT_T0_]+0xab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt25__unguarded_linear_insert IP8wxStringN9__gnu_cxx5__ops14_Val_comp_iterI22wxSortPredicateAdaptorEEEvT_T0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__insertion_sortIP8wxStrin gN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_[_ZSt16__insertion_sortIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSor tPredicateAdaptorEEEvT_S7_T0_]+0x15f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__insertion_sortIP8wxStri ngN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt22__move_median_to_firstIP8w xStringN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_S7_S7_T0_[_ZSt22__move_median_to_firstIP8wxStringN9__gnu_cxx5__ops15_Ite r_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_S7_S7_T0_]+0x23c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt22__move_median_to_firstIP8 wxStringN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_S7_S7_T0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt25__unguarded_linear_insertI P8wxStringN9__gnu_cxx5__ops14_Val_comp_iterI23wxSortPredicateAdaptor2EEEvT_T0_[_ZSt25__unguarded_linear_insertIP8wxStringN9__gnu_cxx5__ops14_Val_com p_iterI23wxSortPredicateAdaptor2EEEvT_T0_]+0xab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt25__unguarded_linear_insert IP8wxStringN9__gnu_cxx5__ops14_Val_comp_iterI23wxSortPredicateAdaptor2EEEvT_T0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__insertion_sortIP8wxStrin gN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_[_ZSt16__insertion_sortIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSo rtPredicateAdaptor2EEEvT_S7_T0_]+0x15f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__insertion_sortIP8wxStri ngN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt13__adjust_heapIP8wxStringxS 0_N9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_T0_S8_T1_T2_[_ZSt13__adjust_heapIP8wxStringxS0_N9__gnu_cxx5__ops15_Iter_comp_iter I22wxSortPredicateAdaptorEEEvT_T0_S8_T1_T2_]+0x1f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(m onolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt13__adjust_heapIP8wxStringxS0_N9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_T0_S8_T1_T2_+ 0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt11__make_heapIP8wxStringN9__ gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_[_ZSt11__make_heapIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicate AdaptorEEEvT_S7_T0_]+0x158): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt11__make_heapIP8wxStringN9_ _gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterI22 wxSortPredicateAdaptorEEEvT_S7_T0_T1_]+0x26d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterI22 wxSortPredicateAdaptorEEEvT_S7_T0_T1_]+0x280): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__introsort_loopIP8wxStri ngxN9__gnu_cxx5__ops15_Iter_comp_iterI22wxSortPredicateAdaptorEEEvT_S7_T0_T1_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt13__adjust_heapIP8wxStringxS 0_N9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_T0_S8_T1_T2_[_ZSt13__adjust_heapIP8wxStringxS0_N9__gnu_cxx5__ops15_Iter_comp_ite rI23wxSortPredicateAdaptor2EEEvT_T0_S8_T1_T2_]+0x1f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt13__adjust_heapIP8wxStringx S0_N9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_T0_S8_T1_T2_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt11__make_heapIP8wxStringN9__ gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_[_ZSt11__make_heapIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicat eAdaptor2EEEvT_S7_T0_]+0x158): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt11__make_heapIP8wxStringN9_ _gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterI2 3wxSortPredicateAdaptor2EEEvT_S7_T0_T1_]+0x26d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterI2 3wxSortPredicateAdaptor2EEEvT_S7_T0_T1_]+0x280): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(. xdata$_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterI23wxSortPredicateAdaptor2EEEvT_S7_T0_T1_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt13__adjust_heapIP8wxStringxS 0_N9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_T0_S9_T1_T2_[_ZSt13__adjust_heapIP8wxStringxS0_N9__gnu_cxx5__ops15_Iter_comp_iterISt7great erIS0_EEEEvT_T0_S9_T1_T2_]+0x1d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt13__adjust_heapIP8wxStringx S0_N9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_T0_S9_T1_T2_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt11__make_heapIP8wxStringN9__ gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_[_ZSt11__make_heapIP8wxStringN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0 _]+0x158): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt11__make_heapIP8wxStringN9_ _gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterI S0_EEEEvT_S8_T0_T1_]+0x493): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt16__introsort_loopIP8wxStrin gxN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_T1_[_ZSt16__introsort_loopIP8wxStringxN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterI S0_EEEEvT_S8_T0_T1_]+0x4b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt16__introsort_loopIP8wxStri ngxN9__gnu_cxx5__ops15_Iter_comp_iterISt7greaterIS0_EEEEvT_S8_T0_T1_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt13__adjust_heapIP8wxStringxS 0_N9__gnu_cxx5__ops15_Iter_less_iterEEvT_T0_S6_T1_T2_[_ZSt13__adjust_heapIP8wxStringxS0_N9__gnu_cxx5__ops15_Iter_less_iterEEvT_T0_S6_T1_T2_]+0x1e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt13__adjust_heapIP8wxStringx S0_N9__gnu_cxx5__ops15_Iter_less_iterEEvT_T0_S6_T1_T2_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.text$_ZSt11__make_heapIP8wxStringN9__ gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_[_ZSt11__make_heapIP8wxStringN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_]+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arrstr.o):arrstr.cpp:(.xdata$_ZSt11__make_heapIP8wxStringN9_ _gnu_cxx5__ops15_Iter_less_iterEEvT_S5_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0x189): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0xd28): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0x115a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0x14b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0x14f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text+0x174f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata+0x1d4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.text$_ZN14wxFormatStringC1ERK8wxStr ing[_ZN14wxFormatStringC1ERK8wxString]+0x48): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata$_ZN14wxFormatStringC1ERK8wxSt ring+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdline.o):cmdline.cpp:(.xdata$_ZN9wxPrivate11OnScopeExitI17 wxScopeGuardImpl1IPFPcPKcES2_EEEvRT_+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0xb3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0xb1a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0xbdc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0x1300): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0x13fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.text+0x14f0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0x120): undefin ed reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_config.o):config.cpp:(.xdata+0x140): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_convauto.o):convauto.cpp:(.text+0x83e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_convauto.o):convauto.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0x6e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0xcd3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0xf63): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0x13f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.text+0x1701): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetime.o):datetime.cpp:(.xdata+0x170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0xd9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0x36f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0x6e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0x87b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0x155d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.text+0x4274): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0x40): undefined reference to `__gxx_pers onality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimefmt.o):datetimefmt.cpp:(.xdata+0x1e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.text+0x155): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.text+0x579): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.text+0x638): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopcmn.o):evtloopcmn.cpp:(.xdata$_ZN9wxPrivate11OnScopeE xitI17wxScopeGuardImpl0IPFvvEEEEvRT_+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0x495): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0x586): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0x6ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0xb1e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0xc96): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text+0xee7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xda ta+0x190): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text$_ZN14wxFormatStringC1EPKw[_Z N14wxFormatStringC1EPKw]+0x87): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata$_ZN14wxFormatStringC1EPKw+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text$_ZN8wxLogger10DoLogTraceERK8 wxStringPKwz[_ZN8wxLogger10DoLogTraceERK8wxStringPKwz]+0x485): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text$_ZN8wxLogger10DoLogTraceERK8 wxStringPKwz[_ZN8wxLogger10DoLogTraceERK8wxStringPKwz]+0x4bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata$_ZN8wxLogger10DoLogTraceERK 8wxStringPKwz+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.text$_ZN5wxLog14IsLevelEnabledEm8 wxString[_ZN5wxLog14IsLevelEnabledEm8wxString]+0xa4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileconf.o):fileconf.cpp:(.xdata$_ZN5wxLog14IsLevelEnabledEm 8wxString+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0x348): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0x35b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0x5a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0x84e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0x861): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.text+0xb3b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filefn.o):filefn.cpp:(.xdata+0x14c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x261): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x3bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/d ontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x547): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x5ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x678): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text+0x7cd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata+0x110): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_ZN22wxStringTypeBufferBaseI wEC2ER8wxStringy[_ZN22wxStringTypeBufferBaseIwEC2ER8wxStringy]+0x2ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_ZN22wxStringTypeBufferBaseI wEC2ER8wxStringy[_ZN22wxStringTypeBufferBaseIwEC2ER8wxStringy]+0x2e8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata$_ZN22wxStringTypeBufferBase IwEC2ER8wxStringy+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_ZN8wxLogger10MaybeStoreERK8 wxStringy[_ZN8wxLogger10MaybeStoreERK8wxStringy]+0x303): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_ZN8wxLogger10MaybeStoreERK8 wxStringy[_ZN8wxLogger10MaybeStoreERK8wxStringy]+0x316): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata$_ZN8wxLogger10MaybeStoreERK 8wxStringy+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata.unlikely+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_Z15wxOleInitializev[_Z15wxO leInitializev]+0x68a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_Z15wxOleInitializev[_Z15wxO leInitializev]+0x6c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.text$_Z15wxOleInitializev[_Z15wxO leInitializev]+0x731): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_f ilename.o):filename.cpp:(.text$_Z15wxOleInitializev[_Z15wxOleInitializev]+0x744): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filename.o):filename.cpp:(.xdata$_Z15wxOleInitializev+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0x568): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0x86f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0xa90): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0x131d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.text+0x1354): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fmapbase.o):fmapbase.cpp:(.xdata+0x1e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0x1d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0xab1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0x122f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0x124a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0x1287): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.text+0x12f2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Sourc e/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x1c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_init.o):init.cpp:(.xdata+0x1e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0x276): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0x6d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0xcae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0x1039): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.text+0x2b3b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_intl.o):intl.cpp:(.xdata+0x138): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_languageinfo.o):languageinfo.cpp:(.text+0x68ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_languageinfo.o):languageinfo.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0x531): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0xf61): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0x1377): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0x14fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0x150f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text+0x1723): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd6 4/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata+0x194): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.text$_ZN16wxStringListBase10CreateNodeEP1 0wxNodeBaseS1_PvRK9wxListKey[_ZN16wxStringListBase10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_list.o):list.cpp:(.xdata$_ZN16wxStringListBase10CreateNodeEP 10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0x1b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0x471): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0x5a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0x724): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0x804): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text+0xb09): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata+0xd0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text$_ZN50wxStringToStringHashMap_wxImpleme ntation_HashTable8CopyNodeEPNS_4NodeE[_ZN50wxStringToStringHashMap_wxImplementation_HashTable8CopyNodeEPNS_4NodeE]+0x8a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata$_ZN50wxStringToStringHashMap_wxImplem entation_HashTable8CopyNodeEPNS_4NodeE+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text$_ZN47wxStringToNumHashMap_wxImplementa tion_HashTable8CopyNodeEPNS_4NodeE[_ZN47wxStringToNumHashMap_wxImplementation_HashTable8CopyNodeEPNS_4NodeE]+0x65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cp p:(.xdata$_ZN47wxStringToNumHashMap_wxImplementation_HashTable8CopyNodeEPNS_4NodeE+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text.startup+0x255): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text.startup+0x26c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text.startup+0x283): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.text.startup+0x29a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_log.o):log.cpp:(.xdata.startup+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x464): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x653): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x6fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x75a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x7be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.text+0x82e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_longlong.o):longlong.cpp:(.xdata+0x114): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x84a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x865): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x8a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x8b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x8c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text+0x1ee7): more undefined references to `_Unwind_Resume' follow C:/Source /Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.xdata+0x320): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.text$_ZN12wxModuleList10CreateNodeEP1 0wxNodeBaseS1_PvRK9wxListKey[_ZN12wxModuleList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_module.o):module.cpp:(.xdata$_ZN12wxModuleList10CreateNodeEP 10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.text+0x28b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.text+0x30f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.text+0x311f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.text+0x318f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.xdata$_ZN8wxObjectD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_object.o):object.cpp:(.xdata$_ZN11wxHashTableD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.text+0x386): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.text+0x4d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.text+0x5f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.text+0xa11): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.xda ta+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.text$_ZNK19wxStandardPathsBase24G etLocalizedResourcesDirERK8wxStringNS_11ResourceCatE[_ZNK19wxStandardPathsBase24GetLocalizedResourcesDirERK8wxStringNS_11ResourceCatE]+0xbf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpbase.o):stdpbase.cpp:(.xdata$_ZNK19wxStandardPathsBase24 GetLocalizedResourcesDirERK8wxStringNS_11ResourceCatE+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.text+0x636): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.text+0x95e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.xdata$_ZN19wxStringInputStreamD0Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sstream.o):sstream.cpp:(.xdata$_ZN19wxStringInputStreamD1Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stopwatch.o):stopwatch.cpp:(.text+0x8d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stopwatch.o):stopwatch.cpp:(.text+0xfe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stopwatch.o):stopwatch.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stopwatch.o):stopwatch.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x1f71): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x1f86): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x1f99): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x219b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x21b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text+0x21c3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata+0x194): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata+0x1e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:( .xdata+0x230): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata+0x29c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata+0x2ec): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_wxwin5CloneEv[_ ZNK14wxMBConv_wxwin5CloneEv]+0xb9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZNK14wxMBConv_wxwin5CloneEv+ 0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZN19wxEncodingConverterD0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZN14wxMBConv_wxwinD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZN14wxMBConv_wxwinD0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win325WC2MBEPcP Kwy[_ZNK14wxMBConv_win325WC2MBEPcPKwy]+0x51c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win325WC2MBEPcP Kwy[_ZNK14wxMBConv_win325WC2MBEPcPKwy]+0x569): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZNK14wxMBConv_win325WC2MBEPc PKwy+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win3211GetMBNul LenEv[_ZNK14wxMBConv_win3211GetMBNulLenEv]+0x5b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win3211GetMBNul LenEv[_ZNK14wxMBConv_win3211GetMBNulLenEv]+0x5c3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win3211GetMBNul LenEv[_ZNK14wxMBConv_win3211GetMBNulLenEv]+0x5f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win3211GetMBNul LenEv[_ZNK14wxMBConv_win3211GetMBNulLenEv]+0x605): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK14wxMBConv_win3211GetMBNul LenEv[_ZNK14wxMBConv_win3211GetMBNulLenEv]+0x61a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZNK14wxMBConv_win3211GetMBNu lLenEv+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.text$_ZNK8wxCSConv5CloneEv[_ZNK8wxC SConv5CloneEv]+0x3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strconv.o):strconv.cpp:(.xdata$_ZNK8wxCSConv5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x2554): undefined refer ence to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x25cc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x26c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x2724): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x2a40): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.text+0x2b21): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stream.o):stream.cpp:(.xdata+0x210): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0x428): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0x565): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0x68b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0x9ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0xc03): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.text+0xcd8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_string.o):string.cpp:(.xdata+0x178): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.t ext+0x1d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text+0xc77): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text+0xcdd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text+0xfdb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text+0x19d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text+0x19ef): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata$_ZN28wxPrintfFormatConver terWcharD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata$_ZN28wxPrintfFormatConver terWcharD0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata+0xf0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIcE5P arseEPKc[_ZN16wxPrintfConvSpecIcE5ParseEPKc]+0x892): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIcE5P arseEPKc[_ZN16wxPrintfConvSpecIcE5ParseEPKc]+0x8a5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIcE5P arseEPKc[_ZN16wxPrintfConvSpecIcE5ParseEPKc]+0x8ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIcE5P arseEPKc[_ZN16wxPrintfConvSpecIcE5ParseEPKc]+0x910): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIcE5P arseEPKc[_ZN16wxPrintfConvSpecIcE5ParseEPKc]+0x923): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata$_ZN16wxPrintfConvSpecIcE5 ParseEPKc+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIwE5P arseEPKw[_ZN16wxPrintfConvSpecIwE5ParseEPKw]+0x8e8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIwE5P arseEPKw[_ZN16wxPrintfConvSpecIwE5ParseEPKw]+0x900): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):str vararg.cpp:(.text$_ZN16wxPrintfConvSpecIwE5ParseEPKw[_ZN16wxPrintfConvSpecIwE5ParseEPKw]+0x921): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIwE5P arseEPKw[_ZN16wxPrintfConvSpecIwE5ParseEPKw]+0x936): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN16wxPrintfConvSpecIwE5P arseEPKw[_ZN16wxPrintfConvSpecIwE5ParseEPKw]+0x951): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata$_ZN16wxPrintfConvSpecIwE5 ParseEPKw+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN22wxPrintfConvSpecParse rIcEC1EPKc[_ZN22wxPrintfConvSpecParserIcEC1EPKc]+0x99e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.text$_ZN22wxPrintfConvSpecParse rIcEC1EPKc[_ZN22wxPrintfConvSpecParserIcEC1EPKc]+0x9df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_strvararg.o):strvararg.cpp:(.xdata$_ZN22wxPrintfConvSpecPars erIcEC1EPKc+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.text+0x38e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.text+0x3be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.text+0xe2c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.text+0xf48): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sysopt.o):sysopt.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x679): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x6fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x13b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x13c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x13dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.text+0x1406): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/ Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textbuf.o):textbuf.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.text+0xcbb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.text+0xdaa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.text+0x1e16): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.text+0x1f54): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.xdata$_ZN10wxTextFileD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textfile.o):textfile.cpp:(.xdata$_ZN10wxTextFileD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x1161): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x117d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x128d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x12a9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x2317): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.text+0x232e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata$_ZN11wxSharedPtrI20wxTh readSpecificInfoE7reftype10delete_ptrEv+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_threadinfo.o):threadinfo.cpp:(.xdata$_ZN11wxSharedPtrI20wxTh readSpecificInfoE7ReleaseEv+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_time.o):time.cpp:(.text+0xd76): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libw xmsw31u.a(monolib_time.o):time.cpp:(.text+0xd91): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_time.o):time.cpp:(.text+0xe52): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_time.o):time.cpp:(.text+0xf3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_time.o):time.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.text+0x62): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.text$_ZNK12wxTimerEvent5CloneEv[_ ZNK12wxTimerEvent5CloneEv]+0x4c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.xdata$_ZNK12wxTimerEvent5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.xdata$_ZN12wxTimerEventD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timercmn.o):timercmn.cpp:(.xdata$_ZN12wxTimerEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timerimpl.o):timerimpl.cpp:(.text+0x1c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timerimpl.o):timerimpl.cpp:(.text+0x1ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timerimpl.o):timerimpl.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0x5c0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0x7bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0x7ce): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0x877): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0x947): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.text+0xab9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cp p:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tokenzr.o):tokenzr.cpp:(.xdata+0x14c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0x1ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0x9bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0xad3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0xbf3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text+0xd08): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata+0x158): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text$_ZN14wxFormatStringC1E PKc[_ZN14wxFormatStringC1EPKc]+0x93): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata$_ZN14wxFormatStringC1 EPKc+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.text$_ZN20wxArgNormalizerWc harIPKcEC1ES1_PK14wxFormatStringj[_ZN20wxArgNormalizerWcharIPKcEC1ES1_PK14wxFormatStringj]+0x136): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_translation.o):translation.cpp:(.xdata$_ZN20wxArgNormalizerW charIPKcEC1ES1_PK14wxFormatStringj+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0x49d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0x68c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0x7ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.c om/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0x8fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0x95f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.text+0xb80): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_txtstrm.o):txtstrm.cpp:(.xdata+0x15c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x1aad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x1b06): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x2055): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x24dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x24ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.text+0x2502): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x228): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x27c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x2cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uri.o):uri.cpp:(.xdata+0x3c8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0x9e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0xc54): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0x14a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx /windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0x1558): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0x161a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text+0x16ea): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x164): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x1c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x1e8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x208): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata+0x264): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZN9wxAnyList10CreateNodeEP10w xNodeBaseS1_PvRK9wxListKey[_ZN9wxAnyList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x71): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZN9wxAnyList10CreateNodeEP10 wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK22wxAnyValueTypeImplBaseI1 3wxArrayStringE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI13wxArrayStringE10CopyBufferERK16wxAnyValueBufferRS2_]+0x5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBaseI 13wxArrayStringE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK22wxAnyValueTypeImplBaseI9 wxAnyListE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI9wxAnyListE10CopyBufferERK16wxAnyValueBufferRS2_]+0x85): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBaseI 9wxAnyListE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK24wxVariantDataArrayString 5CloneEv[_ZNK24wxVariantDataArrayString5CloneEv]+0x5f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK24wxVariantDataArrayStrin g5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK19wxVariantDataString5Clon eEv[_ZNK19wxVariantDataString5CloneEv]+0x7d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK19wxVariantDataString5Clo neEv+0xc): undefined reference to `_ _gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK17wxVariantDataList5CloneE v[_ZNK17wxVariantDataList5CloneEv]+0x3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK17wxVariantDataList5Clone Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK8wxString9AsCharBufERK8wxM BConv[_ZNK8wxString9AsCharBufERK8wxMBConv]+0xd9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.text$_ZNK8wxString9AsCharBufERK8wxM BConv[_ZNK8wxString9AsCharBufERK8wxMBConv]+0xec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_variant.o):variant.cpp:(.xdata$_ZNK8wxString9AsCharBufERK8wx MBConv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x196): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x2c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x7a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x7b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x8d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.text+0x8e7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxcrt.o):wxcrt.cpp:(.xdata+0x1b0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text+0xe2f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text+0xe51): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text+0x1ab3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text+0x1ad9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd 64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text$_ZN16wxPrintfConvSpecIwE7Pro cessEPwyP11wxPrintfArgy[_ZN16wxPrintfConvSpecIwE7ProcessEPwyP11wxPrintfArgy]+0x6b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.xdata$_ZN16wxPrintfConvSpecIwE7Pr ocessEPwyP11wxPrintfArgy+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.text$_ZN16wxPrintfConvSpecIcE7Pro cessEPcyP11wxPrintfArgy[_ZN16wxPrintfConvSpecIcE7ProcessEPcyP11wxPrintfArgy]+0x870): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wxprintf.o):wxprintf.cpp:(.xdata$_ZN16wxPrintfConvSpecIcE7Pr ocessEPcyP11wxPrintfArgy+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xlocale.o):xlocale.cpp:(.xdata+0x13c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.text+0x90): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.text+0x102): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.text+0x2fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_basemsw.o):basemsw.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text+0x226): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text+0x9e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text+0x9fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text+0xa2f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a( monolib_dir.o):dir.cpp:(.text+0xa7a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text+0xa99): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata+0x1b8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text$_ZN8wxLogger12DoLogWithNumElPKwz[_ZN8w xLogger12DoLogWithNumElPKwz]+0x377): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text$_ZN8wxLogger12DoLogWithNumElPKwz[_ZN8w xLogger12DoLogWithNumElPKwz]+0x38a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.text$_ZN8wxLogger12DoLogWithNumElPKwz[_ZN8w xLogger12DoLogWithNumElPKwz]+0x3b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dir.o):dir.cpp:(.xdata$_ZN8wxLogger12DoLogWithNumElPKwz+0x18 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0xe9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0x3e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0x409): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0xa70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0x1a3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text+0x1a62): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.text$_Z19wxGetFullModuleNameP11HINSTANC E__[_Z19wxGetFullModuleNameP11HINSTANCE__]+0xc0b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dont panic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlmsw.o):dlmsw.cpp:(.xdata$_Z19wxGetFullModuleNameP11HINSTANCE__+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x1050): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x106b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x109f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x10ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x1109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.text+0x1697): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloopconsole.o):evtloopconsole.cpp:(.xdata+0x1bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x30e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x47f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x52f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x5fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x611): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.text+0x826): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_regconf.o):regconf.cpp:(.xdata+0x140): more undefined references to `__gxx_pe rsonality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x50e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x523): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x538): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x555): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x702): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.text+0x7ac): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_registry.o):registry.cpp:(.xdata+0x194): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0x80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0x898): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0x9f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0xa64): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0x167a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.text+0x19cd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wind ows_amd64/lib/libwxmsw31u.a(monolib_stdpaths.o):stdpaths.cpp:(.xdata+0x1f4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0x14b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0x25f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0x4d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0x7be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text+0x7f7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata+0xc8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN8wxLogger3LogIPKciPKwlS4_EEvR K14wxFormatStringT_T0_T1_T2_T3_[_ZN8wxLogger3LogIPKciPKwlS4_EEvRK14wxFormatStringT_T0_T1_T2_T3_]+0x399): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN8wxLogger3LogIPKciPKwlS4_EEvR K14wxFormatStringT_T0_T1_T2_T3_[_ZN8wxLogger3LogIPKciPKwlS4_EEvRK14wxFormatStringT_T0_T1_T2_T3_]+0x3b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata$_ZN8wxLogger3LogIPKciPKwlS4_EEv RK14wxFormatStringT_T0_T1_T2_T3_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN16wxThreadInternal4FreeEv[_ZN 16wxThreadInternal4FreeEv]+0x7a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN16wxThreadInternal4FreeEv[_ZN 16wxThreadInternal4FreeEv]+0x7db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN16wxThreadInternal4FreeEv[_ZN 16wxThreadInternal4FreeEv]+0x826): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN16wxThreadInternal4FreeEv[_ZN 16wxThreadInternal4FreeEv]+0x845): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.text$_ZN16wxThreadInternal4FreeEv[_ZN 16wxThreadInternal4FreeEv]+0x858): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_thread.o):thread.cpp:(.xdata$_ZN16wxThreadInternal4FreeEv+0x 18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0x187): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0x1511): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0x154f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0x158a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.text+0x15d8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata+0x1b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timer.o):timer.cpp:(.xdata$_ZN25wxTimerHiddenWindowModuleD0E v+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0xb4b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0xf15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0xf39): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0xf4e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0x1099): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.text+0x1872): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp :(.xdata+0x208): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utils.o):utils.cpp:(.xdata+0x2e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0xa8f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0x13af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0x13ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0x13fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text+0x1449): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata+0x1c8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN10AutoHANDLEILy0EE7DoClos eEv[_ZN10AutoHANDLEILy0EE7DoCloseEv]+0x790): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN10AutoHANDLEILy0EE7DoClos eEv[_ZN10AutoHANDLEILy0EE7DoCloseEv]+0x7ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN10AutoHANDLEILy0EE7DoClos eEv[_ZN10AutoHANDLEILy0EE7DoCloseEv]+0x7df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN10AutoHANDLEILy0EE7DoClos eEv[_ZN10AutoHANDLEILy0EE7DoCloseEv]+0x82a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN10AutoHANDLEILy0EE7DoClos eEv[_ZN10AutoHANDLEILy0EE7DoCloseEv]+0x849): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_ZN10AutoHANDLEILy0EE7DoClo seEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_ZN13wxExecuteDataD1Ev+0x18 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN6wxPipe6CreateEv[_ZN6wxPi pe6CreateEv ]+0x6e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN6wxPipe6CreateEv[_ZN6wxPi pe6CreateEv]+0x6fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_ZN6wxPipe6CreateEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x19d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x19e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x1a0e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x1a21): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x1a34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_ZN15wxExecuteModule6OnExitE v[_ZN15wxExecuteModule6OnExitEv]+0x1a47): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_ZN15wxExecuteModule6OnExit Ev+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_Z13wxExecuteImplIcElPPT_iP9 wxProcessPK12wxExecuteEnv[_Z13wxExecuteImplIcElPPT_iP9wxProcessPK12wxExecuteEnv]+0x7ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_Z13wxExecuteImplIcElPPT_iP 9wxProcessPK12wxExecuteEnv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.text$_Z13wxExecuteImplIwElPPT_iP9 wxProcessPK12wxExecuteEnv[_Z13wxExecuteImplIwElPPT_iP9wxProcessPK12wxExecuteEnv]+0x6ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsexc.o):utilsexc.cpp:(.xdata$_Z13wxExecuteImplIwElPPT_iP 9wxProcessPK12wxExecuteEnv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x1829): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x1e39): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x3c65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x3d8e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x3dd4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text+0x43de): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/ github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x2bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x408): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x438): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x458): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata+0x4e0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK16wxDropFilesEvent5CloneEv[_ZN K16wxDropFilesEvent5CloneEv]+0x171): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK16wxDropFilesEvent5CloneEv+0x 10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZN16wxDropFilesEventD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZN11wxHelpEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZN15wxUpdateUIEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZN14wxCommandEventD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZN13wxThreadEventD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK12wxMouseEvent5CloneEv[_ZNK12w xMouseEvent5CloneEv]+0xd0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK12wxMouseEvent5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK15wxUpdateUIEvent5CloneEv[_ZNK 15wxUpdateUIEvent5CloneEv]+0x220): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK15wxUpdateUIEvent5CloneEv+0x1 0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK14wxCommandEvent5CloneEv[_ZNK1 4wxCommandEvent5CloneEv]+0x182): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK14wxCommandEvent5CloneEv+0x10 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK11wxHelpEvent5CloneEv[_ZNK11wx HelpEvent5CloneEv]+0x21d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK11wxHelpEvent5CloneEv+0x10): undefined reference to `__gxx_per sonality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK17wxChildFocusEvent5CloneEv[_Z NK17wxChildFocusEvent5CloneEv]+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK17wxChildFocusEvent5CloneEv+0 x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK19wxWindowCreateEvent5CloneEv[ _ZNK19wxWindowCreateEvent5CloneEv]+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK19wxWindowCreateEvent5CloneEv +0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK20wxWindowDestroyEvent5CloneEv [_ZNK20wxWindowDestroyEvent5CloneEv]+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK20wxWindowDestroyEvent5CloneE v+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK20wxClipboardTextEvent5CloneEv [_ZNK20wxClipboardTextEvent5CloneEv]+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK20wxClipboardTextEvent5CloneE v+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK13wxScrollEvent5CloneEv[_ZNK13 wxScrollEvent5CloneEv]+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK13wxScrollEvent5CloneEv+0x10) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK18wxContextMenuEvent5CloneEv[_ ZNK18wxContextMenuEvent5CloneEv]+0x196): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK18wxContextMenuEvent5CloneEv+ 0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.text$_ZNK13wxNotifyEvent5CloneEv[_ZNK13 wxNotifyEvent5CloneEv]+0x196): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_event.o):event.cpp:(.xdata$_ZNK13wxNotifyEvent5CloneEv+0x10) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0x2b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0x64c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0x664): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0x7d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.text+0xa0f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_a md64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgout.o):msgout.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x2e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x73a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x7ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x834): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x1e76): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.text+0x1f6a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilscmn.o):utilscmn.cpp:(.xdata+0x1dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_main.o):main.cpp:(.text+0x2dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_main.o):main.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0x210): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0x275): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0x2e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0xb15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.co m/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0xb28): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text+0x2264): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata+0x2c4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text.startup+0x2a9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.text.startup+0x2f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_app.o):app.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0x9b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0xbed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0x10ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0x1c92): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0x1cac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text+0x1cea): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata+0x188): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text$_ZN5wxDIB4FreeEv[_ZN5wxDIB4FreeE v]+0x3fc): undefined reference to `_Unwind_Resume' C:/ Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text$_ZN5wxDIB4FreeEv[_ZN5wxDIB4FreeEv]+ 0x42d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.text$_ZN5wxDIB4FreeEv[_ZN5wxDIB4FreeE v]+0x45a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bitmap.o):bitmap.cpp:(.xdata$_ZN5wxDIB4FreeEv+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0x239): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0x25c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0x85d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0x976): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0x9e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.text+0xa50): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_brush.o):brush.cpp:(.xdata+0x118): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x871): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x884): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x899): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x8ac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x8db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.text+0x10ff): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0x150): undefined reference t o `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0x1e8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0x28c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_caret.o):caret.cpp:(.xdata+0x328): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0x1f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0x234): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0x9f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0xa1d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0xa30): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.text+0xa71): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipbrd.o):clipbrd.cpp:(.xdata+0x1dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0x1ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0x424): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0xe47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0xe5c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0xe81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text+0xeb5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp: (.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata+0x178): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text$_ZN12AutoIconInfo7GetFromEP7HICO N__[_ZN12AutoIconInfo7GetFromEP7HICON__]+0x7b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text$_ZN12AutoIconInfo7GetFromEP7HICO N__[_ZN12AutoIconInfo7GetFromEP7HICON__]+0x7e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text$_ZN12AutoIconInfo7GetFromEP7HICO N__[_ZN12AutoIconInfo7GetFromEP7HICON__]+0x831): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text$_ZN12AutoIconInfo7GetFromEP7HICO N__[_ZN12AutoIconInfo7GetFromEP7HICON__]+0x850): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.text$_ZN12AutoIconInfo7GetFromEP7HICO N__[_ZN12AutoIconInfo7GetFromEP7HICON__]+0x863): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cursor.o):cursor.cpp:(.xdata$_ZN12AutoIconInfo7GetFromEP7HIC ON__+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0x19b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0xb59): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0xb6c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0x115b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0x1e2b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text+0x25d9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata+0x180): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl20wxTextColours Changer6ChangeEmm[_ZN9wxMSWImpl20wxTextColoursChanger6ChangeEmm]+0x347): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl20wxTextColoursChanger6Chan geEmm[_ZN9wxMSWImpl20wxTextColoursChanger6ChangeEmm]+0x35a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata$_ZN9wxMSWImpl20wxTextColoursChanger6Cha ngeEmm+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl15wxBkModeChanger6ChangeEi[ _ZN9wxMSWImpl15wxBkModeChanger6ChangeEi]+0x2f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl15wxBkModeChanger6ChangeEi[ _ZN9wxMSWImpl15wxBkModeChanger6ChangeEi]+0x321): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl15wxBkModeChanger6ChangeEi[ _ZN9wxMSWImpl15wxBkModeChanger6ChangeEi]+0x355): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata$_ZN9wxMSWImpl15wxBkModeChanger6ChangeEi +0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN21StretchBltModeChangerC1EP5HDC__[_ZN 21StretchBltModeChangerC1EP5HDC__]+0x2f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN21StretchBltModeChangerC1EP5HDC__[_ZN 21StretchBltModeChangerC1EP5HDC__]+0x321): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN21StretchBltModeChangerC1EP5HDC__[_ZN 21StretchBltModeChangerC1EP5HDC__]+0x355): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata$_ZN21StretchBltModeChangerC1EP5HDC__+0x 10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata$_ZN21StretchBltModeChangerD1Ev+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.text$_ZN9wxMSWImpl19wxOnceOnlyDLLLoader9GetSy mbolEPKw[_ZN9wxMSWImpl19wxOnceOnlyDLLLoader9GetSymbolEPKw]+0x184): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc.o):dc.cpp:(.xdata$_ZN9wxMSWImpl19wxOnceOnlyDLLLoader9GetS ymbolEPKw+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.text+0x4ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.text+0x678): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.text+0xaa0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.text+0xc59): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.text+0xcbd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src /github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcclient.o):dcclient.cpp:(.xdata+0xd4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x7c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x7fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x828): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x83b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x857): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.text+0x1b1c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0x1dc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0x288): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0x3a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dib.o):dib.cpp:(.xdata+0x450): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x218): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x2219): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x2b62): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x2b96): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x2be1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.text+0x2c00): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dont panic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0x16c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0x1a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_display.o):display.cpp:(.xdata+0x238): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0x9e8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0xa1c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0xa67): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0xa86): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0xa99): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text+0x137f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0x194): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0x228): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0x258): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata+0x278): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text$_ZNK23wxEnhMetaFileDataObject1 1GetMetafileEv[_ZNK23wxEnhMetaFileDataObject11GetMetafileEv]+0x7d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata$_ZNK23wxEnhMetaFileDataObject 11GetMetafileEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.text$_ZNK29wxEnhMetaFileSimpleDataO bject14GetEnhMetafileEv[_ZNK29wxEnhMetaFileSimpleDataObject14GetEnhMetafileEv]+0x7d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_enhmeta.o):enhmeta.cpp:(.xdata$_ZNK29wxEnhMetaFileSimpleData Object14GetEnhMetafileEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x5dd): undefined reference to `_Unwind_Resume' C:/Source/Go/s rc/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x86b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x1567): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x1781): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x1f47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text+0x1f7b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata+0x258): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.text$_ZNK13wxFontRefData14GetMSWFaceNameE v[_ZNK13wxFontRefData14GetMSWFaceNameEv]+0x133b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_font.o):font.cpp:(.xdata$_ZNK13wxFontRefData14GetMSWFaceName Ev+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x6c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x2de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x87e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x891): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x952): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.text+0x9e8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenum.o):fontenum.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u. a(monolib_fontenum.o):fontenum.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.text+0x321): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.text+0x339): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.text+0x81b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.text+0x8e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.text+0xbd4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontutil.o):fontutil.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0x5ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0x758): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0x914): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0xad8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0xc84): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text+0x1352): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata+0x1b4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.text$_ZN21wxGDIImageHandlerList10 CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN21wxGDIImageHandlerList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com /dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN21wxGDIImageHandlerList10CreateNodeEP10wxNodeBaseS1 _PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN20wxPNGResourceHandlerD1 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN20wxICOResourceHandlerD1 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN16wxICOFileHandlerD1Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN20wxBMPResourceHandlerD1 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiimage.o):gdiimage.cpp:(.xdata$_ZN16wxBMPFileHandlerD1Ev+0 x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0xcc2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0xe9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0xfd0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0x1101): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0x1dca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text+0x2075): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata+0x1a8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_ZN21wxGDIPlusImageContext5F lushEv[_ZN21wxGDIPlusImageContext5FlushEv]+0x70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata$_ZN21wxGDIPlusImageContext5 FlushEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata$_ZN21wxGDIPlusImageContextD 0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u .a(monolib_graphics.o):graphics.cpp:(.xdata$_ZN21wxGDIPlusImageContextD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_ZN18wxGDIPlusBrushData16Set GradientStopsIN7Gdiplus19LinearGradientBrushEEEvPT_RK23wxGraphicsGradientStopsb[_ZN18wxGDIPlusBrushData16SetGradientStopsIN7Gdiplus19LinearGradientB rushEEEvPT_RK23wxGraphicsGradientStopsb]+0x7fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata$_ZN18wxGDIPlusBrushData16Se tGradientStopsIN7Gdiplus19LinearGradientBrushEEEvPT_RK23wxGraphicsGradientStopsb+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_ZN18wxGDIPlusBrushData16Set GradientStopsIN7Gdiplus17PathGradientBrushEEEvPT_RK23wxGraphicsGradientStopsb[_ZN18wxGDIPlusBrushData16SetGradientStopsIN7Gdiplus17PathGradientBrush EEEvPT_RK23wxGraphicsGradientStopsb]+0x7f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata$_ZN18wxGDIPlusBrushData16Se tGradientStopsIN7Gdiplus17PathGradientBrushEEEvPT_RK23wxGraphicsGradientStopsb+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_Z15wxGetWindowRectP6HWND__[ _Z15wxGetWindowRectP6HWND__]+0x79f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_Z15wxGetWindowRectP6HWND__[ _Z15wxGetWindowRectP6HWND__]+0x7ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_Z15wxGetWindowRectP6HWND__[ _Z15wxGetWindowRectP6HWND__]+0x7ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_Z15wxGetWindowRectP6HWND__[ _Z15wxGetWindowRectP6HWND__]+0x839): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.text$_Z15wxGetWindowRectP6HWND__[ _Z15wxGetWindowRectP6HWND__]+0x858): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphics.o):graphics.cpp:(.xdata$_Z15wxGetWindowRectP6HWND__ +0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0x99b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0x9b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0xa2e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0xa58): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0xa6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.text+0xb0a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0x30): undefined reference to `__g xx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_icon.o):icon.cpp:(.xdata+0x130): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0x339): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0x623): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0xdcf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0xdea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0xe1e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.text+0xe69): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaglist.o):imaglist.cpp:(.xdata+0x228): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_minifram.o):minifram.cpp:(.text+0x64): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_minifram.o):minifram.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0x1c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0xa02): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0xa36): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0xa81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0xaa0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd 64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text+0xab3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata$_ZN25wxNonOwnedWindow ShapeImplD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata$_ZN25wxNonOwnedWindow ShapeImplD0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata+0xf4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.text$_ZN25wxNonOwnedWindowS hapeImpl7OnPaintER12wxPaintEvent[_ZN25wxNonOwnedWindowShapeImpl7OnPaintER12wxPaintEvent]+0x1d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nonownedwnd.o):nonownedwnd.cpp:(.xdata$_ZN25wxNonOwnedWindow ShapeImpl7OnPaintER12wxPaintEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0x69c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0x6bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0x85f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0x91a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0xfa8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.text+0x1228): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dataobj.o):dataobj.cpp:(.xdata+0x1f0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x31f): undefined reference to `_Unwind_Resume' C:/Source/Go/s rc/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x3ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x4b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x1708): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x1736): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.text+0x175d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dropsrc.o):dropsrc.cpp:(.xdata+0xd0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x47e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x50c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x5fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x68c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x77e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text+0x80c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata+0x10c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleut ils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY[_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY]+0x8bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt5EE6Attac hEP12tagSAFEARRAY[_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY]+0x8cf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt5EE6Attac hEP12tagSAFEARRAY[_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY]+0x8e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt5EE6Attac hEP12tagSAFEARRAY[_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY]+0x911): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt5EE6Attac hEP12tagSAFEARRAY[_ZN11wxSafeArrayILt5EE6AttachEP12tagSAFEARRAY]+0x936): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata$_ZN11wxSafeArrayILt5EE6Atta chEP12tagSAFEARRAY+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt12EE21Cre ateFromListVariantERK9wxVariant[_ZN11wxSafeArrayILt12EE21CreateFromListVariantERK9wxVariant]+0x1a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.text$_ZN11wxSafeArrayILt12EE21Cre ateFromListVariantERK9wxVariant[_ZN11wxSafeArrayILt12EE21CreateFromListVariantERK9wxVariant]+0x1b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_oleutils.o):oleutils.cpp:(.xdata$_ZN11wxSafeArrayILt12EE21Cr eateFromListVariantERK9wxVariant+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x882): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x89d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x8d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x8fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x910): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.text+0x11d2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_safearray.o):safearray.cpp:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(m onolib_safearray.o):safearray.cpp:(.xdata+0x28c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.text+0x13d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.text+0x30f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata$_ZN16wxPaletteRefDataD1Ev+0x4 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata$_ZN16wxPaletteRefDataD0Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata$_ZN9wxPaletteD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_palette.o):palette.cpp:(.xdata$_ZN9wxPaletteD0Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0x35d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0x380): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0xee7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0xf24): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0x101f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.text+0x107a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pen.o):pen.cpp:(.xdata+0x18c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0x221): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0x234): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0x247): undefined reference to `_Unwind_Resume' C:/Source/Go/src/gith ub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0xa38): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0xa4b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.text+0xa60): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupwin.o):popupwin.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x3ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x485): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x524): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x5ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x64b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.text+0x6e8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_region.o):region.cpp:(.xdata+0xe8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0x225): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0x246): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0x410): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0x83e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text+0x866): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata+0x1c): undefined reference to `__gxx_perso nality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata$_ZN22wxSystemSettingsModule D0Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text$_ZN9wxMSWImpl19GetNonClientM etricsEv[_ZN9wxMSWImpl19GetNonClientMetricsEv]+0x82b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text$_ZN9wxMSWImpl19GetNonClientM etricsEv[_ZN9wxMSWImpl19GetNonClientMetricsEv]+0x83e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text$_ZN9wxMSWImpl19GetNonClientM etricsEv[_ZN9wxMSWImpl19GetNonClientMetricsEv]+0x853): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text$_ZN9wxMSWImpl19GetNonClientM etricsEv[_ZN9wxMSWImpl19GetNonClientMetricsEv]+0x866): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.text$_ZN9wxMSWImpl19GetNonClientM etricsEv[_ZN9wxMSWImpl19GetNonClientMetricsEv]+0x895): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_settings.o):settings.cpp:(.xdata$_ZN9wxMSWImpl19GetNonClient MetricsEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2b6f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2ba3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2bee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2c0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2c20): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.text+0x2d33): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasure.o):textmeasure.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):to oltip.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.text+0x282d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.text+0x4a6b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.text+0x4d48): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.text+0x4d81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.text+0x4ddd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0x304): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tooltip.o):tooltip.cpp:(.xdata+0x338): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x16b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x18e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x191f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x195a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x19a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text+0x19c7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x224): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x328): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata+0x390): more undefined references to `__gxx_personality_seh0' follow C :/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.text.startup+0x177): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplevel.o):toplevel.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x29f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x309): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x377): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x3e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x56b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.text+0x5bb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilsgui.o):utilsgui.cpp:(.xdata+0x110): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilswin.o):utilswin.cpp:(.text+0xc87): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilswin.o):utilswin.cpp:(.text+0xd3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_utilswin.o):utilswin.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0x682): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0xae8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0xb9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0xe8d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0xf1b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text+0x13dd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xda ta+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata+0x200): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text$_ZN11wxHelpEventC1EiiRK7wxPointN S_6OriginE[_ZN11wxHelpEventC1EiiRK7wxPointNS_6OriginE]+0x140): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata$_ZN11wxHelpEventC1EiiRK7wxPoint NS_6OriginE+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata$_ZN15wxUxThemeHandleD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text$_ZN18wxIdleWakeUpModule6OnInitEv [_ZN18wxIdleWakeUpModule6OnInitEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text$_ZN18wxIdleWakeUpModule6OnInitEv [_ZN18wxIdleWakeUpModule6OnInitEv]+0x231): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata$_ZN18wxIdleWakeUpModule6OnInitE v+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.text.startup+0x254): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_window.o):window.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x419): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x126c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x127f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x129d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x1328): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.text+0x1340): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o) :helpchm.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.xdata+0x1c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.xdata+0x224): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpchm.o):helpchm.cpp:(.xdata+0x24c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x12d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x51c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x7af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x3816): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x384f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text+0x38a9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata$_ZN22wxCollapsiblePaneEve ntD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text$_ZNK22wxCollapsiblePaneEve nt5CloneEv[_ZNK22wxCollapsiblePaneEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata$_ZNK22wxCollapsiblePaneEv ent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.text.startup+0x250): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collpaneg.o):collpaneg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.text+0x160): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.text+0x2a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata+0x10): undefined reference to `__gxx_ personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata$_ZN18wxAcceleratorTableD1Ev+0 x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_accel.o):accel.cpp:(.xdata$_ZN18wxAcceleratorTableD0Ev+0 x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0x6a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0x9ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0xba4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0xec8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0x137f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text+0x139a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0x1d0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata+0x23c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text$_ZNK8wxBitmap17Convert ToDisabledEh[_ZNK8wxBitmap17ConvertToDisabledEh]+0xcf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.text$_ZNK8wxBitmap17Convert ToDisabledEh[_ZNK8wxBitmap17ConvertToDisabledEh]+0xf2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_anybutton.o):anybutton.cpp:(.xdata$_ZNK8wxBitmap17Conver tToDisabledEh+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appprogress.o):appprogress.cpp:(.text+0x55e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxm sw31u.a(monolib_appprogress.o):appprogress.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appprogress.o):appprogress.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0x182): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0x921): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0xc3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0xebf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0xf0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.text+0x100d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artmsw.o):artmsw.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.text+0x2ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.text+0x314): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.text+0x327): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.text.startup+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_bmpbuttn.o):bmpbuttn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text+0x274b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text+0x38eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text+0x4606): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text+0x4fde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text+0x746e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/So urce/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata+0x164): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.text.startup+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_button.o):button.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checkbox.o):checkbox.cpp:(.text+0x608): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checkbox.o):checkbox.cpp:(.text+0xa44): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checkbox.o):checkbox.cpp:(.text+0xa75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checkbox.o):checkbox.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checkbox.o):checkbox.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0x6ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0x8ce): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0x911): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0xdd3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0x10b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.text+0x1421): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_choice.o):choice.cpp:(.xdata+0x17c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/d ontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.text+0x132): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.text+0x393): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.text+0xdca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colordlg.o):colordlg.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0x637): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0xf38): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0xf62): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0x1a63): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0x2520): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text+0x2547): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.xdata+0x23c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.text.startup+0x953): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combo.o):combo.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text+0x8ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text+0xb87): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text+0xef1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text+0x3631): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text+0x3b27): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/ Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata+0x154): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata+0x254): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.text.startup+0x5bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_combobox.o):combobox.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x1ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x211): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x4e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x50c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x52f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.text+0x72b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_control.o):control.cpp:(.xdata+0x1b0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_dialog.o):dialog.cpp:(.text+0x564): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_dialog.o):dialog.cpp:(.text+0xaac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_dialog.o):dialog.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_dialog.o):dialog.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_dialog.o):dialog.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/G o/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x234): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x328): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x363): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x938): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x176f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text+0x18cc): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata+0x484): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text$_ZN12wxItemIdList4FreeEP11_ITEMI DLIST[_ZN12wxItemIdList4FreeEP11_ITEMIDLIST]+0x7c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text$_ZN12wxItemIdList4FreeEP11_ITEMI DLIST[_ZN12wxItemIdList4FreeEP11_ITEMIDLIST]+0x7fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text$_ZN12wxItemIdList4FreeEP11_ITEMI DLIST[_ZN12wxItemIdList4FreeEP11_ITEMIDLIST]+0x828): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text$_ZN12wxItemIdList4FreeEP11_ITEMI DLIST[_ZN12wxItemIdList4FreeEP11_ITEMIDLIST]+0x83b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.text$_ZN12wxItemIdList4FreeEP11_ITEMI DLIST[_ZN12wxItemIdList4FreeEP11_ITEMIDLIST]+0x857): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirdlg.o):dirdlg.cpp:(.xdata$_ZN12wxItemIdList4FreeEP11_ITEM IDLIST+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.text+0x24a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.text+0x733): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.xdata +0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.text$_ZN9wxMsgList10CreateNodeEP10w xNodeBaseS1_PvRK9wxListKey[_ZN9wxMsgList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_evtloop.o):evtloop.cpp:(.xdata$_ZN9wxMsgList10CreateNodeEP10 wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text+0x3a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text+0x3b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text+0x411): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text+0xa4d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text+0x280b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN13GlobalPtrLock4InitEPv[_ZN 13GlobalPtrLock4InitEPv]+0x7a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN13GlobalPtrLock4InitEPv[_ZN 13GlobalPtrLock4InitEPv]+0x7dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN13GlobalPtrLock4InitEPv[_ZN 13GlobalPtrLock4InitEPv]+0x808): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN13GlobalPtrLock4InitEPv[_ZN 13GlobalPtrLock4InitEPv]+0x81b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN13GlobalPtrLock4InitEPv[_ZN 13GlobalPtrLock4InitEPv]+0x837): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata$_ZN13GlobalPtrLock4InitEPv+0x 18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN9GlobalPtr4InitEyj[_ZN9Glob alPtr4InitEyj]+0x7a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN9GlobalPtr4InitEyj[_ZN9Glob alPtr4InitEyj]+0x7dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN9GlobalPtr4InitEyj[_ZN9Glob alPtr4InitEyj]+0x808): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wx Go/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN9GlobalPtr4InitEyj[_ZN9GlobalPtr4InitEyj]+0x81b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.text$_ZN9GlobalPtr4InitEyj[_ZN9Glob alPtr4InitEyj]+0x837): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata$_ZN9GlobalPtr4InitEyj+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filedlg.o):filedlg.cpp:(.xdata$_ZN9GlobalPtrD1Ev+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x32c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x34f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x2d90): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x30ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x30d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text+0x30f8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x248): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata+0x2d4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.text.startup+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_frame.o):frame.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_gauge.o):gauge.cpp:(.text+0x2f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_gauge.o):gauge.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x1181): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x12a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x1c95): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxm sw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x2da5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x2dd9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.text+0x2dfb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0x2cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrl.o):headerctrl.cpp:(.xdata+0x3ac): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0xdff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0xef9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0x1176): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0x12b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0x1582): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text+0x180d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata+0x180): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text$_Z15wxGetClientRectP6HWND_ _[_Z15wxGetClientRectP6HWND__]+0x79f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text$_Z15wxGetClientRectP6HWND_ _[_Z15wxGetClientRectP 6HWND__]+0x7ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text$_Z15wxGetClientRectP6HWND_ _[_Z15wxGetClientRectP6HWND__]+0x7ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text$_Z15wxGetClientRectP6HWND_ _[_Z15wxGetClientRectP6HWND__]+0x839): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.text$_Z15wxGetClientRectP6HWND_ _[_Z15wxGetClientRectP6HWND__]+0x858): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listbox.o):listbox.cpp:(.xdata$_Z15wxGetClientRectP6HWND __+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x807): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x1357): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x138c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x18fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x1a66): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text+0x1cad): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x1d8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x1fc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata+0x224): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text$_ZN9wxLV_ITEM4InitERK10t agLVITEMA[_ZN9wxLV_ITEM4InitERK10tagLVITEMA]+0xbe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata$_ZN9wxLV_ITEM4InitERK10 tagLVITEMA+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata$_ZN9wxLV_ITEMD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.text.startup+0x188): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_listctrl.o):listctrl.cpp:(.xdata.startup+0xc): undefined ref erence to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0x257): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0x390): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0x44e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0xd2c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0x1006): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text+0x3f53): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0x1a8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata+0x1f8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.text.startup+0x898): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mdi.o):mdi.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0x3dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0x6ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0xcac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0xccf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0x10f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.text+0x1124): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpani c92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_menu.o):menu.cpp:(.xdata+0x1d4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0x316): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0x79d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0x7b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0xa20): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0xd0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.text+0xd23): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menuitem.o):menuitem.cpp:(.xdata+0x144): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0xf7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0x311): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0x15fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0x1626): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0x175e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text+0x26d2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0x1d4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata+0x200): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text$_ZNK19wxMessageDialogBase10GetNo LabelEv[_ZNK19wxMessageDialogBase10GetNoLabelEv]+0x28f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata$_ZNK19wxMessageDialogBase10GetN oLabelEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text$_ZNK19wxMessageDialogBase10GetOK LabelEv[_ZNK19wxMessageDialogBase10GetOKLabelEv]+0x28f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata$_ZNK19wxMessageDialogBase10GetO KLabelEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text$_ZNK19wxMessageDialogBase14GetCa ncelLabelEv[_ZNK19wxMessageDialogBase14GetCancelLabelEv]+0x28f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata$_ZNK19wxMessageDialogBase14GetC ancelLabelEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.text$_ZNK19wxMessageDialogBase11GetYe sLabelEv[_ZNK19wxMessageDialogBase11GetYesLabelEv]+0x28f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlg.o):msgdlg.cpp:(.xdata$_ZNK19wxMessageDialogBase11GetY esLabelEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.text+0x11a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.text+0x2e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.text+0x278a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nativdlg.o):nativdlg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text+0xca1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text+0xe42): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text+0xe86): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text+0xe9e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text +0x1310): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text+0x1a12): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0x180): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata+0x228): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text$_ZN14ClassRegistrar8Regi sterERK12tagWNDCLASSW[_ZN14ClassRegistrar8RegisterERK12tagWNDCLASSW]+0x866): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text$_ZN14ClassRegistrar8Regi sterERK12tagWNDCLASSW[_ZN14ClassRegistrar8RegisterERK12tagWNDCLASSW]+0x8a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text$_ZN14ClassRegistrar8Regi sterERK12tagWNDCLASSW[_ZN14ClassRegistrar8RegisterERK12tagWNDCLASSW]+0x8bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text$_ZN14ClassRegistrar8Regi sterERK12tagWNDCLASSW[_ZN14ClassRegistrar8RegisterERK12tagWNDCLASSW]+0x8cf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text$_ZN14ClassRegistrar8Regi sterERK12tagWNDCLASSW[_ZN14ClassRegistrar8RegisterERK12tagWNDCLASSW]+0x8f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata$_ZN14ClassRegistrar8Reg isterERK12tagWNDCLASSW+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.text.startup+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_notebook.o):notebook.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrw.o):ownerdrw.cpp:(.text+0x561): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrw.o):ownerdrw.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlg.o):progdlg.cpp:(.text+0x26f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlg.o):progdlg.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0x1e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0xa69): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0x182a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0x1b2e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0x25fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text+0x2616): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata+0x21c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.text$_ZNK15wxStaticBoxBase18G etBordersForSizerEPiS0_[_ZNK15wxStaticBoxBase18GetBordersForSizerEPiS0_]+0xdd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobox.o):radiobox.cpp:(.xdata$_ZNK15wxStaticBoxBase18 GetBordersForSizerEPiS0_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobut.o):radiobut.cpp:(.text+0x41e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobut.o):radiobut.cpp:(.text+0x2afa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobut.o):radiobut.cpp:(.text+0x2b51): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobut.o):radiobut.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_radiobut.o):radiobut.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlg.o):richmsgdlg.cpp:(.text+0x4e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlg.o):richmsgdlg.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0x35b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0xd9e): undefined reference to `_Unwind_Resume' C :/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0xdb9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0xdcc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0xe00): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.text+0xe42): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_scrolbar.o):scrolbar.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0x4d8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0xc12): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0x1343): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0x1356): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0x1369): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.text+0x1bc9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x1a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_slider.o):slider.cpp:(.xdata+0x280): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xbee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xc61): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xc7c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xcb1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/w x/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xcce): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.text+0xeb6): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_spinbutt.o):spinbutt.cpp:(.xdata$_ZN11wxSpinEventD1Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0x5aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0x5df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0x6a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0xa2c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0xcb9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text+0x15d0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.text.startup+0x21d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrl.o):spinctrl.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.text+0x2de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.text+0x2796): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.text+0x2984): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_a md64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.text+0x2ba3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata$_ZN14wxStaticBitmapD1Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.text.startup+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbmp.o):statbmp.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x356): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x36f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x467): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x9ac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x11f1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text+0x120c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata+0x1a0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text$_ZN10HDCClipperC1EP5HDC__P 6HRGN__[_ZN10HDCClipperC1EP5HDC__P6HRGN__]+0x7a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text$_ZN10HDCClipperC1EP5HDC__P 6HRGN__[_ZN10HDCClipperC1EP5HDC__P6HRGN__]+0x7bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib _msw_statbox.o):statbox.cpp:(.text$_ZN10HDCClipperC1EP5HDC__P6HRGN__[_ZN10HDCClipperC1EP5HDC__P6HRGN__]+0x7ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text$_ZN10HDCClipperC1EP5HDC__P 6HRGN__[_ZN10HDCClipperC1EP5HDC__P6HRGN__]+0x83a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.text$_ZN10HDCClipperC1EP5HDC__P 6HRGN__[_ZN10HDCClipperC1EP5HDC__P6HRGN__]+0x859): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statbox.o):statbox.cpp:(.xdata$_ZN10HDCClipperC1EP5HDC__ P6HRGN__+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x462): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x4f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x612): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x625): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x1225): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.text+0x1db0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statusbar.o):statusbar.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statline.o):statline.cpp:(.text+0x19e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_statline.o):statline.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.text+0x23b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.text+0x48c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.text+0x72f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/ libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_stattext.o):stattext.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0xe2d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0xf93): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0x10ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0x1175): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0x1a60): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text+0x1a73): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x180): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x1a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x1e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata+0x204): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text$_ZN8wxLogger3LogIP KciS2_lPKwEEvRK14wxFormatStringT_T0_T1_T2_T3_[_ZN8wxLogger3LogIPKciS2_lPKwEEvRK14wxFormatStringT_T0_T1_T2_T3_]+0x4f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.text$_ZN8wxLogger3LogIP KciS2_lPKwEEvRK14wxFormatStringT_T0_T1_T2_T3_[_ZN8wxLogger3LogIPKciS2_lPKwEEvRK14wxFormatStringT_T0_T1_T2_T3_]+0x51d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarbutton.o):taskbarbutton.cpp:(.xdata$_ZN8wxLogger3LogI PKciS2_lPKwEEvRK14wxFormatStringT_T0_T1_T2_T3_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0xf8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0xc6e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0xe23): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0x11ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/gi thub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0x1498): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text+0x18ce): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x1b8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata+0x1f8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.text.startup+0x93b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_toolbar.o):toolbar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0x4ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0xe6b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0x24b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0x24fe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0x27b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text+0x2869): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x254): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x2b8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x320): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata+0x348): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.text.startup+0x7d0): und efined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_textctrl.o):textctrl.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x65f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x1151): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x116d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x118e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x11e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text+0x11f8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0x20c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata+0x238): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN13wxIEnumString4NextEmP PwPm[_ZN13wxIEnumString4NextEmPPwPm]+0x298): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata$_ZN13wxIEnumString4NextEm PPwPm+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN13wxIEnumString5CloneEP P11IEnumString[_ZN13wxIEnumString5CloneEPP11IEnumString]+0x122): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata$_ZN13wxIEnumString5CloneE PP11IEnumString+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN13wxIEnumString4SkipEm[ _ZN13wxIEnumString4SkipEm]+0x1aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata$_ZN13wxIEnumString4SkipEm +0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat a11OnAfterCharER10wxKeyEvent[_ZN22wxTextAutoCompleteData11OnAfterCharER10wxKeyEvent]+0x150): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):texte ntry.cpp:(.xdata$_ZN22wxTextAutoCompleteData11OnAfterCharER10wxKeyEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x180b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x1830): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x184a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x185d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x1882): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.text$_ZN22wxTextAutoCompleteDat aC1EP11wxTextEntry[_ZN22wxTextAutoCompleteDataC1EP11wxTextEntry]+0x18a1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentry.o):textentry.cpp:(.xdata$_ZN22wxTextAutoCompleteDa taC1EP11wxTextEntry+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.text+0x1a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.text+0x370): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.text+0x4ec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.text+0x755): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_tglbtn.o):tglbtn.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.text+0x1515): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.text+0x183a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.text+0x1b78): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.text+0x1db7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_t reectrl.o):treectrl.cpp:(.text+0x1dec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.text+0x1f7e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x230): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treectrl.o):treectrl.cpp:(.xdata+0x268): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0x908): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0xd08): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0x1067): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0x1279): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0x12bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text+0x131a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata+0x1ac): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.text.startup+0x170): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_checklst.o):checklst.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x15b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/win dows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x21b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x416): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x435): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x8e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.text+0x11e7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msw_fdrepdlg.o):fdrepdlg.cpp:(.xdata+0x1c0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdlg.o):fontdlg.cpp:(.text+0x7a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdlg.o):fontdlg.cpp:(.text+0xa26): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdlg.o):fontdlg.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdlg.o):fontdlg.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0xb72): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0xb8a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0xbd9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0xbf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.text+0xc1c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.xdata+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):acce lcmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.xdata+0x390): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_accelcmn.o):accelcmn.cpp:(.xdata+0x3c8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x2e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x343): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x3a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x49b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x4d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.text+0x52f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_appcmn.o):appcmn.cpp:(.xdata+0x10c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0xbb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0x375): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0x454): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0x851): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0xbfe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text+0xc1c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_a md64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata+0xf4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.text$_ZN18wxArtProvidersList10Creat eNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN18wxArtProvidersList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata$_ZN18wxArtProvidersList10Crea teNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata$_ZN19wxArtProviderModuleD0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata$_ZN19wxArtProviderModuleD1Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artprov.o):artprov.cpp:(.xdata$_ZN55wxArtProviderIconBundles Hash_wxImplementation_HashTable10DeleteNodeEP21_wxHashTable_NodeBase+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0xc8d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0xcae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0xd15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0xd88): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0xdbe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text+0x11dd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.xdata+0x274): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text$_ZeqRK8wxStringPKc[_ZeqRK8wxStri ngPKc]+0x22b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text$_ZeqRK8wxStringPKc[_ZeqRK8wxStri ngPKc]+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.text$_ZeqRK8wxStringPKc[_ZeqRK8wxStri ngPKc]+0x266): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_artstd.o):artstd.cpp:(.xdata$_ZeqRK8wxStringPKc+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/li b/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0xff2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0x1005): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0x1033): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0x1147): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0x1187): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.text+0x119f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_arttango.o):arttango.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x25b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x58b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x6b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x7e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x885): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text+0x915): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata+0x14c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text$_ZNK19wxBitmapVariantData5Clon eEv[_ZNK19wxBitmapVariantData5CloneEv]+0x76): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata$_ZNK19wxBitmapVariantData5Clo neEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.text$_ZNK17wxIconVariantData5CloneE v[_ZNK17wxIconVariantData5CloneEv]+0x76): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbase.o):bmpbase.cpp:(.xdata$_ZNK17wxIconVariantData5Clone Ev+0xc): undefined reference to `__gxx_personalit y_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.text+0xf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.text+0x515): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.text+0xaf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpbtncmn.o):bmpbtncmn.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.text+0x178): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.xdata$_ZN15wxBookCtrlEventD0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.xdata$_ZN15wxBookCtrlEventD1Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.text$_ZNK15wxBookCtrlEvent5CloneE v[_ZNK15wxBookCtrlEvent5CloneEv]+0x13e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.xdata$_ZNK15wxBookCtrlEvent5Clone Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.text.startup+0x242): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bookctrl.o):bookctrl.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_btncmn.o):btncmn.cpp:(.text+0xe4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_btncmn.o):btncmn.cpp:(.text+0x2211): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_btncmn.o):btncmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_btncmn.o):btncmn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_checkboxcmn.o):checkboxcmn.cpp:(.text+0xe9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_checkboxcmn.o):checkboxcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_checklstcmn.o):checklstcmn.cpp:(.text+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_checklstcmn.o):checklstcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choiccmn.o):choic cmn.cpp:(.text+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choiccmn.o):choiccmn.cpp:(.text+0x27b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choiccmn.o):choiccmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choiccmn.o):choiccmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.text+0x82): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.text+0x10d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.text+0x19b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.text+0x325): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata$_ZN16wxClipboardEventD1Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata$_ZN17wxClipboardModuleD0Ev+0x 8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.text$_ZNK16wxClipboardEvent5CloneEv [_ZNK16wxClipboardEvent5CloneEv]+0x1b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata$_ZNK16wxClipboardEvent5CloneE v+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clipcmn.o):clipcmn.cpp:(.xdata$_ZN16wxClipboardEventD0Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0x2c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0x55b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0x56e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0x64d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0xad7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text+0xaf3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/ github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata+0x140): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.text$_ZNK19wxColourPicker Event5CloneEv[_ZNK19wxColourPickerEvent5CloneEv]+0x1b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickercmn.o):clrpickercmn.cpp:(.xdata$_ZNK19wxColourPicke rEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0x12e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0x1b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0x39f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0x502): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0x5e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text+0xbfa): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata+0x134): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text$_ZNK22wxAnyValueTypeImplBa seI8wxColourE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI8wxColourE10CopyBufferERK16wxAnyValueBufferRS2_]+0xb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwx msw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBaseI8wxColourE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.text$_ZNK19wxColourVariantData5 CloneEv[_ZNK19wxColourVariantData5CloneEv]+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourcmn.o):colourcmn.cpp:(.xdata$_ZNK19wxColourVariantData 5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0x1c5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0x284): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0x498): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0x64a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0x8b7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.text+0xc92): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_colourdata.o):colourdata.cpp:(.xdata+0x10c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x86b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x910): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x92f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x1568): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x16c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text+0x1804): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):co mbocmn.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata+0x204): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata+0x238): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata+0x264): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata+0x2b4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.text.startup+0x1023): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_combocmn.o):combocmn.cpp:(.xdata.startup+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x5af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x7f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x8b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x13db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x2572): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.text+0x2843): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmdproc.o):cmdproc.cpp:(.xdata+0x214): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x365): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x3a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x633): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x710): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x764): undefined reference to `_Unwind_Resume' C:/Source/Go/s rc/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.text+0x80f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cmndata.o):cmndata.cpp:(.xdata+0x7c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x26e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x2705): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x2d65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x2d80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x2dbe): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.text+0x2dfd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.xdata+0x208): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_containr.o):containr.cpp:(.xdata+0x2f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x27b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x669): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x714): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x8ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x8ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text+0x96a ): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata+0x124): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.text.startup+0x244): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_cshelp.o):cshelp.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0x5cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0x610): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0xab7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0x1f25): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0x2478): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.text+0x2589): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0x214): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlcmn.o):ctrlcmn.cpp:(.xdata+0x23c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.text+0x11f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.text+0x251): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.text+0x300): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/ windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.text+0xf5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ctrlsub.o):ctrlsub.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0x2eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0x33a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0x384): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0x3ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0xabd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text+0xad0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata+0x1c0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.text$_ZN11wxPointList10CreateNodeEP10 wxNodeBaseS1_PvRK9wxListKey[_ZN11wxPointList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x71): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata$_ZN11wxPointList10CreateNodeEP1 0wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata$_ZN24wxDCFactoryCleanupModuleD0 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata$_ZN24wxDCFactoryCleanupModuleD1 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata$_ZN10wxMemoryDCD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o): dcbase.cpp:(.xdata$_ZN10wxWindowDCD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbase.o):dcbase.cpp:(.xdata$_ZN11wxPrinterDCD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.text+0x93): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.text+0x11b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata$_ZN23wxSharedDCBufferManage rD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata$_ZN23wxSharedDCBufferManage rD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata$_ZN12wxBufferedDCD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcbufcmn.o):dcbufcmn.cpp:(.xdata$_ZN17wxBufferedPaintDCD0Ev+ 0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0x4d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0x948): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0xbdf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0xf3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0x11eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.text+0x23a5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0x164): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcgraph.o):dcgraph.cpp:(.xdata+0x1dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x2b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.co m/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x2db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x828): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x853): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x98a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.text+0x9b8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcsvg.o):dcsvg.cpp:(.xdata+0x168): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlcmn.o):dirctrlcmn.cpp:(.text+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlcmn.o):dirctrlcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x1ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x2fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x566): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x3aa8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x3ad4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text+0x3afa): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0x164): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com /dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata+0x1a4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN18wxTextSizerWrapper12OnOutpu tLineERK8wxString[_ZN18wxTextSizerWrapper12OnOutputLineERK8wxString]+0x144): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN18wxTextSizerWrapper12OnOutpu tLineERK8wxString[_ZN18wxTextSizerWrapper12OnOutputLineERK8wxString]+0x157): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata$_ZN18wxTextSizerWrapper12OnOutp utLineERK8wxString+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN8wxButtonC1EP8wxWindowiRK8wxS tringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN8wxButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_]+0x132): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN8wxButtonC1EP8wxWindowiRK8wxS tringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN8wxButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_]+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN8wxButtonC1EP8wxWindowiRK8wxS tringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN8wxButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_]+0x166): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata$_ZN8wxButtonC1EP8wxWindowiRK8wx StringRK7wxPointRK6wxSizelRK11wxValidatorS4_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text$_ZN18wxTextSizerWrapper12OnCreat eLineERK8wxString[_ZN18wxTextSizerWrapper12OnCreateLineERK8wxString]+0x17a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata$_ZN18wxTextSizerWrapper12OnCrea teLineERK8wxString+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.text.startup+0x3d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dlgcmn.o):dlgcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0x639): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0xc66): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0xdf6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0x1329): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0x1396): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text+0x14c0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+ 0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+0x1d4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata+0x248): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.text$_ZN22wxSimpleDataObjectList10C reateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN22wxSimpleDataObjectList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dobjcmn.o):dobjcmn.cpp:(.xdata$_ZN22wxSimpleDataObjectList10 CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docmdi.o):docmdi.cpp:(.xdata$_ZN18wxDocMDIChildFrameD1Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docmdi.o):docmdi.cpp:(.xdata$_ZN18wxDocMDIChildFrameD0Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0x609): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0x70d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0xf6c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0x1286): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0x1413): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.text+0x1566): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0x21c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0x234): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata+0x250): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview. cpp:(.text.startup+0xc1f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_docview.o):docview.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.text+0x13b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.text+0x393): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.xdata$_ZN15wxDisplayModuleD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dpycmn.o):dpycmn.cpp:(.xdata$_ZN15wxDisplayModuleD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dseldlg.o):dseldlg.cpp:(.text+0x329): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dseldlg.o):dseldlg.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.text+0xda): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.text+0x2fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.xdata$_ZN17wxFindDialogEventD0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.xdata$_ZN17wxFindDialogEventD1Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.text$_ZNK17wxFindDialogEvent5Clon eEv[_ZNK17wxFindDialogEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fddlgcmn.o):fddlgcmn.cpp:(.xdata$_ZNK17wxFindDialogEvent5Clo neEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x108): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x340): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x353): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x56f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/gith ub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x58d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text+0x7f8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata+0x148): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.text$_ZNK15wxFileCtrlEvent5 CloneEv[_ZNK15wxFileCtrlEvent5CloneEv]+0x183): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlcmn.o):filectrlcmn.cpp:(.xdata$_ZNK15wxFileCtrlEvent 5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0x119): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0x179): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0x722): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0x971): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0x98f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.text+0xd73): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filehistorycmn.o):filehistorycmn.cpp:(.xdata+0x194): more un defined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0xfa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0x3b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0x678): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0x84e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0x985): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text+0xe25): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata+0x144): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text$_ZN15wxDirPickerCt rl12CreatePickerEP8wxWindowRK8wxStringS4_S4_[_ZN15wxDirPickerCtrl12CreatePickerEP8wxWindowRK8wxStringS4_S4_]+0x6d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata$_ZN15wxDirPickerC trl12CreatePickerEP8wxWindowRK8wxStringS4_S4_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text$_ZN16wxFilePickerC trl12CreatePickerEP8wxWindowRK8wxStringS4_S4_[_ZN16wxFilePickerCtrl12CreatePickerEP8wxWindowRK8wxStringS4_S4_]+0x669): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata$_ZN16wxFilePicker Ctrl12CreatePickerEP8wxWindowRK8wxStringS4_S4_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.text$_ZNK20wxFileDirPic kerEvent5CloneEv[_ZNK20wxFileDirPickerEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickercmn.o):filepickercmn.cpp:(.xdata$_ZNK20wxFileDirPi ckerEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0xda): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/window s_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0x38b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0x572): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0x585): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0x624): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text+0x94f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata+0x11c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.text$_ZNK17wxFontPicker Event5CloneEv[_ZNK17wxFontPickerEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickercmn.o):fontpickercmn.cpp:(.xdata$_ZNK17wxFontPicke rEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x1b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x392): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x3b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x582): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x5a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.text+0x84a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monol ib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fldlgcmn.o):fldlgcmn.cpp:(.xdata+0x128): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0x26e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0x32f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0x4b7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0x57a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0x6c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.text+0xb33): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontcmn.o):fontcmn.cpp:(.xdata+0xe4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.text+0x19b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.text+0x1d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.text+0x4bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.text+0x6a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontdata.o):fontdata.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh 0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0xa1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0xca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0x154): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0x17d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0x3d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.text+0x3ef): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontenumcmn.o):fontenumcmn.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x32f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x4ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x4dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x17eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.text+0x3ea8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontmap.o):fontmap.cpp:(.xdata$_ZN23wxFontMapperPathChangerD 1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0x19c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0x2d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/don tpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0xc9c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0xdd1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0x101d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text+0x119d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata+0x1b8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.text.startup+0x238): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framecmn.o):framecmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gaugecmn.o):gaugecmn.cpp:(.text+0x1a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gaugecmn.o):gaugecmn.cpp:(.text+0x3dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gaugecmn.o):gaugecmn.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gaugecmn.o):gaugecmn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text+0x82): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text+0xa91): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text+0x28cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text+0x299d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text+0x2a7b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdat a+0x22c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdata+0x254): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdata+0x27c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.text$_ZN7wxSizer9AddSpacerEi[_ZN7wx Sizer9AddSpacerEi]+0x6c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gbsizer.o):gbsizer.cpp:(.xdata$_ZN7wxSizer9AddSpacerEi+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0x87b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0x8a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0x8cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0x96e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0xbe4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text+0xd5e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata+0xf8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.text.startup+0x226): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdicmn.o):gdicmn.cpp:(.xdata.startup+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0xbac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x146e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x1586): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x1676): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x1766): undefined reference to `_Unwind_Resume' C:/Source/Go/src /github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x1866): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x180): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_graphcmn.o):graphcmn.cpp:(.xdata+0x198): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0x252): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0x735): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0x829): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0x8bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0x9dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text+0xb16): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata+0x144): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text$_ZNK17wxHeaderCtrl Event5CloneEv[_ZNK17wxHeaderCtrlEvent5CloneEv]+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata$_ZNK17wxHeaderCtr lEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.text.startup+0x26e): undefined refer ence to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_headerctrlcmn.o):headerctrlcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0x86): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0x2c3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0x31d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0xca6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0xf15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.text+0x1778): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_iconbndl.o):iconbndl.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagall.o):imagall.cpp:(.text+0x21cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagall.o):imagall.cpp:(.text+0x23f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagall.o):imagall.cpp:(.xdata$_ZN14wxImageHandlerD2Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagall.o):imagall.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0x4cc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0x85e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0xb75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0xd70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0x2786): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.text+0x41b9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/w x/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagbmp.o):imagbmp.cpp:(.xdata+0x270): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0x26c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0x38b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0xaec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0xb90): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0xc5c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text+0xca4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata+0x188): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.text$_ZNK18wxImageVariantData5CloneEv[_ ZNK18wxImageVariantData5CloneEv]+0x81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_image.o):image.cpp:(.xdata$_ZNK18wxImageVariantData5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.text+0xc9e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.text+0x1de5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.text+0x1f58): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cp p:(.text+0x2095): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.text+0x20e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.text+0x3847): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata+0x250): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata+0x394): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata+0x3b8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imaggif.o):imaggif.cpp:(.xdata$_ZN12wxGIFHandlerD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x5ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x9a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x137f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x13a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x13ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.text+0x1459): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata+0x1c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata$_ZN13wxJPEGHandlerD1Ev+0x8) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagjpeg.o):imagjpeg.cpp:(.xdata$_ZN13wxJPEGHandlerD0Ev+0x8) : more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.text+0x586): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.text+0x5a9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.t ext+0xb52): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.text+0xd23): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.text+0x2027): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.text+0x203c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata+0x260): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpcx.o):imagpcx.cpp:(.xdata$_ZN12wxPCXHandlerD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0x513): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0xa4f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0xa6a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0xa9f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0xae8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.text+0x125a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata+0x1bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata+0x404): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpng.o):imagpng.cpp:(.xdata$_ZN12wxPNGHandlerD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x333): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x531): undefined reference to `_Unwind_Resume' C:/S ource/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x54f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x29a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x2fef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.text+0x3023): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata+0x2e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata$_ZN12wxPNMHandlerD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagpnm.o):imagpnm.cpp:(.xdata$_ZN12wxPNMHandlerD0Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x45a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x1039): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x104c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x107b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x108e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.text+0x10a3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata$_ZN12wxTGAHandlerD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata$_ZN12wxTGAHandlerD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtga.o):imagtga.cpp:(.xdata$_ZN9wxPrivate11OnScopeExitI17 wxScopeGuardImpl1IPFvPvEPhEEEvRT_+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0x 65e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0x6e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0x744): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0xe82): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0xee6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.text+0xef9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0x200): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagtiff.o):imagtiff.cpp:(.xdata+0x274): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.text+0x86): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.text+0x283): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.text+0x7eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.xdata$_ZN12wxXPMHandlerD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_imagxpm.o):imagxpm.cpp:(.xdata$_ZN12wxXPMHandlerD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_layout.o):layout.cpp:(.xdata$_ZN28wxIndividualLayoutConstrai ntD1Ev+0x4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.text+0x270): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.text+0x483): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.text+0x729): undefined ref erence to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.text+0xbdf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.text+0xe9e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_lboxcmn.o):lboxcmn.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0x253): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0x48e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0x736): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0x9b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0xb8d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text+0xdf2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata+0x168): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.text$_ZNK11wxListEvent5Clon eEv[_ZNK11wxListEvent5CloneEv]+0x353): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listctrlcmn.o):listctrlcmn.cpp:(.xdata$_ZNK11wxListEvent5Clo neEv+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x360): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/l ibwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x76b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x77e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x791): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x7a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.text+0x7bb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.xdata+0x36c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markupparser.o):markupparser.cpp:(.xdata+0x58c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0xb4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0xae7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0xc13): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0xd84): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0xf12): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text+0x1069): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata+0x154): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.text$_ZN10wxMenuList10CreateNodeEP1 0wxNodeBaseS1_PvRK9wxListKey[_ZN10wxMenuList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined refe rence to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_menucmn.o):menucmn.cpp:(.xdata$_ZN10wxMenuList10CreateNodeEP 10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_modalhook.o):modalhook.cpp:(.text+0x43f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_modalhook.o):modalhook.cpp:(.text+0x583): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_modalhook.o):modalhook.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_modalhook.o):modalhook.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.text+0x64): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.text+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.text+0x38a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_nbkbase.o):nbkbase.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x3af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x3cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x3ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x40a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x426): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.text+0x606): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ownerdrwcmn.o):ownerdrwcmn.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0xbb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0x1a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0x1e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0x280): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/do ntpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0x367): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text+0x92c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata+0xd4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.text$_ZN20wxPrintPaperTypeList10CreateN odeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN20wxPrintPaperTypeList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata$_ZN20wxPrintPaperTypeList10Create NodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata$_ZN18wxPrintPaperModuleD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata$_ZN18wxPrintPaperModuleD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata$_ZN16wxPrintPaperTypeD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_paper.o):paper.cpp:(.xdata$_ZN16wxPrintPaperTypeD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_panelcmn.o):panelcmn.cpp:(.text+0x87): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_panelcmn.o):panelcmn.cpp:(.text+0x2a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_panelcmn.o):panelcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_panelcmn.o):panelcmn.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.text+0xb7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.text+0x2e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.text+0xce7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.text+0xd10): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic9 2/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.text+0xe3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_pickerbase.o):pickerbase.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0x192): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0x20a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0x3aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0x5ec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0xcb0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text+0xcd3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata+0x190): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.text.startup+0x48b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_popupcmn.o):popupcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencescmn.o):preferencescmn.cpp:(.text+0x62d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencescmn.o):preferencescmn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text+0x8fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text+0x94e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text+0x9ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31 u.a(monolib_prntbase.o):prntbase.cpp:(.text+0xa04): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text+0xa54): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text+0xaa4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x16c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x1ac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x1ec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata+0x20c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN7wxSizer3AddEP8wxWindowRK 12wxSizerFlags[_ZN7wxSizer3AddEP8wxWindowRK12wxSizerFlags]+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata$_ZN7wxSizer3AddEP8wxWindowR K12wxSizerFlags+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrl11On TextEnterER14wxCommandEvent[_ZN19wxPrintPageTextCtrl11OnTextEnterER14wxCommandEvent]+0xc3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata$_ZN19wxPrintPageTextCtrl11O nTextEnterER14wxCommandEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrl13Se tPageNumberEi[_ZN19wxPrintPageTextCtrl13SetPageNumberEi]+0x2be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrl13Se tPageNumberEi[_ZN19wxPrintPageTextCtrl13SetPageNumberEi]+0x2d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrl13Se tPageNumberEi[_ZN19wxPrintPageTextCtrl13SetPageNumberEi]+0x30c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata$_ZN19wxPrintPageTextCtrl13S etPageNumberEi+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrl11On KillFocusER12wxFocusEvent[_ZN19wxPrintPageTextCtrl11OnKillFocusER12wxFocusEvent]+0xe2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata$_ZN19wxPrintPageTextCtrl11O nKillFocusER12wxFocusEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbas e.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrlC1EP19wxPreviewControlBar[_ZN19wxPrintPageTextCtrlC1EP19wxPreviewControlBar]+0x7e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text$_ZN19wxPrintPageTextCtrlC1EP 19wxPreviewControlBar[_ZN19wxPrintPageTextCtrlC1EP19wxPreviewControlBar]+0x852): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata$_ZN19wxPrintPageTextCtrlC1E P19wxPreviewControlBar+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.text.startup+0xfd1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_prntbase.o):prntbase.cpp:(.xdata.startup+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_quantize.o):quantize.cpp:(.text+0x1d39): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_quantize.o):quantize.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_quantize.o):quantize.cpp:(.xdata$_ZN10wxQuantizeD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_quantize.o):quantize.cpp:(.xdata$_ZN10wxQuantizeD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiobtncmn.o):radiobtncmn.cpp:(.text+0xf8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiobtncmn.o):radiobtncmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.text+0x5c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.text+0x5d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.text+0x86c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.text+0xb89): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_radiocmn.o):radiocmn.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0x6d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0xa62): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0xd7e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo /wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0x1d2e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0x1d81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text+0x1db2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata+0x2a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.text.startup+0x300): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rearrangectrl.o):rearrangectrl.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rendcmn.o):rendcmn.cpp:(.text+0xcad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rendcmn.o):rendcmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rendcmn.o):rendcmn.cpp:(.xdata$_ZN20wxRendererFromDynLibD1Ev +0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rendcmn.o):rendcmn.cpp:(.xdata$_ZN20wxRendererFromDynLibD0Ev +0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.text+0x3b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.text+0x400): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.text+0x57c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.text+0x68c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.text+0x6f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_rgncmn.o):rgncmn.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C :/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrolbarcmn.o):scrolbarcmn.cpp:(.text+0xe5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrolbarcmn.o):scrolbarcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x134): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x1cea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x1eca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x223b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x2312): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.text+0x3a4a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x1ac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x1ec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x20c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sizer.o):sizer.cpp:(.xdata+0x23c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_slidercmn.o):slidercmn.cpp:(.text+0xd6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_slidercmn.o):slidercmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.text+0xeb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.xdata$_ZN11wxSpinEventD0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.text$_ZNK11wxSpinEvent5CloneE v[_ZNK11wxSpinEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinbtncmn.o):spinbtncmn.cpp:(.xdata$_ZNK11wxSpinEvent5Clone Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/G o/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrlcmn.o):spinctrlcmn.cpp:(.text+0xe3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrlcmn.o):spinctrlcmn.cpp:(.text+0x51c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrlcmn.o):spinctrlcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctrlcmn.o):spinctrlcmn.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x8bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x8df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x8f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x2e13): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.text+0x3342): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbar.o):statbar.cpp:(.xdata+0x180): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbmpcmn.o):statbmpcmn.cpp:(.text+0xcf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statbmpcmn.o):statbmpcmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statboxcmn.o):statboxcmn.cpp:(.text+0x268): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statboxcmn.o):statboxcmn.cpp:(.text+0x28b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statboxcmn.o):statboxcmn.cpp:(.text+0x2a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statboxcmn.o):statboxcmn.cpp:(.text+0x2f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statboxcmn.o):statboxcmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ statboxcmn.o):statboxcmn.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statlinecmn.o):statlinecmn.cpp:(.text+0xc7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_statlinecmn.o):statlinecmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0xd7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0x3bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0x4d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0x66a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0x8b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.text+0x986): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextcmn.o):stattextcmn.cpp:(.xdata+0x128): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.text+0x1b00): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.text+0xa571): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.text+0xbc02): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.xdata+0x1f4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stockitem.o):stockitem.cpp:(.xdata+0x10c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x1163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x129c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u .a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x13da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x3675): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x37b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text+0x37da): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x1e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata+0x220): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.text$_ZN18wxToolBarToolsList10Cre ateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN18wxToolBarToolsList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tbarbase.o):tbarbase.cpp:(.xdata$_ZN18wxToolBarToolsList10Cr eateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x3d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x4bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x932): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x1d51): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x1fea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.text+0x23c8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0x18c): undefi ned reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textcmn.o):textcmn.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0x335): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0x43a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0x45d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0x792): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0x7cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text+0xaa0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata+0x154): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text$_ZN19wxTextEntryHint Data11OnKillFocusER12wxFocusEvent[_ZN19wxTextEntryHintData11OnKillFocusER12wxFocusEvent]+0xe8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata$_ZN19wxTextEntryHin tData11OnKillFocusER12wxFocusEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text$_ZN19wxTextEntryHint Data13OnTextChangedER14wxCommandEvent[_ZN19wxTextEntryHintData13OnTextChangedER14wxCommandEvent]+0x12d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata$_ZN19wxTextEntryHin tData13OnTextChangedER14wxCommandEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text$_ZN19wxTextEntryHint Data10OnSetFocusER12wxFocusEvent[_ZN19wxTextEntryHintData10OnSetFocusER12wxFocusEvent]+0x140): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text$_ZN19wxTextEntryHint Data10OnSetFocusER12wxFocusEvent[_ZN19wxTextEntryHintData10OnSetFocusER12wxFocusEvent]+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpan ic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.text$_ZN19wxTextEntryHintData10OnSetFocusER12wxFocusEvent[_Z N19wxTextEntryHintData10OnSetFocusER12wxFocusEvent]+0x176): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textentrycmn.o):textentrycmn.cpp:(.xdata$_ZN19wxTextEntryHin tData10OnSetFocusER12wxFocusEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.text+0x343): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.text+0x77b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.text+0x8a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.text+0x976): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.text+0xc37): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textmeasurecmn.o):textmeasurecmn.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text+0x4b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text+0x558): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text+0x1825): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text+0x1a03): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text+0x1cda): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.c om/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata+0x17c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.text.startup+0x1db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toplvcmn.o):toplvcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x462): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x5c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x610): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x778): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x79a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text+0x7ad): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata+0x17c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.text$_ZNK11wxTreeEvent5CloneEv[_Z NK11wxTreeEvent5CloneEv]+0x3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebase.o):treebase.cpp:(.xdata$_ZNK11wxTreeEvent5CloneEv+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uiactioncmn.o):uiactioncmn.cpp:(.text+0x4ca): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uiactioncmn.o):uiactioncmn.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.text+0x831): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.text+0x10b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.text+0x1236): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/sr c/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.text$_Z6wxAtofRK8wxString[_Z6wxAtofRK 8wxString]+0x173): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.text$_Z6wxAtofRK8wxString[_Z6wxAtofRK 8wxString]+0x188): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valgen.o):valgen.cpp:(.xdata$_Z6wxAtofRK8wxString+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_validate.o):validate.cpp:(.text+0x56): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_validate.o):validate.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x1b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x45f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x4c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x593): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x2698): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text+0x2791): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata+0x130): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text$_ZNK15wxTextValidator5CloneEv[ _ZNK15wxTextValidator5CloneEv]+0x3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata$_ZNK15wxTextValidator5CloneEv +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.text.startup+0x18f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valtext.o):valtext.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.t ext+0x8f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text+0x9df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text+0xb2c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text+0xc37): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text+0x156b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text+0x1d73): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x1d0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x2a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata+0x328): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.text.startup+0x3d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wincmn.o):wincmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.text+0x83e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.text+0x12f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.text+0x1372): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.text+0x138d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.text+0x13ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_windowid.o):windowid.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x427): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x454): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x476): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u .a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x4ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x8cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.text+0x8f0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wrapsizer.o):wrapsizer.cpp:(.xdata+0xd8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.text+0x2716): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.text+0x36a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.text+0x36bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.xdata+0x278): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.text$_ZN14wxXPMColourMapixERK8wxS tring[_ZN14wxXPMColourMapixERK8wxString]+0x221): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xpmdecod.o):xpmdecod.cpp:(.xdata$_ZN14wxXPMColourMapixERK8wx String+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x1896): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x1907): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x19de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x1a20): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x1a4e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.text+0x1a7d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.xdata+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic9 2/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_busyinfo.o):busyinfo.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x110): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x1eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x2372): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x4c75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x4c88): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text+0x4c9d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0x180): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.text.startup+0x242): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicdgg.o):choicdgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0x1f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0x5cc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0xf4f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0xf80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0xfa3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text+0xfc3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbk g.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.text.startup+0x18d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_choicbkg.o):choicbkg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.text+0x232): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.text+0x54e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.text+0xae7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_collheaderctrlg.o):collheaderctrlg.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0x69b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0xa6b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0xaa7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0xceb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0x10b7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text+0x10ca): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0x1a8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0x1e0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata+0x218): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.text.startup+0x52c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dirctrlg.o):dirctrlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxms w31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0x73d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0x916): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0x9d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0x9e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0xc5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text+0xf31): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata+0x180): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text$_ZN10wxBoxSizerC1Ei[_ZN10w xBoxSizerC1Ei]+0x145): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text$_ZN10wxBoxSizerC1Ei[_ZN10w xBoxSizerC1Ei]+0x167): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata$_ZN10wxBoxSizerC1Ei+0x10) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text$_ZN7wxSizer3AddEPS_RK12wxS izerFlags[_ZN7wxSizer3AddEPS_RK12wxSizerFlags]+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata$_ZN7wxSizer3AddEPS_RK12wx SizerFlags+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.text.startup+0x5d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filectrlg.o):filectrlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text+0x9a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text+0x9ce): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text+0xe73): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_info bar.o):infobar.cpp:(.text+0xeb3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text+0xec6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text+0xedb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.xdata+0x2dc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.text.startup+0x109): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_infobar.o):infobar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0x290): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0x77c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0xa4a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0xb74): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0xeb8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text+0x134f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata+0x18c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.text.startup+0x20c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_listbkg.o):listbkg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0x409): undefined reference to `_Unwind_Resume' C:/Source/Go/sr c/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0x48f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0x545): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0xcf5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0xec1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text+0x126c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata+0x170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text$_ZN8wxString6appendEPKc[_ZN8wxString 6appendEPKc]+0x147): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text$_ZN8wxString6appendEPKc[_ZN8wxString 6appendEPKc]+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata$_ZN8wxString6appendEPKc+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text$_ZN8wxLogger12DoLogWithPtrEPvPKwz[_Z N8wxLogger12DoLogWithPtrEPvPKwz]+0x377): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text$_ZN8wxLogger12DoLogWithPtrEPvPKwz[_Z N8wxLogger12DoLogWithPtrEPvPKwz]+0x38a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text$_ZN8wxLogger12DoLogWithPtrEPvPKwz[_Z N8wxLogger12DoLogWithPtrEPvPKwz]+0x3b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata$_ZN8wxLogger12DoLogWithPtrEPvPKwz+0 x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.text.startup+0x461): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_logg.o):logg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0x802): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0x936): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/li bwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0xac2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0xfc7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0xfe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text+0x1043): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata+0xd0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput11OnSpanStartERK22wxMarkupSpanAttributes[_ZN24wxMarkupParserAttrOutput11OnSpanStartERK22wxMarkupSpanAttributes]+0x803): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output11OnSpanStartERK22wxMarkupSpanAttributes+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput15OnTeletypeStartEv[_ZN24wxMarkupParserAttrOutput15OnTeletypeStartEv]+0x61a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output15OnTeletypeStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput18OnStrikethroughEndEv[_ZN24wxMarkupParserAttrOutput18OnStrikethroughEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output18OnStrikethroughEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput20OnStrikethroughStartEv[_ZN24wxMarkupParserAttrOutput20OnStrikethroughStartEv]+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output20OnStrikethroughStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput10OnBigStartEv[_ZN24wxMarkupParserAttrOutput10OnBigStartEv]+0x608): undefined reference to `_Unwind_Resume' C: /Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttrOu tput10OnBigStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput13OnItalicStartEv[_ZN24wxMarkupParserAttrOutput13OnItalicStartEv]+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output13OnItalicStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput11OnBoldStartEv[_ZN24wxMarkupParserAttrOutput11OnBoldStartEv]+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output11OnBoldStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput17OnUnderlinedStartEv[_ZN24wxMarkupParserAttrOutput17OnUnderlinedStartEv]+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output17OnUnderlinedStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput12OnSmallStartEv[_ZN24wxMarkupParserAttrOutput12OnSmallStartEv]+0x608): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output12OnSmallStartEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput10OnSmallEndEv[_ZN24wxMarkupParserAttrOutput10OnSmallEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output10OnSmallEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput11OnItalicEndEv[_ZN24wxMarkupParserAttrOutput11OnItalicEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output11OnItalicEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput13OnTeletypeEndEv[_ZN24wxMarkupParserAttrOutput13OnTeletypeEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output13OnTeletypeEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput9OnBoldEndEv[_ZN24wxMarkupParserAttrOutput9OnBoldEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output9 OnBoldEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput9OnSpanEndERK22wxMarkupSpanAttributes[_ZN24wxMarkupParserAttrOutput9OnSpanEndERK22wxMarkupSpanAttributes]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output9OnSpanEndERK22wxMarkupSpanAttributes+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput8OnBigEndEv[_ZN24wxMarkupParserAttrOutput8OnBigEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output8OnBigEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.text$_ZN24wxMarkupParserAttrO utput15OnUnderlinedEndEv[_ZN24wxMarkupParserAttrOutput15OnUnderlinedEndEv]+0x209): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN24wxMarkupParserAttr Output15OnUnderlinedEndEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_markuptext.o):markuptext.cpp:(.xdata$_ZN8wxVectorIN24wxMarku pParserAttrOutput4AttrEE5clearEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x60a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x64f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x1417): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x142a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x1457): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text+0x14bb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata+0x1d4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata+0x34c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text.startup+0x29c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text$_ZN18wxTitleTextWrapper12OnCre ateLineERK8wxString[_ZN18wxTi tleTextWrapper12OnCreateLineERK8wxString]+0x2ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.text$_ZN18wxTitleTextWrapper12OnCre ateLineERK8wxString[_ZN18wxTitleTextWrapper12OnCreateLineERK8wxString]+0x329): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_msgdlgg.o):msgdlgg.cpp:(.xdata$_ZN18wxTitleTextWrapper12OnCr eateLineERK8wxString+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0xf26): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0xf49): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0xf78): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0xf8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0xfd4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text+0x101d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.text.startup+0x1f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numdlgg.o):numdlgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0x3d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0x3e8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0x8f5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0xbea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0x13bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text+0x1411): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/w indows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata+0x238): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.text.startup+0x232): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_progdlgg.o):progdlgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.text+0x50d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.text+0x11a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.text+0x11cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.text+0x137f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_preferencesg.o):preferencesg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0x4ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0x51f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0x534): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0x593): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0xfee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text+0x1029): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.text.startup+0x174): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richmsgdlgg.o):richmsgdlgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0x459): undefined reference to `_Unwind_R esume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0x78a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0x91d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0xc3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0x13e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.text+0x15b0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_scrlwing.o):scrlwing.cpp:(.xdata+0x1b0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x24f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x4dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x777): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x2c48): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x3072): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text+0x31a1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wx Go/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text$_ZN21wxSpinCtrlTextGeneric11OnTextEventER14wxCommandEvent[_ZN21wxSpinC trlTextGeneric11OnTextEventER14wxCommandEvent]+0x18a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text$_ZN21wxSpinCtrlTextGeneric11 OnTextEventER14wxCommandEvent[_ZN21wxSpinCtrlTextGeneric11OnTextEventER14wxCommandEvent]+0x1d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata$_ZN21wxSpinCtrlTextGeneric1 1OnTextEventER14wxCommandEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text$_ZNK17wxSpinDoubleEvent5Clon eEv[_ZNK17wxSpinDoubleEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata$_ZNK17wxSpinDoubleEvent5Clo neEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.text.startup+0x559): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_spinctlg.o):spinctlg.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0x32c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0x7bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0x847): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0xa6e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0xa81): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text+0xa94): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata+0x158): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text$_ZNK15wxSplitterEvent5CloneE v[_ZNK15wxSplitterEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata$_ZNK15wxSplitterEvent5Clone Ev+0x10): undefined reference to `__gxx_pers onality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.text.startup+0xac0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splitter.o):splitter.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0xb2b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0x10e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0x14bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0x179b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0x18e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text+0x2188): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x1b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x248): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x278): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata+0x2a8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE9SetCursorERK8wxCursor[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE9SetCursorERK8wxCursor]+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE9SetCursorERK8wxCursor+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE12DoSetToolTipEP9wxToolTip[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE12DoSetToolTipEP9wxToolTip]+0x82): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE12DoSetToolTipEP9wxToolTip+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE18SetLayoutDirectionE17wxLayoutDirection[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE18SetLayoutDirectionE 17wxLayoutDirection]+0xb2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd 64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE18SetLayoutDirectionE17wxLayo utDirection+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE19SetBackgroundColourERK8wxColour[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE19SetBackgroundColourERK8wxC olour]+0x110): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE19SetBackgroundColourERK8wxColour+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE7SetFontERK6wxFont[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE7SetFontERK6wxFont]+0xcb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE7SetFontERK6wxFont+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWindowI19wxN avigationEnabledI9wxControlEE19SetForegroundColourERK8wxColour[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE19SetForegroundColourERK8wxC olour]+0x110): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE19SetForegroundColourERK8wxColour+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN16wxSearchTextCtrl9OnText UrlER14wxTextUrlEvent[_ZN16wxSearchTextCtrl9OnTextUrlER14wxTextUrlEvent]+0x1ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN16wxSearchTextCtrl9OnText UrlER14wxTextUrlEvent[_ZN16wxSearchTextCtrl9OnTextUrlER14wxTextUrlEvent]+0x261): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN16wxSearchTextCtrl9OnTex tUrlER14wxTextUrlEvent+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN16wxSearchCtrlBaseD2Ev+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN14wxSearchButton7OnPaintE R12wxPaintEvent[_ZN14wxSearchButton7OnPaintER12wxPaintEvent]+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN14wxSearchButton7OnPaint ER12wxPaintEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN14wxSearchButton8OnLeftUp ER12wxMouseEvent[_ZN14wxSearchButton8OnLeftUpER12wxMouseEvent]+0x229): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN14wxSearchButton8OnLeftU pER12wxMouseEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN17wxCompositeWi ndowI19wxNavigationEnabledI9wxControlEE16DoSetToolTipTextERK8wxString[_ZN17wxCompositeWindowI19wxNavigationEnabledI9wxControlEE16DoSetToolTipTextERK 8wxString]+0xc7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN17wxCompositeWindowI19wx NavigationEnabledI9wxControlEE16DoSetToolTipTextERK8wxString+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN16wxSearchTextCtrl6OnText ER14wxCommandEvent[_ZN16wxSearchTextCtrl6OnTextER14wxCommandEvent]+0x18a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text$_ZN16wxSearchTextCtrl6OnText ER14wxCommandEvent[_ZN16wxSearchTextCtrl6OnTextER14wxCommandEvent]+0x1d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata$_ZN16wxSearchTextCtrl6OnTex tER14wxCommandEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.text.startup+0x563): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_srchctlg.o):srchctlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.text+0x10b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.text+0x3c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.text+0x7b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.text+0x87a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.text+0x9e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stattextg.o):stattextg.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text+0x205): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text+0x3a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text+0x1091): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text+0x1180): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mo nolib_textdlgg.o):textdlgg.cpp:(.text+0x11a9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text+0x11dd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.text.startup+0x1f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_textdlgg.o):textdlgg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0x57f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0x592): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0x5bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0x600): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0x9a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text+0xb7b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.text.startup+0x40f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipwin.o):tipwin.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0x1e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0x2b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0x858): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0xe9f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0xeb4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx /windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text+0xed1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.text.startup+0x250): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_toolbkg.o):toolbkg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0xaf8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0x199f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0x19d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0x19e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0x1a32): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text+0x1f90): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.xdata+0x1ec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.xdata+0x228): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.text.startup+0x27c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treebkg.o):treebkg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0x2b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0x2db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0x61f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0x746): undefined reference to `_Unwind_Resume ' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0xbf5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text+0x14ff): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata+0x1d0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.text.startup+0x3ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vlbox.o):vlbox.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vscroll.o):vscroll.cpp:(.text+0xe8d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vscroll.o):vscroll.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vscroll.o):vscroll.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_vscroll.o):vscroll.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlreshandler.o):xmlreshandler.cpp:(.text+0x1bd6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlreshandler.o):xmlreshandler.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0x950): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0x96b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0x9f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0xa1f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0xaa3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.text+0xafa): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libw xmsw31u.a(monolib_animatecmn.o):animatecmn.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcboxcmn.o):bmpcboxcmn.cpp:(.text+0xa0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcboxcmn.o):bmpcboxcmn.cpp:(.text+0xa31): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcboxcmn.o):bmpcboxcmn.cpp:(.text+0xa54): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcboxcmn.o):bmpcboxcmn.cpp:(.text+0xaad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcboxcmn.o):bmpcboxcmn.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text+0xd8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text+0x1c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text+0x2ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text+0xa32): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text+0xc45): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata+0x124): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text$_ZNK15wxCalendarEvent5Cl oneEv[_ZNK15wxCalendarEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata$_ZNK15wxCalendarEvent5C loneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text$_ZNK11wxDateEvent5CloneE v[_ZNK11wxDateEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata$_ZNK11wxDateEvent5Clone Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.text.startup+0x2d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_c alctrlcmn.o):calctrlcmn.cpp:(.text.startup+0x30f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrlcmn.o):calctrlcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x9ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x1426): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x1456): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x16fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x1778): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text+0x17e2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x258): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x2c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x2fc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x31c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata+0x33c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN24wxDataViewModelNotifier s10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN24wxDataViewModelNotifiers10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN24wxDataViewModelNotifie rs10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN27wxDataViewTreeStoreNode List10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN27wxDataViewTreeStoreNodeList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN27wxDataViewTreeStoreNod eList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZNK18wxDataViewCtrlBase17Ge tSortingColumnsEv[_ZNK18wxDataViewCtrlBase17GetSortingColumnsEv]+0xd0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZNK18wxDataViewCtrlBase17G etSortingColumnsEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(m onolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN9wxPrivate24wxAnyValueTypeOpsGenericI18wxDataViewIconTextE10DataHolderIS1_ED1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN18wxDataViewIconTextD0Ev +0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN9wxPrivate24wxAnyValueTy peOpsGenericI18wxDataViewIconTextE10DataHolderIS1_ED0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN29wxDataViewIconTextVari antDataD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN29wxDataViewIconTextVari antDataD0Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN14wxDataViewCtrlC2Ev[_ZN1 4wxDataViewCtrlC2Ev]+0x1cc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN14wxDataViewCtrlC2Ev[_ZN1 4wxDataViewCtrlC2Ev]+0x244): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN14wxDataViewCtrlC2Ev[_ZN1 4wxDataViewCtrlC2Ev]+0x283): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN14wxDataViewCtrlC2Ev+0x1 0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN16wxDataViewColumnC1ERK8w xStringP18wxDataViewRendererji11wxAlignmenti[_ZN16wxDataViewColumnC1ERK8wxStringP18wxDataViewRendererji11wxAlignmenti]+0x9e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN16wxDataViewColumnC1ERK8 wxStringP18wxDataViewRendererji11wxAlignmenti+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZNK15wxDataViewEvent5CloneE v[_ZNK15wxDataViewEvent5CloneEv]+0x1ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZNK15wxDataViewEvent5Clone Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZN18wxDataViewIconTextC1ERK 8wxStringRK6wxIcon[_ZN18wxDataViewIconTextC1ERK8wxStringRK6wxIcon]+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN18wxDataViewIconTextC1ER K8wxStringRK6wxIcon+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZNK29wxDataViewIconTextVari antData5CloneEv[_ZNK29wxDataViewIconTextVariantData5CloneEv]+0x143): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZNK29wxDataViewIconTextVar iantData5CloneEv+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text$_ZNK22wxAnyValueTypeImplBase I18wxDataViewIconTextE10CopyBufferERK16wxAn yValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI18wxDataViewIconTextE10CopyBufferERK16wxAnyValueBufferRS2_]+0x15f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBas eI18wxDataViewIconTextE10CopyBufferERK16wxAnyValueBufferRS2_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.text.startup+0x7e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN15wxDataViewEventD1Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavcmn.o):datavcmn.cpp:(.xdata$_ZN15wxDataViewEventD0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.text+0xda): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.text+0x297): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.text+0xc4c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata$_ZN16wxHyperlinkEvent D0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata$_ZN16wxHyperlinkEvent D1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.text$_ZNK16wxHyperlinkEvent 5CloneEv[_ZNK16wxHyperlinkEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlnkcmn.o):hyperlnkcmn.cpp:(.xdata$_ZNK16wxHyperlinkEven t5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.text+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.text+0x20db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.text+0x22a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.text+0x27b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.text+0x321a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.c pp:(.text+0x323d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlgg.o):aboutdlgg.cpp:(.xdata+0x1f4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0x340): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0x363): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0x6fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0x89f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0xa85): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text+0xd0e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.text.startup+0x170): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata$_ZN14wxBannerWindow D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bannerwindow.o):bannerwindow.cpp:(.xdata$_ZN14wxBannerWindow D 0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0x55b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0x98b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0xdd9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0x1232): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0x129d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text+0x1380): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0x1e8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0x244): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata+0x264): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN15wxDataViewEventC1Eii[_Z N15wxDataViewEventC1Eii]+0x164): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN15wxDataViewEventC1Eii+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN14wxBitmapCanvas7OnPaintE R12wxPaintEvent[_ZN14wxBitmapCanvas7OnPaintER12wxPaintEvent]+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN14wxBitmapCanvas7OnPaint ER12wxPaintEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN18wxDataViewTreeNode14Set HasChildrenEb[_ZN18wxDataViewTreeNode14SetHasChildrenEb]+0x85): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN18wxDataViewTreeNode14Se tHasChildrenEb+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN26wxDataViewIconTextRend ererD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN26wxDataViewIconTextRend ererD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text.startup+0x1 22e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN22wxDataViewHeaderWindow9 SendEventEij[_ZN22wxDataViewHeaderWindow9SendEventEij]+0x241): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN22wxDataViewHeaderWindow9 SendEventEij[_ZN22wxDataViewHeaderWindow9SendEventEij]+0x254): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN22wxDataViewHeaderWindow 9SendEventEij+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.text$_ZN20wxDataViewDropSource12G iveFeedbackE12wxDragResult[_ZN20wxDataViewDropSource12GiveFeedbackE12wxDragResult]+0x3d0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datavgen.o):datavgen.cpp:(.xdata$_ZN20wxDataViewDropSource12 GiveFeedbackE12wxDragResult+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0x454): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0x56c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0x75f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0xaf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0xbdc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text+0x366a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata+0x90): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.text.startup+0x5b0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editlbox.o):editlbox.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0x970): undefined reference to `_Unwind_Resume' C:/Sou rce/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0xb0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0xcbc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0xe9a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0xf35): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text+0x10aa): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x180): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x1a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x1d8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x20c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x23c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata+0x274): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl12OnRightClickE R17wxHeaderCtrlEvent[_ZN16wxGridHeaderCtrl12OnRightClickER17wxHeaderCtrlEvent]+0xb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl12OnRightClickE R17wxHeaderCtrlEvent[_ZN16wxGridHeaderCtrl12OnRightClickER17wxHeaderCtrlEvent]+0xd8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN16wxGridHeaderCtrl12OnRightClick ER17wxHeaderCtrlEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl13OnDoubleClick ER17wxHeaderCtrlEvent[_ZN16wxGridHeaderCtrl13OnDoubleClickER17wxHeaderCtrlEvent]+0xb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl13OnDoubleClick ER17wxHeaderCtrlEvent[_ZN16wxGridHeaderCtrl13OnDoubleClickER17wxHeaderCtrlEvent]+0xd8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN16wxGridHeaderCtrl13OnDoubleClic kER17wxHeaderCtrlEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl7OnClickER17wxH eaderCtrlEvent[_ZN16wxGridHeaderCtrl7OnClickER17wxHeaderCtrlEvent]+0xbb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl7OnClickER17wxH eaderCtrlEvent[_ZN16wxGridHeaderCtrl7OnClickER17wxHeaderCtrlEvent]+0xde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN16wxGridHeaderCtrl7OnClickER17wx HeaderCtrlEvent+0x1 0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN18wxGridUpdateLockerD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZNK22wxGridRangeSelectEvent5CloneEv [_ZNK22wxGridRangeSelectEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZNK22wxGridRangeSelectEvent5CloneE v+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl22UpdateColumnV isibilityEjb[_ZN16wxGridHeaderCtrl22UpdateColumnVisibilityEjb]+0xb7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl22UpdateColumnV isibilityEjb[_ZN16wxGridHeaderCtrl22UpdateColumnVisibilityEjb]+0xda): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN16wxGridHeaderCtrl22UpdateColumn VisibilityEjb+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZNK11wxGridEvent5CloneEv[_ZNK11wxGr idEvent5CloneEv]+0x177): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZNK11wxGridEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZNK24wxGridEditorCreatedEvent5Clone Ev[_ZNK24wxGridEditorCreatedEvent5CloneEv]+0x13f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZNK24wxGridEditorCreatedEvent5Clon eEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZNK15wxGridSizeEvent5CloneEv[_ZNK15 wxGridSizeEvent5CloneEv]+0x163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZNK15wxGridSizeEvent5CloneEv+0x10) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text$_ZN16wxGridHeaderCtrl11OnEndResizeER 17wxHeaderCtrlEvent[_ZN16wxGridHeaderCtrl11OnEndResizeER17wxHeaderCtrlEvent]+0x98): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata$_ZN16wxGridHeaderCtrl11OnEndResizeE R17wxHeaderCtrlEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.text.startup+0x2ff5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grid.o):grid.cpp:(.xdata.startup+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0x105): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0x3c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0x3e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92 /wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0x51d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0x5c0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text+0xbf5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata+0x17c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text$_ZNK24wxGridCellStringRender er5CloneEv[_ZNK24wxGridCellStringRenderer5CloneEv]+0x50): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata$_ZNK24wxGridCellStringRende rer5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text$_ZNK24wxGridCellNumberRender er5CloneEv[_ZNK24wxGridCellNumberRenderer5CloneEv]+0x50): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata$_ZNK24wxGridCellNumberRende rer5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text$_ZNK22wxGridCellBoolRenderer 5CloneEv[_ZNK22wxGridCellBoolRenderer5CloneEv]+0x50): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata$_ZNK22wxGridCellBoolRendere r5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.text$_ZNK32wxGridCellAutoWrapStri ngRenderer5CloneEv[_ZNK32wxGridCellAutoWrapStringRenderer5CloneEv]+0x75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridctrl.o):gridctrl.cpp:(.xdata$_ZNK32wxGridCellAutoWrapStr ingRenderer5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0x6a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0xd65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0xd78): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0xd9b): undefined refe rence to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0xf2b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text+0x1013): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK24wxFloatingPointV alidatorIdE5CloneEv[_ZNK24wxFloatingPointValidatorIdE5CloneEv]+0x87): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK24wxFloatingPoint ValidatorIdE5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK18wxIntegerValidat orIiE5CloneEv[_ZNK18wxIntegerValidatorIiE5CloneEv]+0x77): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK18wxIntegerValida torIiE5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZN9wxPrivate14wxNumVa lidatorI28wxFloatingPointValidatorBasedE18TransferFromWindowEv[_ZN9wxPrivate14wxNumValidatorI28wxFloatingPointValidatorBasedE18TransferFromWindowEv] +0xd3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZN9wxPrivate14wxNumV alidatorI28wxFloatingPointValidatorBasedE18TransferFromWindowEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZN9wxPrivate14wxNumVa lidatorI22wxIntegerValidatorBaseiE18TransferFromWindowEv[_ZN9wxPrivate14wxNumValidatorI22wxIntegerValidatorBaseiE18TransferFromWindowEv]+0xcc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZN9wxPrivate14wxNumV alidatorI22wxIntegerValidatorBaseiE18TransferFromWindowEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK9wxPrivate14wxNumV alidatorI28wxFloatingPointValidatorBasedE15NormalizeStringERK8wxString[_ZNK9wxPrivate14wxNumValidatorI28wxFloatingPointValidatorBasedE15NormalizeStr ingERK8wxString]+0xde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw3 1u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK9wxPrivate14wxNumValidatorI28wxFloatingPointValidatorBasedE15NormalizeStringERK8wxString+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK9wxPrivate14wxNumV alidatorI22wxIntegerValidatorBaseiE15NormalizeStringERK8wxString[_ZNK9wxPrivate14wxNumValidatorI22wxIntegerValidatorBaseiE15NormalizeStringERK8wxStr ing]+0xdd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK9wxPrivate14wxNum ValidatorI22wxIntegerValidatorBaseiE15NormalizeStringERK8wxString+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZN9wxPrivate14wxNumVa lidatorI28wxFloatingPointValidatorBasedE16TransferToWindowEv[_ZN9wxPrivate14wxNumValidatorI28wxFloatingPointValidatorBasedE16TransferToWindowEv]+0x1 0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZN9wxPrivate14wxNumV alidatorI28wxFloatingPointValidatorBasedE16TransferToWindowEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZN9wxPrivate14wxNumVa lidatorI22wxIntegerValidatorBaseiE16TransferToWindowEv[_ZN9wxPrivate14wxNumValidatorI22wxIntegerValidatorBaseiE16TransferToWindowEv]+0x10c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZN9wxPrivate14wxNumV alidatorI22wxIntegerValidatorBaseiE16TransferToWindowEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK20wxGridCellBoolEd itor5CloneEv[_ZNK20wxGridCellBoolEditor5CloneEv]+0x49): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK20wxGridCellBoolE ditor5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK22wxGridCellNumber Editor5CloneEv[_ZNK22wxGridCellNumberEditor5CloneEv]+0xa9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK22wxGridCellNumbe rEditor5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK30wxGridCellAutoWr apStringEditor5CloneEv[_ZNK30wxGridCellAutoWrapStringEditor5CloneEv]+0x8c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK30wxGridCellAutoW rapStringEditor5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text$_ZNK21wxGridCellFloatE ditor5CloneEv[_ZNK21wxGridCellFloatEditor5CloneEv]+0xe0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata$_ZNK21wxGridCellFloat Editor5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.text.startup+0xb5): undefined reference to `_Unwind_Resume' C:/Source/G o/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_grideditors.o):grideditors.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x6e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x1376): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x18c5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x1b8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x2922): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.text+0x2937): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridsel.o):gridsel.cpp:(.xdata+0x194): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0x643): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0x656): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0x715): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0x887): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0xcbf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.text+0xcda): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_ amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlinkg.o):hyperlinkg.cpp:(.xdata+0x1f0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text+0x14d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text+0x52e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text+0x5c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text+0x794): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text+0x2ac5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata$_ZN22wxQueryLayoutInfoEventD1Ev +0x4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text$_ZNK22wxQueryLayoutInfoEvent5Clo neEv[_ZNK22wxQueryLayoutInfoEvent5CloneEv]+0x64): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata$_ZNK22wxQueryLayoutInfoEvent5Cl oneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text$_ZNK22wxCalculateLayoutEvent5Clo neEv[_ZNK22wxCalculateLayoutEvent5CloneEv]+0x5a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata$_ZNK22wxCalculateLayoutEvent5Cl oneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.text.startup+0x2b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_laywin.o):laywin.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text+0x108): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text+0x3d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text+0x4fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.tex t+0x7e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text+0x807): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text+0x839): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.text.startup+0x18f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propdlg.o):propdlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x25f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x707): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x9f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x2dc3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x304d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text+0x3069): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata+0x138): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text$_ZNK11wxSashEvent5CloneEv[_ZNK 11wxSashEvent5CloneEv]+0x154): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata$_ZNK11wxSashEvent5CloneEv+0x1 0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.text.startup+0xa02): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_sashwin.o):sashwin.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x365): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x529): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x60a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x6d1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x94f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text+0x962): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata+0x12c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.text.startup+0x2ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_splash.o):splash.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x170): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x1c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x8eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x919): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x354d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text+0x357d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xda ta+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata+0x48c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata$_ZN17wxFileTipProviderD1Ev+0x8) : more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text$_ZN11wxTipDialog9OnNextTipER14wx CommandEvent[_ZN11wxTipDialog9OnNextTipER14wxCommandEvent]+0x9e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata$_ZN11wxTipDialog9OnNextTipER14w xCommandEvent+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.text.startup+0x123): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tipdlg.o):tipdlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x2bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x393): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x31dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x3b3f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x3d57): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text+0x3ea5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata+0x150): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text$_ZNK15wxTreeListEvent5CloneE v[_ZNK15wxTreeListEvent5CloneEv]+0x153): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata$_ZNK15wxTreeListEve nt5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.text.startup+0x4e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_treelist.o):treelist.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0x3b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0x795): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0x94d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0xe1f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0x108c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text+0x11e8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata+0x170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text$_ZNK13wxWizardEvent5CloneEv[_ZNK 13wxWizardEvent5CloneEv]+0x141): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata$_ZNK13wxWizardEvent5CloneEv+0x1 0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.text.startup+0x5de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wizard.o):wizard.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsgcmn.o):notifmsgcmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsgcmn.o):notifmsgcmn.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarcmn.o):taskbarcmn.cpp:(.text.startup+0x17f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbarcmn.o):taskbarcmn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlg.o ):aboutdlg.cpp:(.text+0x6e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_aboutdlg.o):aboutdlg.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x1e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x321): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x461): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x24d8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x24eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.text+0x26f0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_notifmsg.o):notifmsg.cpp:(.xdata+0x138): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltip.o):richtooltip.cpp:(.text+0x2bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltip.o):richtooltip.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltip.o):richtooltip.cpp:(.xdata$_ZN20wxRichToolTipMSW ImplD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltip.o):richtooltip.cpp:(.xdata$_ZN20wxRichToolTipMSW ImplD0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x253): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x296): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x4be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x1071): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x1098): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.text+0x10 dc): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_taskbar.o):taskbar.cpp:(.xdata+0x200): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.text+0xde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.text+0x4f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.text$_ZN23wxAct ivityIndicatorImpl7OnPaintER12wxPaintEvent[_ZN23wxActivityIndicatorImpl7OnPaintER12wxPaintEvent]+0x349): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activityindicator.o):activityindicator.cpp:(.xdata$_ZN23wxAc tivityIndicatorImpl7OnPaintER12wxPaintEvent+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.text+0xbf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.text+0x106): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.text+0x15bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.xdata+0x1c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.xdata$_ZN10wxJoystickD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_joystick.o):joystick.cpp:(.xdata$_ZN10wxJoystickD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0x15b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/l ibwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0x3bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0x733): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0xd68): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0xfbc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text+0xfcf): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata+0x198): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text$_ZN22wxAnimationDecoderList1 0CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN22wxAnimationDecoderList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata$_ZN22wxAnimationDecoderList 10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata$_ZN17wxAnimationModuleD1Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.text.startup+0x33d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_animateg.o):animateg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x5f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x115b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x1406): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x1636): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x1691): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text+0x16b9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mono lib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x154): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x184): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata+0x23c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.text.startup+0x18f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bmpcbox.o):bmpcbox.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0x769): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0xcf3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0xd20): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0xd4a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0xd69): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.text+0xd7c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0x194): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0x22c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_calctrl.o):calctrl.cpp:(.xdata+0x2f4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.text+0x18c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.text+0xaf2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.text+0xb5f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):comm andlinkbutton.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.text$_ZN26wxGen ericCommandLinkButton19SetMainLabelAndNoteERK8wxStringS2_[_ZN26wxGenericCommandLinkButton19SetMainLabelAndNoteERK8wxStringS2_]+0x98): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbutton.o):commandlinkbutton.cpp:(.xdata$_ZN26wxGe nericCommandLinkButton19SetMainLabelAndNoteERK8wxStringS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datecontrols.o):datecontrols.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datecontrols.o):datecontrols.cpp:(.text+0x1da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datecontrols.o):datecontrols.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x134): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x892): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x1005): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x1020): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x1038): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.text+0x104d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datectrl.o):datectrl.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimectrl.o):datetimectrl.cpp:(.text+0x5b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimectrl.o):datetimectrl.cpp:(.text+0x7a9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimectrl.o):datetimectrl.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datetimectrl.o):datetimectrl.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.text+0x432): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.text+0x65f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/ libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.text+0x80c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.text+0x95c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata$_ZN15wxHyperlinkCtrlD1Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hyperlink.o):hyperlink.cpp:(.xdata$_ZN15wxHyperlinkCtrlD0Ev+ 0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timectrl.o):timectrl.cpp:(.text+0x114): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timectrl.o):timectrl.cpp:(.text+0x2a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timectrl.o):timectrl.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_timectrl.o):timectrl.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.text+0xd4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.text+0x1db7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.text+0x203d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata$_ZN12wxMediaEventD0 Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrlcmn.o):mediactrlcmn.cpp:(.text$_ZNK12wxMediaEvent5C loneEv[_ZNK12wxMediaEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mon olib_mediactrlcmn.o):mediactrlcmn.cpp:(.xdata$_ZNK12wxMediaEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0x831): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0x844): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0x85c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0xdd8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0xdf5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.text+0xe08): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0x154): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_am.o):mediactrl_am.cpp:(.xdata+0x1b4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0x4be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0x53f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0xa08): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0xa72): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0xbf0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.text+0xd97): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mo nolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mediactrl_wmp10.o):mediactrl_wmp10.cpp:(.xdata+0x1ec): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x1db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x2f1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x5a45): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x5c91): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x5de2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.text+0x5df5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x1bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x1e0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpctrl.o):helpctrl.cpp:(.xdata+0x220): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0x9c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0xa5c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0xab4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0x2389): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0x23ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.text+0x23c8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata .o):helpdata.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdata.o):helpdata.cpp:(.xdata+0x11c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x1f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x13f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x141d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x14a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x14cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text+0x14de): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.xdata+0x1fc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.text.startup+0x18f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpdlg.o):helpdlg.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x149): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x303b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x305e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x30ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x30fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text+0x310f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.xdata+0x1a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/gith ub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.text.startup+0x1f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpfrm.o):helpfrm.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0x339): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0x3ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0xd6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0xd80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0xd9c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text+0x1097): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata+0x160): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN7wxSizer3AddEP8wxWindowiiiP 8wxObject[_ZN7wxSizer3AddEP8wxWindowiiiP8wxObject]+0xa7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN7wxSizer3AddEP8wxWindowiii P8wxObject+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN7wxSizer3AddEPS_iiiP8wxObje ct[_ZN7wxSizer3AddEPS_iiiP8wxObject]+0xa7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN7wxSizer3AddEPS_iiiP8wxObj ect+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN9wxControlC2Ev[_ZN9wxContro lC2Ev]+0xaa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN9wxControlC2Ev[_ZN9wxContro lC2Ev]+0xbd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN9wxControlC2Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN18wxHtmlSearchStatusD1Ev+0 x8): undefined reference to `_ _gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN20wxHtmlHelpHtmlWindow23Get OpenedPageWithAnchorEP12wxHtmlWindow[_ZN20wxHtmlHelpHtmlWindow23GetOpenedPageWithAnchorEP12wxHtmlWindow]+0x1a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN20wxHtmlHelpHtmlWindow23Ge tOpenedPageWithAnchorEP12wxHtmlWindow+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN29wxHtmlHelpWindowOptionsDi alogC1EP8wxWindow[_ZN29wxHtmlHelpWindowOptionsDialogC1EP8wxWindow]+0x12c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN29wxHtmlHelpWindowOptionsDi alogC1EP8wxWindow[_ZN29wxHtmlHelpWindowOptionsDialogC1EP8wxWindow]+0x143c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN29wxHtmlHelpWindowOptionsD ialogC1EP8wxWindow+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN29wxHtmlHelpWindowOptionsDi alog13UpdateTestWinEv[_ZN29wxHtmlHelpWindowOptionsDialog13UpdateTestWinEv]+0x929): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN29wxHtmlHelpWindowOptionsD ialog13UpdateTestWinEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text$_ZN13wxToolBarBase7AddToolEiRK 8wxStringRK8wxBitmapS2_10wxItemKind[_ZN13wxToolBarBase7AddToolEiRK8wxStringRK8wxBitmapS2_10wxItemKind]+0x101): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata$_ZN13wxToolBarBase7AddToolEiR K8wxStringRK8wxBitmapS2_10wxItemKind+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.text.startup+0x71f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_helpwnd.o):helpwnd.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x13a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x1585): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x18a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x1a99): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x1aac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.text+0x3fe2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x15c): undefined reference to `__gxx_personal ity_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x1c0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlcell.o):htmlcell.cpp:(.xdata+0x1e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x16b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x3b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x411): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x48e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x509): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.text+0x998): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlfilt.o):htmlfilt.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0x23a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0xf1a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0xf2f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0x1473): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0x1490): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text+0x1aa3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wi ndows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata+0x104): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.text$_ZN48wxHtmlTagHandlersHash_w xImplementation_HashTable8CopyNodeEPNS_4NodeE[_ZN48wxHtmlTagHandlersHash_wxImplementation_HashTable8CopyNodeEPNS_4NodeE]+0x65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlpars.o):htmlpars.cpp:(.xdata$_ZN48wxHtmlTagHandlersHash_ wxImplementation_HashTable8CopyNodeEPNS_4NodeE+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x1536): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x1869): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x1a10): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x1b30): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x2b71): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text+0x30f1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0x168): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata+0x278): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.text$_ZNK8wxString8IsSameAsEPKwb[_Z NK8wxString8IsSameAsEPKwb]+0xa6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmltag.o):htmltag.cpp:(.xdata$_ZNK8wxString8IsSameAsEPKwb+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0x338): undefined reference to `_Unwind_Resume' C :/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0x41b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0x60b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0x931): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0xcb2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text+0xcc5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0x164): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata+0x1b8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text$_ZN19wxHtmlProcessorList10Crea teNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN19wxHtmlProcessorList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN19wxHtmlProcessorList10Cre ateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN15wxHtmlWinModuleD1Ev+0x8) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN15wxHtmlCellEventD0Ev+0xc) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN15wxHtmlLinkEventD0Ev+0xc) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN15wxHtmlLinkEventD1Ev+0xc) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZN15wxHtmlCellEventD1Ev+0xc) : more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text$_ZNK15wxHtmlLinkEvent5CloneEv[ _ZNK15wxHtmlLinkEvent5CloneEv]+0x121): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZNK15wxHtmlLinkEvent5CloneEv +0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text$_ZNK15wxHtmlCellEvent5CloneEv[ _ZNK15wxHtmlCellEvent5CloneEv]+0xc1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata$_ZNK15wxHtmlCellEvent5CloneEv +0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.text.startup+0x852): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmlwin.o):htmlwin.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0x16b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0x966): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0x99b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0x9bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0xcc7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.text+0xde2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmprint.o):htmprint.cpp:(.xdata+0x194): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata$_ZN22wxHTML_Handler_DEFLIST D1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata$_ZN22wxHTML_Handler_DEFLIST D0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata$_ZN27wxHTML_ModuleDefinitio nListD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata$_ZN27wxHTML_ModuleDefinitio nListD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.text$_ZN22wxHTML_Handler_DEFLIST9 HandleTagERK9wxHtmlTag[_ZN22wxHTML_Handler_DEFLIST9HandleTagERK9 wxHtmlTag]+0x27d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_dflist.o):m_dflist.cpp:(.xdata$_ZN22wxHTML_Handler_DEFLIST 9HandleTagERK9wxHtmlTag+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_UD1 Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_UD0 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_ID1 Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_ID0 Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_BD1 Ev+0x4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN18wxHTML_ModuleFonts17FillH andlersTableEP15wxHtmlWinParser[_ZN18wxHTML_ModuleFonts17FillHandlersTableEP15wxHtmlWinParser]+0x1ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN18wxHTML_ModuleFonts17Fill HandlersTableEP15wxHtmlWinParser+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN18wxHTML_ModuleFontsD0Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN19wxHTML_Handler_FONTD1Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN19wxHTML_Handler_FONTD0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN18wxHTML_ModuleFontsD1Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN22wxHTML_Handler_FACES_U9Ha ndleTagERK9wxHtmlTag[_ZN22wxHTML_Handler_FACES_U9HandleTagERK9wxHtmlTag]+0x160): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_U9H andleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN22wxHTML_Handler_FACES_B9Ha ndleTagERK9wxHtmlTag[_ZN22wxHTML_Handler_FACES_B9HandleTagERK9wxHtmlTag]+0x160): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_B9H andleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_font s.o):m_fonts.cpp:(.text$_ZN22wxHTML_Handler_FACES_I9HandleTagERK9wxHtmlTag[_ZN22wxHTML_Handler_FACES_I9HandleTagERK9wxHtmlTag]+0x160): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN22wxHTML_Handler_FACES_I9H andleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN23wxHTML_Handler_FACES_TT9H andleTagERK9wxHtmlTag[_ZN23wxHTML_Handler_FACES_TT9HandleTagERK9wxHtmlTag]+0x160): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN23wxHTML_Handler_FACES_TT9 HandleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN23wxHTML_Handler_BIGSMALL9H andleTagERK9wxHtmlTag[_ZN23wxHTML_Handler_BIGSMALL9HandleTagERK9wxHtmlTag]+0x1d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN23wxHTML_Handler_BIGSMALL9H andleTagERK9wxHtmlTag[_ZN23wxHTML_Handler_BIGSMALL9HandleTagERK9wxHtmlTag]+0x1f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN23wxHTML_Handler_BIGSMALL9 HandleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN17wxHTML_Handler_Hx9HandleT agERK9wxHtmlTag[_ZN17wxHTML_Handler_Hx9HandleTagERK9wxHtmlTag]+0x5b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN17wxHTML_Handler_Hx9HandleT agERK9wxHtmlTag[_ZN17wxHTML_Handler_Hx9HandleTagERK9wxHtmlTag]+0x5d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN17wxHTML_Handler_Hx9HandleT agERK9wxHtmlTag[_ZN17wxHTML_Handler_Hx9HandleTagERK9wxHtmlTag]+0x609): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN17wxHTML_Handler_Hx9Handle TagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.text$_ZN19wxHTML_Handler_FONT9Handl eTagERK9wxHtmlTag[_ZN19wxHTML_Handler_FONT9HandleTagERK9wxHtmlTag]+0x12d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_fonts.o):m_fonts.cpp:(.xdata$_ZN19wxHTML_Handler_FONT9Hand leTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text+0x414): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text+0x437): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text+0x465): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hli ne.o):m_hline.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata$_ZN17wxHTML_Handler_HRD1Ev+0x 4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata$_ZN17wxHTML_Handler_HRD0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata$_ZN18wxHTML_ModuleHLineD0Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata$_ZN18wxHTML_ModuleHLineD1Ev+0 x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text$_ZN17wxHTML_Handler_HR9HandleT agERK9wxHtmlTag[_ZN17wxHTML_Handler_HR9HandleTagERK9wxHtmlTag]+0x2a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.text$_ZN17wxHTML_Handler_HR9HandleT agERK9wxHtmlTag[_ZN17wxHTML_Handler_HR9HandleTagERK9wxHtmlTag]+0x2bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_hline.o):m_hline.cpp:(.xdata$_ZN17wxHTML_Handler_HR9Handle TagERK9wxHtmlTag+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x1fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x6e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x1ca3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x21e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x22c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text+0x26ca): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata+0x1b0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text$_ZN18wxHTML_Handler_IMG9Handle TagERK9wxHtmlTag[_ZN18wxHTML_Handler_IMG9HandleTagERK9wxHtmlTag]+0x1039): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_imag e.cpp:(.text$_ZN18wxHTML_Handler_IMG9HandleTagERK9wxHtmlTag[_ZN18wxHTML_Handler_IMG9HandleTagERK9wxHtmlTag]+0x1080): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text$_ZN18wxHTML_Handler_IMG9Handle TagERK9wxHtmlTag[_ZN18wxHTML_Handler_IMG9HandleTagERK9wxHtmlTag]+0x10c1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.text$_ZN18wxHTML_Handler_IMG9Handle TagERK9wxHtmlTag[_ZN18wxHTML_Handler_IMG9HandleTagERK9wxHtmlTag]+0x10de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_image.o):m_image.cpp:(.xdata$_ZN18wxHTML_Handler_IMG9Handl eTagERK9wxHtmlTag+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN16wxHTML_Handler_PD1Ev+0 x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN16wxHTML_Handler_PD0Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN17wxHTML_Handler_BRD1Ev+ 0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN17wxHTML_Handler_BRD0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN21wxHTML_Handler_CENTERD 1Ev+0x4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN20wxHTML_Handler_TITLE9Ha ndleTagERK9wxHtmlTag[_ZN20wxHTML_Handler_TITLE9HandleTagERK9wxHtmlTag]+0x154): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN20wxHTML_Handler_TITLE9H andleTagERK9wxHtmlTag+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN21wxHTML_Handler_SUBSUP9H andleTagERK9wxHtmlTag[_ZN21wxHTML_Handler_SUBSUP9HandleTagERK9wxHtmlTag]+0x22a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN21wxHTML_Handler_SUBSUP9H andleTagERK9wxHtmlTag[_ZN21wxHTML_Handler_SUBSUP9HandleTagERK9wxHtmlTag]+0x23d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN21wxHTML_Handler_SUBSUP9 HandleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN19wxHTML_Handler_BODY9Han dleTagERK9wxHtmlTag[_ZN19wxHTML_Handler_BODY9HandleTagERK9wxHtmlTag]+0x71f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN19wxHTML_Handler_BODY9Han dleTagERK9wxHtmlTag[_ZN19wxHTML_Handler_BODY9HandleTagERK9wxHtmlTag]+0x753): undefined reference to `_Unwind_Resume' C:/Source/Go/src/githu b.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN19wxHTML_Handler_BODY9HandleTagERK9wxHtmlTag+0 x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.text$_ZN18wxHTML_Handler_DIV9Hand leTagERK9wxHtmlTag[_ZN18wxHTML_Handler_DIV9HandleTagERK9wxHtmlTag]+0x3ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_layout.o):m_layout.cpp:(.xdata$_ZN18wxHTML_Handler_DIV9Han dleTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata$_ZN16wxHTML_Handler_AD1Ev+0x4 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata$_ZN16wxHTML_Handler_AD0Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata$_ZN18wxHTML_ModuleLinksD0Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata$_ZN18wxHTML_ModuleLinksD1Ev+0 x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.text$_ZN16wxHTML_Handler_A9HandleTa gERK9wxHtmlTag[_ZN16wxHTML_Handler_A9HandleTagERK9wxHtmlTag]+0xe15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_links.o):m_links.cpp:(.xdata$_ZN16wxHTML_Handler_A9HandleT agERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text+0x10b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text+0x299): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text+0x651): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata$_ZN21wxHTML_Handler_OLULLID1Ev+ 0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata$_ZN21wxHTML_Handler_OLULLID0Ev+ 0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata$_ZN17wxHTML_ModuleListD0Ev+0x8) : more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text$_ZN21wxHTML_Handler_OLULLI9Handl eT agERK9wxHtmlTag[_ZN21wxHTML_Handler_OLULLI9HandleTagERK9wxHtmlTag]+0x65a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text$_ZN21wxHTML_Handler_OLULLI9Handl eTagERK9wxHtmlTag[_ZN21wxHTML_Handler_OLULLI9HandleTagERK9wxHtmlTag]+0x66d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text$_ZN21wxHTML_Handler_OLULLI9Handl eTagERK9wxHtmlTag[_ZN21wxHTML_Handler_OLULLI9HandleTagERK9wxHtmlTag]+0x680): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.text$_ZN21wxHTML_Handler_OLULLI9Handl eTagERK9wxHtmlTag[_ZN21wxHTML_Handler_OLULLI9HandleTagERK9wxHtmlTag]+0x72a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_list.o):m_list.cpp:(.xdata$_ZN21wxHTML_Handler_OLULLI9Hand leTagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata$_ZN18wxHTML_Handler_PRED1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata$_ZN18wxHTML_Handler_PRED0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata$_ZN16wxHTML_ModulePreD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata$_ZN16wxHTML_ModulePreD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.text$_ZN18wxHTML_Handler_PRE9HandleTagE RK9wxHtmlTag[_ZN18wxHTML_Handler_PRE9HandleTagERK9wxHtmlTag]+0x52d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.text$_ZN18wxHTML_Handler_PRE9HandleTagE RK9wxHtmlTag[_ZN18wxHTML_Handler_PRE9HandleTagERK9wxHtmlTag]+0x55a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_pre.o):m_pre.cpp:(.xdata$_ZN18wxHTML_Handler_PRE9HandleTag ERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.text$_ZN18wxHTML_ModuleSpans17FillHan dlersTableEP15wxHtmlWinParser[_ZN18wxHTML_ModuleSpans17FillHandlersTableEP15wxHtmlWinParser]+0x7b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN18wxHTML_ModuleSpans17FillHa ndlersTableEP15wxHtmlWinParser+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN18wxHTML_ModuleSpansD0Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo /wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN19wxHTML_Handler_SPAND1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN19wxHTML_Handler_SPAND0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN18wxHTML_ModuleSpansD1Ev+0x8 ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.text$_ZN19wxHTML_Handler_SPAN9HandleT agERK9wxHtmlTag[_ZN19wxHTML_Handler_SPAN9HandleTagERK9wxHtmlTag]+0x6da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_span.o):m_span.cpp:(.xdata$_ZN19wxHTML_Handler_SPAN9Handle TagERK9wxHtmlTag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.xdata$_ZN20wxHTML_Handler_STYLED1Ev +0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.xdata$_ZN20wxHTML_Handler_STYLED0Ev +0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.xdata$_ZN21wxHTML_ModuleStyleTagD0E v+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_style.o):m_style.cpp:(.xdata$_ZN21wxHTML_ModuleStyleTagD1E v+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text+0x1199): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text+0x1d3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text+0x28ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata+0x1a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata$_ZN19wxHTML_ModuleTablesD0E v+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:( .text$_ZN19wxHTML_ModuleTables17FillHandlersTableEP15wxHtmlWinParser[_ZN19wxHTML_ModuleTables17FillHandlersTableEP15wxHtmlWinParser]+0x11d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata$_ZN19wxHTML_ModuleTables17F illHandlersTableEP15wxHtmlWinParser+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text$_ZN20wxHTML_Handler_TABLE9Ha ndleTagERK9wxHtmlTag[_ZN20wxHTML_Handler_TABLE9HandleTagERK9wxHtmlTag]+0x1136): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text$_ZN20wxHTML_Handler_TABLE9Ha ndleTagERK9wxHtmlTag[_ZN20wxHTML_Handler_TABLE9HandleTagERK9wxHtmlTag]+0x1149): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text$_ZN20wxHTML_Handler_TABLE9Ha ndleTagERK9wxHtmlTag[_ZN20wxHTML_Handler_TABLE9HandleTagERK9wxHtmlTag]+0x115c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.text$_ZN20wxHTML_Handler_TABLE9Ha ndleTagERK9wxHtmlTag[_ZN20wxHTML_Handler_TABLE9HandleTagERK9wxHtmlTag]+0x1177): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_m_tables.o):m_tables.cpp:(.xdata$_ZN20wxHTML_Handler_TABLE9H andleTagERK9wxHtmlTag+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_styleparams.o):styleparams.cpp:(.text+0x5b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_styleparams.o):styleparams.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0x11b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0x62c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0x9ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0xaa2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0xd56): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.text+0x1017): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_winpars.o):winpars.cpp:(.xdata+0x 170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0x4f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0xa7a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0xb4c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0xf78): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0xf96): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text+0x1033): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0x204): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata+0x2a8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text$_ZN18wxHtmlListBoxStyle21Get SelectedTextColourERK8wxColour[_ZN18wxHtmlListBoxStyle21GetSelectedTextColourERK8wxColour]+0xc3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata$_ZN18wxHtmlListBoxStyle21Ge tSelectedTextColourERK8wxColour+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text$_ZN18wxHtmlListBoxStyle23Get SelectedTextBgColourERK8wxColour[_ZN18wxHtmlListBoxStyle23GetSelectedTextBgColourERK8wxColour]+0xc3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata$_ZN18wxHtmlListBoxStyle23Ge tSelectedTextBgColourERK8wxColour+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.text.startup+0x2d0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_htmllbox.o):htmllbox.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0x11e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0x9af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0x9c2): undefined reference to `_Unwind_Resume' C:/Sour ce/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0x9fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0xa13): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text+0xdc5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata+0x170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text$_ZN18wxWebViewFactoryIE6Create Ev[_ZN18wxWebViewFactoryIE6CreateEv]+0x17e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZN18wxWebViewFactoryIE6Creat eEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZN14wxWebViewEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZN14wxWebViewEventD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZN52wxStringWebViewFactoryMa p_wxImplementation_HashTable10DeleteNodeEP21_wxHashTable_NodeBase+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text$_ZNK14wxWebViewEvent5CloneEv[_ ZNK14wxWebViewEvent5CloneEv]+0x1b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZNK14wxWebViewEvent5CloneEv+ 0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.text$_ZN18wxWebViewFactoryIE6Create EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_[_ZN18wxWebViewFactoryIE6CreateEP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_]+0x1d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview.o):webview.cpp:(.xdata$_ZN18wxWebViewFactoryIE6Creat eEP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.text+0x 361): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.text+0x 4c5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github .com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.text+0x12e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.xdata+0 x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.xdata+0 x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewarchivehandler.o):webviewarchivehandler.cpp:(.xdata+0 xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewfshandler.o):webviewfshandler.cpp:(.text+0x195): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webviewfshandler.o):webviewfshandler.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0x12a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0x375): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0x5bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0xad2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.text+0xaec): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sizer.o):xh_sizer.cpp:(.xdata+0x160): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0x47b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0x69b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0x80e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0x88f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0x975): undefined reference to `_Unwind_Resume' C:/Sourc e/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text+0xb38): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata+0x138): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text$_ZN12wxFileSystemC1Ev[_ZN12wxFil eSystemC1Ev]+0xc5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata$_ZN12wxFileSystemC1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.text$_ZN20wxArgNormalizerWcharIPKcEC2 ES1_PK14wxFormatStringj[_ZN20wxArgNormalizerWcharIPKcEC2ES1_PK14wxFormatStringj]+0xf6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlres.o):xmlres.cpp:(.xdata$_ZN20wxArgNormalizerWcharIPKcEC 2ES1_PK14wxFormatStringj+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmladv.o):xmladv.cpp:(.text+0x4e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmladv.o):xmladv.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlrsall.o):xmlrsall.cpp:(.text+0x89e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xmlrsall.o):xmlrsall.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x1a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x20a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x47f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x4ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x6ac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text+0x7b9): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/gith ub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata+0x224): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZNK17wxAuiManagerEv ent5CloneEv[_ZNK17wxAuiManagerEvent5CloneEv]+0x70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZNK17wxAuiManagerE vent5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN7wxSizer3AddEiiii iP8wxObject[_ZN7wxSizer3AddEiiiiiP8wxObject]+0xb8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN7wxSizer3AddEiii iiP8wxObject+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN13wxAuiPaneInfo11 DefaultPaneEv[_ZN13wxAuiPaneInfo11DefaultPaneEv]+0x1ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN13wxAuiPaneInfo1 1DefaultPaneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN13wxAuiPaneInfoC1 Ev[_ZN13wxAuiPaneInfoC1Ev]+0x243): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN13wxAuiPaneInfoC 1Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN8wxStringC1ERK10w xCStrData[_ZN8wxStringC1ERK10wxCStrData]+0xcc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN8wxStringC1ERK10 wxCStrData+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text.startup+0x8e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN24wxPseudoTranspa rentFrame7OnPaintER12wxPaintEvent[_ZN24wxPseudoTransparentFrame7OnPaintER12wxPaintEvent]+0x166): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN24wxPseudoTransp arentFrame7OnPaintER12wxPaintEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/ src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.text$_ZN24wxPseudoTransparentFrame6OnS izeER11wxSizeEvent[_ZN24wxPseudoTransparentFrame6OnSizeER11wxSizeEvent]+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_framemanager.o):framemanager.cpp:(.xdata$_ZN24wxPseudoTransp arentFrame6OnSizeER11wxSizeEvent+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x93b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x95e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x981): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x2b3c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x2b4f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.text+0x2d8e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0x184): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0x1d0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dockart.o):dockart.cpp:(.xdata+0x2f0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x1d83): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x1dd3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x24f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x2540): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x2563): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text+0x259b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o): floatpane.cpp:(.xdata+0x1c0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.xdata$_ZN9wxWeakRefI12wxAuiMana gerED1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.xdata$_ZN9wxWeakRefI12wxAuiMana gerED0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.text.startup+0x358): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_floatpane.o):floatpane.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0xaa3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0xc74): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0x1163): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0x1e55): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0x228c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text+0x22ab): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata+0x304): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text$_ZN17wxAuiNotebookPageC1ERKS_[ _ZN17wxAuiNotebookPageC1ERKS_]+0xdc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata$_ZN17wxAuiNotebookPageC1ERKS_ +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.text.startup+0xe80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibook.o):auibook.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0x3f5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0x5bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/githu b.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0x9eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0xb01): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0xdb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text+0x198b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata+0x150): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text$_ZNK17wxAuiToolBarEvent5CloneEv[ _ZNK17wxAuiToolBarEvent5CloneEv]+0x173): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata$_ZNK17wxAuiToolBarEvent5CloneEv +0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text.startup+0x836): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.text.startup+0x883): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_auibar.o):auibar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0x7dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0x8f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0xa4c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0xd10): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0x3020): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text+0x34b1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a (monolib_tabmdi.o):tabmdi.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata+0x16c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata+0x1a8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata+0x1f0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.text.startup+0x5b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabmdi.o):tabmdi.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0xa3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0xdd1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0xdf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0xe97): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0xeba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.text+0x123d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabart.o):tabart.cpp:(.xdata+0x170): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0x6fd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0x720): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0x97d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0x9a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0xd7c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.text+0xda2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/ github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_tabartmsw.o):tabartmsw.cpp:(.xdata+0x1b0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0x260): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0x2b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0x3f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0xac6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0x12ea): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text+0x1480): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata+0x128): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.text.startup+0x97): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_barartmsw.o):barartmsw.cpp:(.xdata.startup+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0x2d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0x38c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0x7fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github. com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0x81e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0x93e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text+0xa5f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata+0x15c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZNK22wxAnyValueTypeImplBase I21wxColourPropertyValueE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI21wxColourPropertyValueE10CopyBufferERK16wxAnyValueBuffe rRS2_]+0xf6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZNK22wxAnyValueTypeImplBas eI21wxColourPropertyValueE10CopyBufferERK16wxAnyValueBufferRS2_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZNK32wxColourPropertyValueV ariantData5CloneEv[_ZNK32wxColourPropertyValueVariantData5CloneEv]+0xf5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZNK32wxColourPropertyValue VariantData5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN9wxPrivate24wxAnyValueTy peOpsGenericI21wxColourPropertyValueE10DataHolderIS1_ED1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN21wxColourPropertyValueD 0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN9wxPrivate24wxAnyValueTy peOpsGenericI21wxColourPropertyValueE10DataHolderIS1_ED0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN32wxColourPropertyValueV ariantDataD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN32wxColourPropertyValueV ariantDataD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZN14wxPGSpinButton12OnMouse EventER12wxMouseEvent[_ZN14wxPGSpinButton12OnMouseEventER12wxMouseEvent]+0x314): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZN14wxPGSpinButton12OnMouse EventER12wxMouseEvent[_ZN14wxPGSpinButton12OnMouseEventER12wxMouseEvent]+0x327): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZN14wxPGSpinButton12OnMouse EventER12wxMouseEvent[_ZN14wxPGSpinButton12OnMouseEventER12wxMouseEvent]+0x34a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN14wxPGSpinButton12OnMous eEventER12wxMouseEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.text$_ZN21wxColourPropertyValueC1 EjRK8wxColour[_ZN21wxColourPropertyValueC1EjRK8wxColour]+0xb7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_advprops.o):advprops.cpp:(.xdata$_ZN21wxColourPropertyValueC 1EjRK8wxColour+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0xe0e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0x13eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0x1773): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0x192c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0x1d22): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text+0x1dfe): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata+0xc4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.text.startup+0xe69): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_editors.o):editors.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x1d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x99b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wi ndows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x153d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x19a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x19fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text+0x1a12): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x154): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x1f4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata+0x314): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text$_ZN14wxPGHeaderCtrl17EnsureCol umnCountEj[_ZN14wxPGHeaderCtrl17EnsureColumnCountEj]+0x1c0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata$_ZN14wxPGHeaderCtrl17EnsureCo lumnCountEj+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text$_ZN14wxPGHeaderCtrlC1EP21wxPro pertyGridManager[_ZN14wxPGHeaderCtrlC1EP21wxPropertyGridManager]+0x512): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text$_ZN14wxPGHeaderCtrlC1EP21wxPro pertyGridManager[_ZN14wxPGHeaderCtrlC1EP21wxPropertyGridManager]+0x525): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text$_ZN14wxPGHeaderCtrlC1EP21wxPro pertyGridManager[_ZN14wxPGHeaderCtrlC1EP21wxPropertyGridManager]+0x557): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text$_ZN14wxPGHeaderCtrlC1EP21wxPro pertyGridManager[_ZN14wxPGHeaderCtrlC1EP21wxPropertyGridManager]+0x5af): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata$_ZN14wxPGHeaderCtrlC1EP21wxPr opertyGridManager+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.text.startup+0x423): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_manager.o):manager.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0x480): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0x7a6): und efined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0x8a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0x9d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0xb25): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text+0x1229): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata+0x214): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text$_ZNK8wxPGCell13CreateRefData Ev[_ZNK8wxPGCell13CreateRefDataEv]+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata$_ZNK8wxPGCell13CreateRefDat aEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.text$_ZNK8wxString6substrEyy[_ZNK 8wxString6substrEyy]+0xb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_property.o):property.cpp:(.xdata$_ZNK8wxString6substrEyy+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0x144): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0x2cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0x435): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0x5d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0xfed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text+0x117e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wind ows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata+0x130): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text$_ZN14wxPropertyGrid19Registe rEditorClassEP10wxPGEditorb[_ZN14wxPropertyGrid19RegisterEditorClassEP10wxPGEditorb]+0xa0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata$_ZN14wxPropertyGrid19Regist erEditorClassEP10wxPGEditorb+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text.startup+0xbe9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.text$_ZN26wxPGGlobalVarsClassMana ger6OnInitEv[_ZN26wxPGGlobalVarsClassManager6OnInitEv]+0x3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgrid.o):propgrid.cpp:(.xdata$_ZN26wxPGGlobalVarsClassMan ager6OnInitEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x2c5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x375): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x482): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x76b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x892): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text+0x9ff): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd6 4/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata+0x16c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text$_ZNK22wxAnyValueTy peImplBaseI10wxArrayIntE10CopyBufferERK16wxAnyValueBufferRS2_[_ZNK22wxAnyValueTypeImplBaseI10wxArrayIntE10CopyBufferERK16wxAnyValueBufferRS2_]+0x59) : undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata$_ZNK22wxAnyValueT ypeImplBaseI10wxArrayIntE10CopyBufferERK16wxAnyValueBufferRS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text$_ZNK21wxArrayIntVa riantData5CloneEv[_ZNK21wxArrayIntVariantData5CloneEv]+0x5a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata$_ZNK21wxArrayIntV ariantData5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.text$_ZNK17wxFontVarian tData5CloneEv[_ZNK17wxFontVariantData5CloneEv]+0x76): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridiface.o):propgridiface.cpp:(.xdata$_ZNK17wxFontVaria ntData5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x108c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x11e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x2100): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x4853): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x48a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.text+0x4a48): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0x1e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0x284): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0x2f4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_propgridpagestate.o):propgridpagestate.cpp:(.xdata+0x33c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monoli b_props.o):props.cpp:(.text+0x285): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text+0x698): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text+0x9b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text+0x11eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text+0x12a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text+0x1376): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x2b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x2e8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata+0x30c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_ZN27wxPGArrayStringEditorDialog14 SetDialogValueERK9wxVariant[_ZN27wxPGArrayStringEditorDialog14SetDialogValueERK9wxVariant]+0x44): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN27wxPGArrayStringEditorDialog1 4SetDialogValueERK9wxVariant+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_ZN10wxFileNameC1ERK8wxString12wxP athFormat[_ZN10wxFileNameC1ERK8wxString12wxPathFormat]+0xb4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN10wxFileNameC1ERK8wxString12wx PathFormat+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_ZNK27wxPGArrayStringEditorDialog1 4GetDialogValueEv[_ZNK27wxPGArrayStringEditorDialog14GetDialogValueEv]+0xa1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZNK27wxPGArrayStringEditorDialog 14GetDialogValueEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text.startup+0x6d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_Z17NumericValidationIxEbPK12wxPGP ropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString[_Z17NumericValidationIxEbPK12wxPGPropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString]+0x7c7): undefined reference to `_Unwi nd_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_Z17NumericValidationIxEbPK12wxPG PropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_Z17NumericValidationIlEbPK12wxPGP ropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString[_Z17NumericValidationIlEbPK12wxPGPropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString]+0x798): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_Z17NumericValidationIlEbPK12wxPG PropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.text$_Z17NumericValidationIyEbPK12wxPGP ropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString[_Z17NumericValidationIyEbPK12wxPGPropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString]+0x7c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_Z17NumericValidationIyEbPK12wxPG PropertyRT_P18wxPGValidationInfoiS3_S3_RK8wxString+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN27wxPGLongStringDialogAdapterD 1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN27wxPGLongStringDialogAdapterD 0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN21wxPGFileDialogAdapterD1Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_props.o):props.cpp:(.xdata$_ZN21wxPGFileDialogAdapterD0Ev+0x 8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x17f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x5c3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x19e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x1a0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x1c34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text+0x1c56): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0x1c0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dont panic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata+0x200): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text$_ZNK16wxRibbonBarEvent5CloneEv[_ZNK16w xRibbonBarEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata$_ZNK16wxRibbonBarEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.text.startup+0x6ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_bar.o):bar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x383): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x3769): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x3b94): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x3bb3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x3c38): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text+0x3d23): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x1b4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x244): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x270): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata+0x304): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text$_ZNK22wxRibbonButto nBarEvent5CloneEv[_ZNK22wxRibbonButtonBarEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata$_ZNK22wxRibbonButt onBarEvent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.text.startup+0x4e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_buttonbar.o):buttonbar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp: (.text+0x1b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text+0x5fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text+0xa73): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text+0xaaf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text+0xadd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text+0xf47): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata+0x184): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text$_ZNK20wxRibbonGalleryEvent5Clo neEv[_ZNK20wxRibbonGalleryEvent5CloneEv]+0x13c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata$_ZNK20wxRibbonGalleryEvent5Cl oneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.text.startup+0x4f1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gallery.o):gallery.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x169a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x18ec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x191b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x193f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x1ba8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text+0x1bd7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh 0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x1b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x27c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata+0x2c0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.text.startup+0x540): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_page.o):page.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x1b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x38f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x597): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x1697): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x18e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text+0x1a75): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata+0x13c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text$_ZNK18wxRibbonPanelEvent5Cl oneEv[_ZNK18wxRibbonPanelEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata$_ZNK18wxRibbonPanelEvent5C loneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.text.startup+0x4b7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_panel.o):panel.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.tex t+0x668): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text+0x2324): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text+0x4a0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text+0x5259): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text+0x57c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text+0x582f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0x240): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0x298): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0x2d4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata+0x318): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text$_ZNK20wxRibbonToolBarEv ent5CloneEv[_ZNK20wxRibbonToolBarEvent5CloneEv]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata$_ZNK20wxRibbonToolBarE vent5CloneEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.text.startup+0x4e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ribbon_toolbar.o):toolbar.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x1e0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x1e9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x2ae9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x35dc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x3de5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text+0x3f1d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):ric htextbuffer.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata+0x1a8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata+0x1d8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata+0x1f8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata+0x378): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata+0x398): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN20wxRichTextO bjectList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey[_ZN20wxRichTextObjectList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN20wxRichText ObjectList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN23wxRichText FontTableDataD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN16wxRichText ModuleD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN16wxRichText ModuleD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN23wxRichText FontTableDataD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN26wxRichText PlainTextHandlerD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN8wxColourC1Em [_ZN8wxColourC1Em]+0x6f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN8wxColourC1E m+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN10wxTextAttr D2Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_Z13wxCheckSetPe nR4wxDCRK5wxPen[_Z13wxCheckSetPenR4wxDCRK5wxPen]+0x1d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_Z13wxCheckSetP enR4wxDCRK5wxPen+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_Z15wxCheckSetBr ushR4wxDCRK7wxBrush[_Z15wxCheckSetBrushR4wxDCRK7wxBrush]+0x1a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/gi thub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_Z15wxCheckSetBrushR4wxDCRK7wxBrus h+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZNK16wxRichText Object12GetSelectionEll[_ZNK16wxRichTextObject12GetSelectionEll]+0x3f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZNK16wxRichTex tObject12GetSelectionEll+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN20wxRichText PropertiesD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN20wxRichText PropertiesD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZNK28wxRichText ParagraphLayoutBox5CloneEv[_ZNK28wxRichTextParagraphLayoutBox5CloneEv]+0xac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZNK28wxRichTex tParagraphLayoutBox5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZNK13wxRichText Box5CloneEv[_ZNK13wxRichTextBox5CloneEv]+0x4e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZNK13wxRichTex tBox5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN19wxRichTextP aragraphC1ERKS_[_ZN19wxRichTextParagraphC1ERKS_]+0x72): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN19wxRichText ParagraphC1ERKS_+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN20wxRichTextX MLHandler16RegisterNodeNameERK8wxStringS2_[_ZN20wxRichTextXMLHandler16RegisterNodeNameERK8wxStringS2_]+0x30e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN20wxRichText XMLHandler16RegisterNodeNameERK8wxStringS2_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN26wxRichTextF ontTableHashMapixERK8wxString[_ZN26wxRichTextFontTableHashMapixERK8wxString]+0x27f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN26wxRichText FontTableHashMapixERK8wxString+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN16wxRichTextM odule6OnInitEv[_ZN16wxRichTextModule6OnInitEv]+0x338): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN16wxRichText Module6OnInitEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/d ontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN27wxRichTextFieldTypeStandardC1Ev[_ZN27wxR ichTextFieldTypeStandardC1Ev]+0x1ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZN27wxRichTextF ieldTypeStandardC1Ev[_ZN27wxRichTextFieldTypeStandardC1Ev]+0x237): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN27wxRichText FieldTypeStandardC1Ev+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZNK15wxRichText Field12GetFieldTypeEv[_ZNK15wxRichTextField12GetFieldTypeEv]+0x97): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZNK15wxRichTex tField12GetFieldTypeEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.text$_ZNK13wxRichText Box22GetPropertiesMenuLabelEv[_ZNK13wxRichTextBox22GetPropertiesMenuLabelEv]+0xf1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZNK13wxRichTex tBox22GetPropertiesMenuLabelEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextbuffer.o):richtextbuffer.cpp:(.xdata$_ZN15wxRichText EventD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0xe0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0xe2f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0x1ea1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0x210c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0x2793): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text+0x28b4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x1c4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x308): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x33c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x38c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x3ec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata+0x414): more undefined references to `__gxx_pe rsonality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text$_ZN12wxMouseEventC1E RKS_[_ZN12wxMouseEventC1ERKS_]+0x5d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata$_ZN12wxMouseEventC1 ERKS_+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text$_ZN10wxMenuBase15App endSeparatorEv[_ZN10wxMenuBase15AppendSeparatorEv]+0x12e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata$_ZN10wxMenuBase15Ap pendSeparatorEv+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text.startup+0x1332): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.text$_ZN16wxRichTextBuffe rC1Ev[_ZN16wxRichTextBufferC1Ev]+0xa3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextctrl.o):richtextctrl.cpp:(.xdata$_ZN16wxRichTextBuff erC1Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x145b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x3438): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x368a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x375a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x38fd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text+0x3aad): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x374): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x390): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x57c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x598): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x5c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata+0x5f8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/git hub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxTextCtrlC1EP8wxWindowiR K8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxTextCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_]+0x40a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxTex tCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxTextCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x4b2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxTex tCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxTextCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x51e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxTex tCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxTextCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x620): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN10wxTe xtCtrlC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxCom boBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK13wxArrayStringlRK11wxValidatorS4_[_ZN10wxComboBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK1 3wxArrayStringlRK11wxValidatorS4_]+0x19a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxCom boBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK13wxArrayStringlRK11wxValidatorS4_[_ZN10wxComboBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK1 3wxArrayStringlRK11wxValidatorS4_]+0x1b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxCom boBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK13wxArrayStringlRK11wxValidatorS4_[_ZN10wxComboBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK1 3wxArrayStringlRK11wxValidatorS4_]+0x1cd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN10wxCo mboBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizeRK13wxArrayStringlRK11wxValidatorS4_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_[_ZN12wxStaticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_]+0x113): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_[_ZN12wxStaticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_]+0x135): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_[_ZN12wxStaticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_]+0x148): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/l ibwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN12wxStaticTextC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString[_ZN12wxStaticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString]+0x106): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString[_ZN12wxStaticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString]+0x128): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN12wxSta ticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString[_ZN12wxStaticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString]+0x13b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN12wxSt aticLineC1EP8wxWindowiRK7wxPointRK6wxSizelRK8wxString+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN13wxRad ioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN13wxRadioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidat orS4_]+0x14a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN13wxRad ioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN13wxRadioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidat orS4_]+0x16c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN13wxRad ioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN13wxRadioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidat orS4_]+0x17f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN13wxRa dioButtonC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxChe ckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxCheckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x142): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxChe ckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxCheckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x164): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_ZN10wxChe ckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_[_ZN10wxCheckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_] +0x177): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_ZN10wxCh eckBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelRK11wxValidatorS4_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_a md64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text$_Z8wxSscanfIPfEiRK10wxCStrDataPKwT_[_Z8wxSscanfIPfEiRK10wxCStrDataP KwT_]+0xdb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata$_Z8wxSsca nfIPfEiRK10wxCStrDataPKwT_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.text.startup+0x 6452): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextformatdlg.o):richtextformatdlg.cpp:(.xdata.startup+0 x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0x2f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0x6e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0x911): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0x9be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0xd0f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.text+0xfa3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtexthtml.o):richtexthtml.cpp:(.xdata+0x188): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+0x75d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+0xf65): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+0xfc8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+0x10c5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+0x17aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.text+ 0x17bd): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextimagedlg.o):richtextimagedlg.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x3f1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x6f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x762): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x97e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x163f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.text+0x3e07): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextprint.o):richtextprint.cpp:(.xdata+0x12c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0x603): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0x644): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0xd90): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0xddd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0xed1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text+0x20f4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg .o):richtextstyledlg.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata+0x1b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata+0x2e0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text$_ZN26wxRichT extFormattingDialogC1Ev[_ZN26wxRichTextFormattingDialogC1Ev]+0x636): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text$_ZN26wxRichT extFormattingDialogC1Ev[_ZN26wxRichTextFormattingDialogC1Ev]+0x686): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text$_ZN26wxRichT extFormattingDialogC1Ev[_ZN26wxRichTextFormattingDialogC1Ev]+0x797): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata$_ZN26wxRich TextFormattingDialogC1Ev+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.text.startup+0x7c 3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyledlg.o):richtextstyledlg.cpp:(.xdata.startup+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0x654): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0xfec): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0x1514): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0x19df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0x46da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text+0x46f5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0x1e0): undefi ned reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0x224): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0x2bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata+0x33c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZN10wxTextAttrC 2Ev[_ZN10wxTextAttrC2Ev]+0x239): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN10wxTextAttr C2Ev+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN34wxRichText CharacterStyleDefinitionD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN28wxRichText BoxStyleDefinitionD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN34wxRichText ParagraphStyleDefinitionD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN29wxRichText ListStyleDefinitionD1Ev+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZN25wxRichTextS tyleDefinitionC2ERKS_[_ZN25wxRichTextStyleDefinitionC2ERKS_]+0x4c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN25wxRichText StyleDefinitionC2ERKS_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZNK34wxRichText CharacterStyleDefinition5CloneEv[_ZNK34wxRichTextCharacterStyleDefinition5CloneEv]+0x44): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZNK34wxRichTex tCharacterStyleDefinition5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZNK34wxRichText ParagraphStyleDefinition5CloneEv[_ZNK34wxRichTextParagraphStyleDefinition5CloneEv]+0x8e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZNK34wxRichTex tParagraphStyleDefinition5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZNK28wxRichText BoxStyleDefinition5CloneEv[_ZNK28wxRichTextBoxStyleDefinition5CloneEv]+0x4f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZNK28wxRichTex tBoxStyleDefinition5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o): richtextstyles.cpp:(.text$_ZN29wxRichTextListStyleDefinitionC1ERKS_[_ZN29wxRichTextListStyleDefinitionC1ERKS_]+0x676): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZN29wxRichText ListStyleDefinitionC1ERKS_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text$_ZNK29wxRichText ListStyleDefinition5CloneEv[_ZNK29wxRichTextListStyleDefinition5CloneEv]+0x3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata$_ZNK29wxRichTex tListStyleDefinition5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.text.startup+0x850): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextstyles.o):richtextstyles.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0x51e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0x564): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0x9ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0xdab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0xdc7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text+0x1118): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata+0x1c4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.text.startup+0x 705): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextsymboldlg.o):richtextsymboldlg.cpp:(.xdata.startup+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml .o):richtextxml.cpp:(.text+0x4c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text+0x5c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text+0x5e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text+0x8bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text+0xa4f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text+0xb0e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata+0x17c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text$_ZN8wxColourC1ERK8wxSt ring[_ZN8wxColourC1ERK8wxString]+0x57): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata$_ZN8wxColourC1ERK8wxS tring+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata$_ZN20wxRichTextXMLHan dlerD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata$_ZN20wxRichTextXMLHan dlerD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.text$_ZN19wxRichTextXMLHelp er10MakeStringERK8wxColour[_ZN19wxRichTextXMLHelper10MakeStringERK8wxColour]+0x5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtextxml.o):richtextxml.cpp:(.xdata$_ZN19wxRichTextXMLHel per10MakeStringERK8wxColour+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0x995): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0x9b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0xdf0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0xe15): undefined reference to `_Unwind_Resume' C:/Source/Go/src/ github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0xe36): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text+0xea0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x224): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata+0x2dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text$_ZNK17wxStyledTextEvent5CloneEv[_ZNK17 wxStyledTextEvent5CloneEv]+0x3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata$_ZNK17wxStyledTextEvent5CloneEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.text.startup+0xf8c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_stc.o):stc.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0x525): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0x54e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0x561): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0xfe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0x1095): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text+0x1140): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0x1e4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0x204): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata+0x230): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.text.startup+0x317): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_PlatWX.o):PlatWX.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x1e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x327): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x3fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x4e8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x5c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text+0x10d1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata+0x178): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text$_ZN12wxSTCCallTip7OnPa intER12wxPaintEvent[_ZN12wxSTCCallTip7OnPaintER12wxPaintEvent]+0x258): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text$_ZN12wxSTCCallTip7OnPa intER12wxPaintEvent[_ZN12wxSTCCallTip7OnPaintER12wxPaintEvent]+0x2e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text$_ZN12wxSTCCallTip7OnPa intER12wxPaintEvent[_ZN12wxSTCCallTip7OnPaintER12wxPaintEvent]+0x31b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata$_ZN12wxSTCCallTip7OnP aintER12wxPaintEvent+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.text.startup+0x1e2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ScintillaWX.o):ScintillaWX.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0xc69): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0xc7e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0xc93): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0x1093): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0x158d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.text+0x15ef): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0x1a4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0x1e8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xml.o):xml.cpp:(.xdata+0x218): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_base64.o):base64.cpp:(.text+0x67b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_base64.o):base64.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x1616): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x16cf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x19a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x19b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x19d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.text+0x19ee): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.xdata+0x2dc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.xdata+0x318): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_datstrm.o):datstrm.cpp:(.xdata+0x340): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0x85): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0x105): undefined reference to `_Unwind_Resume' C:/Source/Go/src/g ithub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0x1a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0x840): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0x9bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.text+0xb19): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dircmn.o):dircmn.cpp:(.xdata+0x114): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0x762): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0x8a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0xaf0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0xc5f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0xc74): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.text+0xe2f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dynlib.o):dynlib.cpp:(.xdata+0x188): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.text+0xcc8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.text+0xdde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.text+0xffa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_encconv.o):encconv.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0xc18): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0xca8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0xcfd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0xd18): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0x1aee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.text+0x1bbf): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0x1d8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0x2b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0x398): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ffile.o):ffile.cpp:(.xdata+0x474): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x365): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x3f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x1034): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x10d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x10f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.text+0x114d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/ wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x23c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x324): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_file.o):file.cpp:(.xdata+0x410): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0xc3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0x6f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0xeef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0x130d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0x1510): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text+0x1f4a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata+0x1b4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.text.startup+0x2bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filesys.o):filesys.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.text+0x110): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.text+0x435): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.text+0xab8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/gi thub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_hash.o):hash.cpp:(.xdata+0x110): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x323): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x497): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x591): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x9a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.text+0x15c8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimecmn.o):mimecmn.cpp:(.xdata+0x144): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.text+0x27c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.text+0x36d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.text+0x3f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.text+0x449): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.text+0x5e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.xdata+0xf0): undefined reference to `__gxx _personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mstream.o):mstream.cpp:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x1dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x3b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x4ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x8a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x90d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.text+0x920): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_numformatter.o):numformatter.cpp:(.xdata+0x174): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0x731): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0x997): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0xaa5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0xdd1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0xdf6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.text+0x1094): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0xf0): undefined ref erence to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0x13c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_platinfo.o):platinfo.cpp:(.xdata+0x168): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.text+0x5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.text$_ZNK12wxPowerEvent5CloneEv[_ ZNK12wxPowerEvent5CloneEv]+0x4b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.xdata$_ZNK12wxPowerEvent5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.xdata$_ZN12wxPowerEventD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_powercmn.o):powercmn.cpp:(.xdata$_ZN12wxPowerEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.text+0x181): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.text+0x238): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.text+0x3f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata$_ZN14wxProcessEventD1Ev+0x4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata$_ZN14wxProcessEventD0Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.text$_ZNK14wxProcessEvent5CloneEv[_ ZNK14wxProcessEvent5CloneEv]+0x50): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_process.o):process.cpp:(.xdata$_ZNK14wxProcessEvent5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x6fd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x7bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x830): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x8eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x957): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.text+0x9f8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_wfstream.o):wfstream.cpp:(.xdata+0x12c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0x1db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0x48c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0x51c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0x5ac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0xcd7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text+0x1653): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata+0xd0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text$_ZN15wxDDEClientList10CreateNodeEP10wx NodeBaseS1_PvRK9wxListKey[_ZN15wxDDEClientList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxG o/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN15wxDDEClientList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text$_ZN15wxDDEServerList10CreateNodeEP10wx NodeBaseS1_PvRK9wxListKey[_ZN15wxDDEServerList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN15wxDDEServerList10CreateNodeEP10w xNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text$_ZN19wxDDEConnectionList10CreateNodeEP 10wxNodeBaseS1_PvRK9wxListKey[_ZN19wxDDEConnectionList10CreateNodeEP10wxNodeBaseS1_PvRK9wxListKey]+0x6d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN19wxDDEConnectionList10CreateNodeE P10wxNodeBaseS1_PvRK9wxListKey+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN11wxDDEModuleD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN11wxDDEModuleD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.text$_ZN16wxConnectionBase9OnExecuteERK8wxS tringPKvy11wxIPCFormat[_ZN16wxConnectionBase9OnExecuteERK8wxStringPKvy11wxIPCFormat]+0xde): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dde.o):dde.cpp:(.xdata$_ZN16wxConnectionBase9OnExecuteERK8wx StringPKvy11wxIPCFormat+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x186): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x26b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x33b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x4b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x4d6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.text+0x5e6): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib /libwxmsw31u.a(monolib_mimetype.o):mimetype.cpp:(.xdata+0x108): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0x50a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0x808): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0xb07): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0xb1a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0xb75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.text+0x1355): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fs_mem.o):fs_mem.cpp:(.xdata+0x140): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0x2ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0x531): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0xd24): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0xd69): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.text+0xe03): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/w indows_amd64/lib/libwxmsw31u.a(monolib_volume.o):volume.cpp:(.xdata+0xc8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0xc97): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0x1d20): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0x1dae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0x1eb8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0x1f5b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text+0x4718): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata+0x19c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata+0x1d8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text$_ZN9FrameSite10ActivateMeEP16I OleDocumentView[_ZN9FrameSite10ActivateMeEP16IOleDocumentView]+0x231): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata$_ZN9FrameSite10ActivateMeEP16 IOleDocumentView+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text$_ZNK14wxActiveXEvent5CloneEv[_ ZNK14wxActiveXEvent5CloneEv]+0x13d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata$_ZNK14wxActiveXEvent5CloneEv+ 0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text.startup+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata$_ZN14wxActiveXEventD1Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata$_ZN14wxActiveXEventD0Ev+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text$_ZN15wxActiveXEvents6InvokeElR K5_GUIDmtP13tagDISPPARAMSP10tagVARIANTP12tagEXCEPINFOPj[_ZN15wxActiveXEvents6InvokeElRK5_GUIDmtP13tagDISPPARAMSP10tagVARIANTP12tagEXCEPINFOPj]+0x361 ): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_am d64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.text$_ZN15wxActiveXEvents6InvokeElRK5_GUIDmtP13tagDISPPARAMSP10tagVARIANTP12tagEXCEPINFOPj[_Z N15wxActiveXEvents6InvokeElRK5_GUIDmtP13tagDISPPARAMSP10tagVARIANTP12tagEXCEPINFOPj]+0x3a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_activex.o):activex.cpp:(.xdata$_ZN15wxActiveXEvents6InvokeEl RK5_GUIDmtP13tagDISPPARAMSP10tagVARIANTP12tagEXCEPINFOPj+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x237f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x249e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x2dc8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x2e3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x2eb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.text+0x2ed3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcmemory.o):dcmemory.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0x21e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0xb75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0x1f48): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0x31c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0x5573): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.text+0x5791): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.xdata+0x200): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dc print.o):dcprint.cpp:(.xdata+0x2f4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcprint.o):dcprint.cpp:(.xdata+0x330): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcscreen.o):dcscreen.cpp:(.text+0xd2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dcscreen.o):dcscreen.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.text+0xc64a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.xdata$_ZN15wxGdiPlusModuleD0Ev+0x8) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gdiplus.o):gdiplus.cpp:(.xdata$_ZN15wxGdiPlusModuleD1Ev+0x8) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0x2f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0xe67): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0xe9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0xee6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0xf05): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.text+0xf18): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0x210): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_droptgt.o):droptgt.cpp:(.xdata+0x310): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0x5b6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0x646): undefined refere nce to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0x667): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0xb07): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0x1713): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.text+0x172e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printdlg.o):printdlg.cpp:(.xdata+0x1bc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x49b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x507): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x547): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x9f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.text+0x2eb6): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_printwin.o):printwin.cpp:(.xdata+0x134): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0x1f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/don tpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0x40b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0x683): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0x73a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0x97d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.text+0xce1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderer.o):renderer.cpp:(.xdata+0x174): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.text+0x8b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.text+0x1bb5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata+0x274): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata$_ZN15wxUxThemeModule6OnExitEv +0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata$_ZN15wxUxThemeModuleD0Ev+0x8) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_uxtheme.o):uxtheme.cpp:(.xdata$_ZN15wxUxThemeModuleD1Ev+0x8) : more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0xcf7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0xd0a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0xd6c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0xe19): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/ windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0xe31): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.text+0x1a82): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x228): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x4c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_automtn.o):automtn.cpp:(.xdata+0x66c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x100): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x11c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x2dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x54e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x571): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.text+0x9a3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_clrpickerg.o):clrpickerg.cpp:(.xdata$_ZN21wxGenericColourBut tonD1Ev+0x8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0x200): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0x3f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0x81f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github. com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0xa75): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0xdaf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text+0xdcf): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata+0x164): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text$_ZN18wxGenericDirButto n20UpdatePathFromDialogEP8wxDialog[_ZN18wxGenericDirButton20UpdatePathFromDialogEP8wxDialog]+0x21e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata$_ZN18wxGenericDirButt on20UpdatePathFromDialogEP8wxDialog+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.text$_ZN19wxGenericFileButt on20UpdatePathFromDialogEP8wxDialog[_ZN19wxGenericFileButton20UpdatePathFromDialogEP8wxDialog]+0x21e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_filepickerg.o):filepickerg.cpp:(.xdata$_ZN19wxGenericFileBut ton20UpdatePathFromDialogEP8wxDialog+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0x171): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0x63f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0xb1f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0xb42): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0xeaf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.text+0xee5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.xdata+0x68): undefined reference to ` __gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fontpickerg.o):fontpickerg.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x181): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x315): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x345): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x29ae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x316e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text+0x3361): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x118): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x188): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata+0x1dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.text.startup+0x238): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_generic_statusbr.o):statusbr.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0xbf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0x104): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0x3073): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0x308e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0x30c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.text+0x310d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragi mag.o):dragimag.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.xdata+0x1e0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_dragimag.o):dragimag.cpp:(.xdata+0x268): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0x9df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0xac3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0xf53): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0x19d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0x1e3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text+0x1e72): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata+0x18c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text$_ZNK12wxANIDecoder5CloneEv[_ ZNK12wxANIDecoder5CloneEv]+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata$_ZNK12wxANIDecoder5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text.startup+0x407): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text.startup+0x43a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.text.startup+0x453): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/w x/windows_amd64/lib/libwxmsw31u.a(monolib_anidecod.o):anidecod.cpp:(.xdata.startup+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0x73e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0x8dd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0x909): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0xfd7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0x15c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text+0x15ec): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0x170): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata+0x1c4): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.text$_ZNK12wxGIFDecoder5CloneEv[_ ZNK12wxGIFDecoder5CloneEv]+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata$_ZNK12wxGIFDecoder5CloneEv+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gifdecod.o):gifdecod.cpp:(.xdata$_ZN9wxPrivate11OnScopeExitI 20wxObjScopeGuardImpl0I12wxGIFDecoderMS2_FvvEEEEvRT_+0x8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x4402): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x451a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x45f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x4718): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x49e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text+0x4a1b): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0x4c): undefined reference to `__gxx_perso nality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0xd8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata+0x13c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.text.startup+0x188): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_valnum.o):valnum.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x2ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x100c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x1039): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x1a11): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x1a2d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text+0x1ed8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata+0x230): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.text$_ZN14wxDCPenChangerC1ER4wxDCRK 5wxPen[_ZN14wxDCPenChangerC1ER4wxDCRK5wxPen]+0x12c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata$_ZN14wxDCPenChangerC1ER4wxDCR K5wxPen+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_renderg.o):renderg.cpp:(.xdata$_ZN16wxDCBrushChangerD1Ev+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_selstore.o):selstore. cpp:(.text+0x4a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_selstore.o):selstore.cpp:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridcmn.o):gridcmn.cpp:(.text+0x4cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_gridcmn.o):gridcmn.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombocmn.o):odcombocmn.cpp:(.text+0x33e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombocmn.o):odcombocmn.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.text+0xe4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.text+0x45f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.text+0x474): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.text+0x491): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.text+0x60a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_commandlinkbuttong.o):commandlinkbuttong.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x639): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x65c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x4dd4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x5452): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x54a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text+0x54c5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata+0x174): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mon olib_odcombo.o):odcombo.cpp:(.xdata+0x224): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata+0x2a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata+0x31c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.text.startup+0x2a5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_odcombo.o):odcombo.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text+0xa0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text+0xa1f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text+0xddf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text+0xe01): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text+0xe21): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text$_ZN24wxCustomBackgro undWindowI22wxPopupTransientWindowE21DoSetBackgroundBitmapERK8wxBitmap[_ZN24wxCustomBackgroundWindowI22wxPopupTransientWindowE21DoSetBackgroundBitma pERK8wxBitmap]+0xfb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata$_ZN24wxCustomBackgr oundWindowI22wxPopupTransientWindowE21DoSetBackgroundBitmapERK8wxBitmap+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata$_ZN24wxRichToolTipG enericImplD0Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata$_ZN24wxRichToolTipG enericImplD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text$_ZN18wxRichToolTipPo pupC1EP8wxWindowRK8wxStringS4_RK6wxIcon9wxTipKindRK6wxFont[_ZN18wxRichToolTipPopupC1EP8wxWindowRK8wxStringS4_RK6wxIcon9wxTipKindRK6wxFont]+0x1d74): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.text$_ZN18wxRichToolTipPo pupC1EP8wxWindowRK8wxStringS4_RK6wxIcon9wxTipKindRK6wxFont[_ZN18wxRichToolTipPopupC1EP8wxWindowRK8wxStringS4_RK6wxIcon9wxTipKindRK6wxFont]+0x1fee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_richtooltipg.o):richtooltipg.cpp:(.xdata$_ZN18wxRichToolTipP opupC1EP8wxWindowRK8wxStringS4_RK6wxIcon9wxTipKindRK6wxFont+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/ github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x32a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x12db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x1366): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x1403): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x14c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text+0x15a1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x144): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x1bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata+0x1dc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text$_ZN14wxWebViewEventC1Eii RK8wxStringS2_[_ZN14wxWebViewEventC1EiiRK8wxStringS2_]+0x12e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata$_ZN14wxWebViewEventC1Ei iRK8wxStringS2_+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.text.startup+0x1de): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_webview_ie.o):webview_ie.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0xf9 ): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0x15 a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0x1b 4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0x25 6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0x24 57): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.text+0x2 491): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata+0x1 c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata+0x4 c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata+0x6 c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata+0x9 c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata$_ZN 29wxActivityIndicatorXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_activityindicator.o):xh_activityindicator.cpp:(.xdata$_ZN 29wxActivityIndicatorXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0x26b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0x2d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0x334): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0x2331): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.text+0x23b6): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata$_ZN25wxAnimationC trlXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_animatctrl.o):xh_animatctrl.cpp:(.xdata$_ZN25wxAnimationC trlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0xf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monol ib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0x256): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0x27d0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.text+0x27e3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata$_ZN24wxBanner WindowXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bannerwindow.o):xh_bannerwindow.cpp:(.xdata$_ZN24wxBanner WindowXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x118): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x236): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x346): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x428): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x503): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.text+0x5e3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmp.o):xh_bmp.cpp:(.xdata+0xd8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x1ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x259): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x2b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x422): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x2996): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.text+0x29ae): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata+0x8c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata$_ZN26wxBitmapComboBoxXm lHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpcbox.o):xh_bmpcbox.cpp:(.xdata$_ZN26wxBitmapComboBoxXm lHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0x449): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0x4b5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0x514): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0x284e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.text+0x2879): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata$_ZN24wxBitmapButtonXmlHandl erD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mon olib_xh_bmpbt.o):xh_bmpbt.cpp:(.xdata$_ZN24wxBitmapButtonXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0x3d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0x43f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0x494): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0x270e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.text+0x2726): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata$_ZN18wxButtonXmlHandlerD1Ev+0 xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_bttn.o):xh_bttn.cpp:(.xdata$_ZN18wxButtonXmlHandlerD0Ev+0 xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0x4bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0x528): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0x584): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0x2748): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.text+0x279e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald. cpp:(.xdata$_ZN24wxCalendarCtrlXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cald.o):xh_cald.cpp:(.xdata$_ZN24wxCalendarCtrlXmlHandler D0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0x35d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0x3c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0x424): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0x246e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.text+0x2489): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata$_ZN20wxCheckBoxXmlHandlerD1 Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckb.o):xh_chckb.cpp:(.xdata$_ZN20wxCheckBoxXmlHandlerD0 Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x156): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x2492): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x24a7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x24c7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x2cf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.text+0x2d34): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wi ndows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata$_ZN24wxCheckListBoxXmlHandl erD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_chckl.o):xh_chckl.cpp:(.xdata$_ZN24wxCheckListBoxXmlHandl erD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x180): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x1f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x254): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x327): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x2404): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.text+0x2439): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata+0x60): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata$_ZN18wxChoiceXmlHandlerD1Ev +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choic.o):xh_choic.cpp:(.xdata$_ZN18wxChoiceXmlHandlerD0Ev +0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x58d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x664): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x7d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x2c3d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.text+0x2c55): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata+0xc8): undefined r eference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata$_ZN22wxChoicebookXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_choicbk.o):xh_choicbk.cpp:(.xdata$_ZN22wxChoicebookXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0x2e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0x350): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0x3a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0x2509): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.text+0x2533): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata$_ZN28wxColourPicker CtrlXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_clrpicker.o):xh_clrpicker.cpp:(.xdata$_ZN28wxColourPicker CtrlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.text+0x3d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.text+0x43f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.text+0x494): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.text+0x2531): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn .o):xh_cmdlinkbn.cpp:(.text+0x2544): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata$_ZN29wxCommandLinkB uttonXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_cmdlinkbn.o):xh_cmdlinkbn.cpp:(.xdata$_ZN29wxCommandLinkB uttonXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x1d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x294): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x3c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x2800): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.text+0x2813): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata+0x64): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata$_ZN27wxCollapsiblePan eXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_collpane.o):xh_collpane.cpp:(.xdata$_ZN27wxCollapsiblePan eXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0xf7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0x42f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0x4a3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/wind ows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0x504): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0x2725): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.text+0x2767): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata$_ZN20wxComboBoxXmlHandlerD1 Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_combo.o):xh_combo.cpp:(.xdata$_ZN20wxComboBoxXmlHandlerD0 Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0xc6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0x3e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0x44f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0x4a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0x2666): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.text+0x2679): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata$_ZN21wxComboCtrlXml HandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_comboctrl.o):xh_comboctrl.cpp:(.xdata$_ZN21wxComboCtrlXml HandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd6 4/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0x3d0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0x43c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0x494): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0x2665): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.text+0x2678): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata$_ZN20wxDateCtrlXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_datectrl.o):xh_datectrl.cpp:(.xdata$_ZN20wxDateCtrlXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0x3d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0x43f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0x494): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0x26c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.text+0x26f3): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata$_ZN25wxDirPickerCtr lXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/ lib/libwxmsw31u.a(monolib_xh_dirpicker.o):xh_dirpicker.cpp:(.xdata$_ZN25wxDirPickerCtrlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0x7f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0x862): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0x8e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0x2adf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.text+0x2b01): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata+0x148): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata$_ZN18wxDialogXmlHandlerD1Ev+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_dlg.o):xh_dlg.cpp:(.xdata$_ZN18wxDialogXmlHandlerD0Ev+0xc ): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x2d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x34d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x3b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x6fb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x72f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.text+0x744): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/gi thub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata$_ZN27wxEditableListBoxXmlHandlerD1Ev+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_editlbox.o):xh_editlbox.cpp:(.xdata$_ZN27wxEditableListBo xXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0xc6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0x3e3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0x44f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0x4a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0x2858): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.text+0x2873): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata$_ZN20wxFileCtrlXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filectrl.o):xh_filectrl.cpp:(.xdata$_ZN20wxFileCtrlXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0x535): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0x5a1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0x604): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0x292c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.text+0x2947): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata+0x44): undefined referenc e to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata$_ZN26wxFilePicker CtrlXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_filepicker.o):xh_filepicker.cpp:(.xdata$_ZN26wxFilePicker CtrlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0x35d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0x3c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0x424): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0x2688): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.text+0x26b2): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata$_ZN26wxFontPicker CtrlXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fontpicker.o):xh_fontpicker.cpp:(.xdata$_ZN26wxFontPicker CtrlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.text+0x9d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.text+0xa3f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.text+0xad4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.text+0x2ccf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_fram e.o):xh_frame.cpp:(.text+0x2cf1): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata$_ZN17wxFrameXmlHandlerD1Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_frame.o):xh_frame.cpp:(.xdata$_ZN17wxFrameXmlHandlerD0Ev+ 0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0x2e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0x353): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0x3a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0x244b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.text+0x2466): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata$_ZN17wxGaugeXmlHandlerD1Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gauge.o):xh_gauge.cpp:(.xdata$_ZN17wxGaugeXmlHandlerD0Ev+ 0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x136): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x2352): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x236f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x2a35): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/ wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x2aa1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.text+0x2b04): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata+0x134): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata$_ZN26wxGenericDirCtrlXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_gdctl.o):xh_gdctl.cpp:(.xdata$_ZN26wxGenericDirCtrlXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0xf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0x256): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0x22c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.text+0x2410): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata$_ZN16wxGridXmlHandlerD1Ev+0xc ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_grid.o):xh_grid.cpp:(.xdata$_ZN16wxGridXmlHandlerD0Ev+0xc ): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0x2e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0x353): undefined reference to `_Unwind_Resume' C:/Source/Go/ src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0x3a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0x26e9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.text+0x2764): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata$_ZN22wxHtmlWindowXmlHandlerD1 Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_html.o):xh_html.cpp:(.xdata$_ZN22wxHtmlWindowXmlHandlerD0 Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0x3d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0x43f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0x494): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0x261b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.text+0x262e): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata+0xb0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata$_ZN25wxHyperlinkCtr lXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_hyperlink.o):xh_hyperlink.cpp:(.xdata$_ZN25wxHyperlinkCtr lXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontp anic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0x508): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0x57c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0x5e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0x26fc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.text+0x2783): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata$_ZN19wxListBoxXmlHandlerD1E v+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listb.o):xh_listb.cpp:(.xdata$_ZN19wxListBoxXmlHandlerD0E v+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x58d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x5f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x664): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x7d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x2c0d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.text+0x2c25): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata$_ZN20wxListbookXmlHandler D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listbk.o):xh_listbk.cpp:(.xdata$_ZN20wxListbookXmlHandler D0Ev+0xc): more undefine d references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0x666): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0x716): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0x9fa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0xa1d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0x17da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.text+0x1846): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0x284): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0x2b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_listc.o):xh_listc.cpp:(.xdata+0x33c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0x13a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0xbd5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0xc41): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0xce4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0x1492): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.text+0x14a5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata+0x184): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata+0x1b0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata+0x274): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/ libwxmsw31u.a(monolib_xh_mdi.o):xh_mdi.cpp:(.xdata$_ZN15wxMdiXmlHandlerD1Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x16b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x189): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x1e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x286): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x3c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.text+0x3e0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0x90): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_menu.o):xh_menu.cpp:(.xdata+0xe0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x258): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x104b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x1096): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x10e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x36ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.text+0x3790): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata+0x108): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata$_ZN20wxNoteb ookXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_notbk.o):xh_notbk.cpp:(.xdata$_ZN20wxNotebookXmlHandlerD0 Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0xf7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0x51b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0x58f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0x5f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0x2850): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.text+0x2974): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata$_ZN30wxOwnerDrawnComboB oxXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_odcombo.o):xh_odcombo.cpp:(.xdata$_ZN30wxOwnerDrawnComboB oxXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0x268): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0x2d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0x324): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0x2353): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.text+0x2366): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/sr c/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata$_ZN17wxPanelXmlHandlerD1Ev+ 0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_panel.o):xh_panel.cpp:(.xdata$_ZN17wxPanelXmlHandlerD0Ev+ 0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x768): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x7d4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x854): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x9c2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x2d0c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.text+0x2d23): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata+0x160): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata$_ZN31wxPropertySheetDia logXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_propdlg.o):xh_propdlg.cpp:(.xdata$_ZN31wxPropertySheetDia logXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0x26b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0x2d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0x334): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0x2389): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.text+0x23a6): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31 u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata$_ZN23wxRadioButtonXmlHandle rD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbt.o):xh_radbt.cpp:(.xdata$_ZN23wxRadioButtonXmlHandle rD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0x40d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0x4bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0x554): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0x2a80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.text+0x2aa5): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata$_ZN20wxRadioBoxXmlHandlerD0 Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_radbx.o):xh_radbx.cpp:(.xdata$_ZN20wxRadioBoxXmlHandlerD1 Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0x26b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0x2d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0x334): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0x2485): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.text+0x2498): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/gith ub.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata$_ZN21wxScrollBarXmlHandlerD 1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scrol.o):xh_scrol.cpp:(.xdata$_ZN21wxScrollBarXmlHandlerD 0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0x35a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0x3c6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0x424): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0x25f8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.text+0x261d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata$_ZN26wxScrolledWindowXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_scwin.o):xh_scwin.cpp:(.xdata$_ZN26wxScrolledWindowXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.text+0xe7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.text+0x2bd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.text+0x331): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.text+0x394): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_html lbox.cpp:(.text+0x24ab): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.text+0x24d8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata+0xc0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata$_ZN29wxSimpleHtmlList BoxXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_htmllbox.o):xh_htmllbox.cpp:(.xdata$_ZN29wxSimpleHtmlList BoxXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x10b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x16c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x1c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x332): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x27b3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.text+0x27cb): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata$_ZN22wxSimplebook XmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_simplebook.o):xh_simplebook.cpp:(.xdata$_ZN22wxSimplebook XmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0x697): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/don tpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0x703): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0x764): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0x2a5a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.text+0x2a87): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata$_ZN18wxSliderXmlHandlerD1Ev +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_slidr.o):xh_slidr.cpp:(.xdata$_ZN18wxSliderXmlHandlerD0Ev +0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0xd6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0x176): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0x40c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0x42a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0x484): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.text+0x873): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0xc4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_spin.o):xh_spin.cpp:(.xdata+0x160): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd6 4/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0x532): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0x59e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0x604): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0x2b67): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.text+0x2b7a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata$_ZN26wxSplitterWindowXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_split.o):xh_split.cpp:(.xdata$_ZN26wxSplitterWindowXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x136): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x2309): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x231c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x2b3a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x2b80): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.text+0x2bd4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata+0x124): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata$_ZN22wxSearchCtrlXmlH andlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_srchctrl.o):xh_srchctrl.cpp:(.xdata$_ZN22wxS earchCtrlXmlHandlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0x4bf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0x52b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0x584): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0x2770): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.text+0x27c0): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata$_ZN21wxStatusBarXmlHand lerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_statbar.o):xh_statbar.cpp:(.xdata$_ZN21wxStatusBarXmlHand lerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0xf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0x256): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0x2461): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.text+0x247c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_a md64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata$_ZN24wxStaticBitmapXmlHandlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbmp.o):xh_stbmp.cpp:(.xdata$_ZN24wxStaticBitmapXmlHandl erD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0xf9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0x15a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0x1b4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0x256): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0x23f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.text+0x240a): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata$_ZN21wxStaticBoxXmlHandlerD 1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stbox.o):xh_stbox.cpp:(.xdata$_ZN21wxStaticBoxXmlHandlerD 0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0x26b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0x2d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0x334): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0x24f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.text+0x2507): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata+0xb4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata$_ZN22wxStaticLineXmlHandler D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_stlin.o):xh_stlin.cpp:(.xdata$_ZN22wxStaticLineXmlHandler D0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0x4bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0x528): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0x584): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0x259c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.text+0x25b7): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata$_ZN22wxStaticTextXmlHandler D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_sttxt.o):xh_sttxt.cpp:(.xdata$_ZN22wxStaticTextXmlHandler D0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0xc6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0x9db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0xa47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0xad4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0x2d39): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.text+0x2d5f): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata+0x48): undefi ned reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata+0x17c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata$_ZN20wxTextCtrlXmlHandlerD1Ev +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_text.o):xh_text.cpp:(.xdata$_ZN20wxTextCtrlXmlHandlerD0Ev +0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x2989): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x2b04): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x2b70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x2bc4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x558f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.text+0x7fbc): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0xe4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tglbtn.o):xh_tglbtn.cpp:(.xdata+0x1ac): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0xb6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0x201): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0x26d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0x2c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0x2495): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.text+0x24a8): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(mo nolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata+0xa8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata$_ZN20wxTimeCtrlXmlHan dlerD1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_timectrl.o):xh_timectrl.cpp:(.xdata$_ZN20wxTimeCtrlXmlHan dlerD0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0x7f5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0x861): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0x8e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0xbaf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0x3139): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.text+0x314c): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata+0x104): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata+0x194): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata$_ZN19wxToolBarXmlHandlerD1E v+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolb.o):xh_toolb.cpp:(.xdata$_ZN19wxToolBarXmlHandlerD0E v+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x42e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x49a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x4f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x662): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x2a41): undefined reference to `_Unwind _Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.text+0x2a54): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata+0xc8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata$_ZN20wxToolbookXmlHandler D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_toolbk.o):xh_toolbk.cpp:(.xdata$_ZN20wxToolbookXmlHandler D0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0xc6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0x78d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0x7f9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0x874): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0x2a84): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.text+0x2adc): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata+0x140): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata$_ZN20wxTreeCtrlXmlHandlerD1Ev +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_tree.o):xh_tree.cpp:(.xdata$_ZN20wxTreeCtrlXmlHandlerD0Ev +0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.text+0x365): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.text+0x3d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.text+0x434): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh _treebk.cpp:(.text+0x5a2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.text+0x1a4a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.text+0x1aef): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata+0x94): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata+0xfc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata$_ZN20wxTreebookXmlHandler D1Ev+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_treebk.o):xh_treebk.cpp:(.xdata$_ZN20wxTreebookXmlHandler D0Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x3c4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x3d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x3ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x539): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x5a5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text+0x5f4): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata+0xdc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata+0x10c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata$_ZN25wxUnknownWidgetXmlHand lerD1Ev+0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.text.startup+0x177): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_unkwn.o):xh_unkwn.cpp:(.xdata.startup+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/ dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x17a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x1e6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x234): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x415): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x156d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.text+0x1580): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata+0x80): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata$_ZN18wxWizardXmlHandlerD1Ev +0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_xh_wizrd.o):xh_wizrd.cpp:(.xdata$_ZN18wxWizardXmlHandlerD0Ev +0xc): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x559): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x575): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x591): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x5ad): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x5c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.text+0x5ec): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x150): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x198): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x22c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x2c8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxm sw31u.a(monolib_art_msw.o):art_msw.cpp:(.xdata+0x2f8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.text+0x245): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.text+0x747): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.text+0x7c3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_fileback.o):fileback.cpp:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ipcbase.o):ipcbase.cpp:(.text+0x172): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ipcbase.o):ipcbase.cpp:(.text+0x6d0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ipcbase.o):ipcbase.cpp:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ipcbase.o):ipcbase.cpp:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_ipcbase.o):ipcbase.cpp:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x3cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x7cc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x7f4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x81c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x94b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.text+0x980): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.xdata+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxmsw31u.a(monolib_art_internal.o):art_internal.cpp:(.xdata+0x100): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscin tilla_CallTip.o):CallTip.cxx:(.text+0x15f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CallTip.o):CallTip.cxx:(.xdata+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CallTip.o):CallTip.cxx:(.xdata+0xbc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.text+0x899): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.text+0xc79): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.text+0xca2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.text+0x1fed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.text+0x49ee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x58): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x1ac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x1d4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_CellBuffer.o):CellBuffer.cxx:(.xdata+0x32c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x686): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x20fd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x25d9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x26ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x2a8e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.text+0x2e00): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x98): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x2d0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x33c): undefined reference to `__gxx_personality_seh0' C:/Source/ Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x364): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x398): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Editor.o):Editor.cxx:(.xdata+0x3e8): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ExternalLexer.o):ExternalLexer.cxx:(.text+0x2d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ExternalLexer.o):ExternalLexer.cxx:(.text+0x451): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ExternalLexer.o):ExternalLexer.cxx:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ExternalLexer.o):ExternalLexer.cxx:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Indicator.o):Indicator.cxx:(.text+0xaee): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Indicator.o):Indicator.cxx:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_KeyMap.o):KeyMap.cxx:(.text+0x2db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_KeyMap.o):KeyMap.cxx:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.text+0x28f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.text+0x2ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.text+0x398): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.xdata+0x30): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LineMarker.o):LineMarker.cxx:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_MarginView.o):MarginView.cxx:(.text+0x1515): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_MarginView.o):MarginView.cxx:(.xdata+0x9c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text+0x14eb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text+0x191c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text+0x19a4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/ wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text+0x1bc8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text+0x1f8e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata+0x15c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata+0x1a8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata+0x1cc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata+0x200): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata+0x234): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.text$_ZNSt8_Rb_t reeIiSt4pairIKi14RepresentationESt10_Select1stIS3_ESt4lessIiESaIS3_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOiEESE_IJEEEEESt 17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_[_ZNSt8_Rb_treeIiSt4pairIKi14RepresentationESt10_Select1stIS3_ESt4lessIiESaIS3_EE22_M_e mplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOiEESE_IJEEEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_]+0x1b9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PositionCache.o):PositionCache.cxx:(.xdata$_ZNSt8_Rb_ treeIiSt4pairIKi14RepresentationESt10_Select1stIS3_ESt4lessIiESaIS3_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOiEESE_IJEEEEES t17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.text+0xa1d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.text+0x2c2d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.text+0x35b7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.xdata+0x114): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_RunStyles.o):RunStyles.cxx:(.xdata+0x190): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0x10a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0x4b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0x67c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscin tilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0xd3b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0x1114): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.text+0x157d): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0x20): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0x68): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0xa0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0xe8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0x12c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ScintillaBase.o):ScintillaBase.cxx:(.xdata+0x198): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Selection.o):Selection.cxx:(.text+0x13b1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Selection.o):Selection.cxx:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Style.o):Style.cxx:(.text+0x2db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Style.o):Style.cxx:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text+0x1068): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text+0x1822): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text+0x1978): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata+0x120): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata+0x158): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata+0x178): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata+0x18c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text$_ZNSt6vectorI5Style SaIS0_EE17_M_default_appendEy[_ZNSt6vectorI5StyleSaIS0_EE17_M_default_appendEy]+0x1e0): undefined re ference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text$_ZNSt6vectorI5Style SaIS0_EE17_M_default_appendEy[_ZNSt6vectorI5StyleSaIS0_EE17_M_default_appendEy]+0x25a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata$_ZNSt6vectorI5Styl eSaIS0_EE17_M_default_appendEy+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.text$_ZNSt8_Rb_treeI17Fo ntSpecificationSt4pairIKS0_P12FontRealisedESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2 _EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_[_ZNSt8_Rb_treeI17FontSpecificationSt4pairIKS0_P12FontRealisedESt10_Sele ct1stIS5_ESt4lessIS0_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_ const_iteratorIS5_EDpOT_]+0x204): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ViewStyle.o):ViewStyle.cxx:(.xdata$_ZNSt8_Rb_treeI17F ontSpecificationSt4pairIKS0_P12FontRealisedESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS 2_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0x5bb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0x6e1): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0xb84): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0xde8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0xe9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.text+0xf04): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0x7c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0xa4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0xd4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_XPM.o):XPM.cxx:(.xdata+0x154): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAda.o):LexAda.cxx:(.text+0x4141): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAda.o):LexAda.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpani c92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.text+0x149): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsAsmE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uni queIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx11 12basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsAsmE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniq ueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsAsmE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_un iqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.text$_ZN12OptionSetAsmC1Ev[_ZN 12OptionSetAsmC1Ev]+0x1c53): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.xdata$_ZN12OptionSetAsmC1Ev+0x 18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.text$_ZN8LexerAsm14LexerFactor yAsEv[_ZN8LexerAsm14LexerFactoryAsEv]+0x1f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.xdata$_ZN8LexerAsm14LexerFacto ryAsEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.text$_ZN8LexerAsm15LexerFactor yAsmEv[_ZN8LexerAsm15LexerFactoryAsmEv]+0x1f6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexAsm.o):LexAsm.cxx:(.xdata$_ZN8LexerAsm15LexerFacto ryAsmEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexASY.o):LexASY.cxx:(.text+0x338c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexASY.o):LexASY.cxx:(.xdata+0x4c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBash.o):LexBash.cxx:(.text+0x5504): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBash.o):LexBash.cxx:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text+0x10b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZNSt8_Rb_treeINSt7__ cxx1112ba sic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI12OptionsBasicE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_unique IJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112b asic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI12OptionsBasicE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqu eIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata$_ZNSt8_Rb_treeINSt7_ _cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI12OptionsBasicE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_h int_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZN10LexerBasicC1EcPF iPKcRiEPKS1_[_ZN10LexerBasicC1EcPFiPKcRiEPKS1_]+0x183d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZN10LexerBasicC1EcPF iPKcRiEPKS1_[_ZN10LexerBasicC1EcPFiPKcRiEPKS1_]+0x1c70): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata$_ZN10LexerBasicC1EcP FiPKcRiEPKS1_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZN10LexerBasic21Lexe rFactoryFreeBasicEv[_ZN10LexerBasic21LexerFactoryFreeBasicEv]+0x47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata$_ZN10LexerBasic21Lex erFactoryFreeBasicEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZN10LexerBasic21Lexe rFactoryPureBasicEv[_ZN10LexerBasic21LexerFactoryPureBasicEv]+0x47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata$_ZN10LexerBasic21Lex erFactoryPureBasicEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.text$_ZN10LexerBasic22Lexe rFactoryBlitzBasicEv[_ZN10LexerBasic22LexerFactoryBlitzBasicEv]+0x47): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBasic.o):LexBasic.cxx:(.xdata$_ZN10LexerBasic22Lex erFactoryBlitzBasicEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBibTeX.o):LexBibTeX.cxx:(.text+0x361a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexBibTeX.o):LexBibTeX.cxx:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCLW.o):LexCLW.cxx:(.text+0x43f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCLW.o):LexCLW.cxx:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCoffeeScript.o):LexCoffeeS cript.cxx:(.text+0x3a7a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCoffeeScript.o):LexCoffeeScript.cxx:(.xdata+0x54): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x1291): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x187d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x1def): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x3036): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x3049): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text+0x33bf): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0xf4): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0x130): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0x1a0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0x24c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata+0x27c): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text.unlikely+0x21a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text.unlikely+0x3f2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata.unlikely+0x24): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata.unlikely+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetIN12_GLOBAL__N_110OptionsCPPEE6OptionEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE22_M_ emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_.isra.338.c onstprop.367+0x2f7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetIN12_GLOBAL__N_110OptionsCPPEE6OptionEESt10_Select1stISD_ESt4lessIS5_ESaISD_EE22_M _emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_.is ra.338.constprop.367+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN9OptionSetIN12_GLOBAL_ _N_110OptionsCPPEE14DefinePropertyEPKcMS1_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_.constprop.363+0x2aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN9OptionSetIN12_GLOBAL __N_110OptionsCPPEE14DefinePropertyEPKcMS1_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_.constprop.363+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN9OptionSetIN12_GLOBAL_ _N_110OptionsCPPEE14DefinePropertyEPKcMS1_bNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.constprop.364+0x2aa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN9OptionSetIN12_GLOBAL __N_110OptionsCPPEE14DefinePropertyEPKcMS1_bNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.constprop.364+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN12_GLOBAL__N_112Option SetCPPC2Ev.constprop.362+0x65b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN12_GLOBAL__N_112Optio nSetCPPC2Ev.constprop.362+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN11SparseStateINSt7__cx x1112basic_stringIcSt11char_traitsIcESaIcEEEE4FindEi[_ZN11SparseStateINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4FindEi]+0x107): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN11SparseStateINSt7__c xx1112basic_stringIcSt11char_traitsIcESaIcEEEE4FindEi+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt6vectorINSt7__cxx111 2basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_[_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc EEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_]+0x1cf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt6vectorINSt7__cxx11 12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_emplace_back_auxIJRKS5_EEEvDpOT_+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN8LexerCPPC1Eb[_ZN8Lexe rCPPC1Eb]+0x6c9): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN8LexerCPPC1Eb+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN8LexerCPP26LexerFactor yCPPInsensitiveEv[_ZN8LexerCPP26LexerFactoryCPPInsensitiveEv]+0x36): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN8LexerCPP26LexerFacto ryCPPInsensitiveEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN8LexerCPP15LexerFactor yCPPEv[_ZN8Lexe rCPP15LexerFactoryCPPEv]+0x39): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN8LexerCPP15LexerFacto ryCPPEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_t St5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsI cESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb _tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_]+0x25c): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_ tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZN8LexerCPP14SetIdentifi ersEiPKc[_ZN8LexerCPP14SetIdentifiersEiPKc]+0x2a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZN8LexerCPP14SetIdentif iersEiPKc+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hint_uniqueIJRKSt 21piecewise_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt23_Rb_tree_const_iteratorISA_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_s tringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hint_uniqueIJRKSt21piecewis e_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt23_Rb_tree_const_iteratorISA_EDpOT_]+0x39d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hint_uniqueIJRKS t21piecewise_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt23_Rb_tree_const_iteratorISA_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEP St13_Rb_tree_nodeISA_EPKSK_SL_RT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Selec t1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_]+0x1db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEP St13_Rb_tree_nodeISA_EPKSK_SL_RT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerC PP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_]+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N8LexerCPP11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEE PSt13_Rb_tree_nodeISA_EPKSK_SL_RT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt6vectorIN11SparseSta teINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5StateESaIS8_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS8_SA_EEEEvNSD_IPS8_SA_EET _SJ_St20forward_iterator_tag[_ZNSt6vectorIN11SparseStateINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5StateESaIS8_EE15_M_range_insertIN9__g nu_cxx17__normal_iteratorIPKS8_SA_EEEEvNSD_IPS8_SA_EET_SJ_St20forward_iterator_tag]+0x60f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt6vectorIN11SparseSta teINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5StateESaIS8_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS8_SA_EEEEvNSD_IPS8_SA_EET _SJ_St20forward_iterator_tag[_ZNSt6vectorIN11SparseStateINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5StateESaIS8_EE15_M_range_insertIN9__g nu_cxx17__normal_iteratorIPKS8_SA_EEEEvNSD_IPS8_SA_EET_SJ_St20forward_iterator_tag]+0x61f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt6vectorIN11SparseSt ateINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5StateESaIS8_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPKS8_SA_EEEEvNSD_IPS8_SA_EE T_SJ_St20forward_iterator_tag+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct _tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_trait sIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESJ_IJEEEEESt1 7_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_]+0x299): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construc t_tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt6vectorINSt7__cxx111 2basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag[_ZNSt6 vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_ iterator_tag]+0x349): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.text$_ZNSt6vectorINSt7__cxx111 2basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag[_ZNSt6 vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcE SaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag]+0x359): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexCPP.o):LexCPP.cxx:(.xdata$_ZNSt6vectorINSt7__cxx11 12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag+0x18) : undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.text+0x116): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1112b asic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI8OptionsDE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqueIJRK St21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic _stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI8OptionsDE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqueIJRKSt21 piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx1112 basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI8OptionsDE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqueIJR KSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.text$_ZN10OptionSetDC1Ev[_ZN10Opti onSetDC1Ev]+0x2273): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.xdata$_ZN10OptionSetDC1Ev+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.text$_ZN6LexerD13LexerFactoryDEv[_ ZN6LexerD13LexerFactoryDEv]+0x1a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexD.o):LexD.cxx:(.xdata$_ZN6LexerD13LexerFactoryDEv+ 0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.text+0x733): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.text+0x236d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.text+0x2575): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.xdata+0x78): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.xdata+0xd0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(. text$_ZN9LexerDMIS16LexerFactoryDMISEv[_ZN9LexerDMIS16LexerFactoryDMISEv]+0x34): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexDMIS.o):LexDMIS.cxx:(.xdata$_ZN9LexerDMIS16LexerFa ctoryDMISEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexECL.o):LexECL.cxx:(.text+0x31c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexECL.o):LexECL.cxx:(.xdata+0x28): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexFlagship.o):LexFlagship.cxx:(.text+0x36d5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexFlagship.o):LexFlagship.cxx:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.text+0xc8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.text$_ZNSt8_Rb_treeINS t7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI14OptionsHaskellE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_empl ace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_tree INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI14OptionsHaskellE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_e mplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.xdata$_ZNSt8_Rb_treeIN St7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI14OptionsHaskellE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emp lace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.text$_ZN16OptionSetHas kellC1Ev[_ZN16OptionSetHaskellC1Ev]+0x1f6b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.xdata$_ZN16OptionSetHa skellC1Ev+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.text$_ZN12LexerHaskell 27LexerFactoryLiterateHaskellEv[_ZN12LexerHaskell27LexerFactoryLiterateHaskellEv]+0xd2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.xdata$_ZN12LexerHaskel l27LexerFactoryLiterateHaskellEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.text$_ZN12LexerHaskell 19LexerFactoryHaskellEv[_ZN12LexerHaskell19LexerFactoryHaskellEv]+0xd2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHaskell.o):LexHaskell.cxx:(.xdata$_ZN12LexerHaskel l19LexerFactoryHaskellEv+0x 10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHTML.o):LexHTML.cxx:(.text+0xc09a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexHTML.o):LexHTML.cxx:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexLaTeX.o):LexLaTeX.cxx:(.text$_ZN10LexerLaTeX17Lexe rFactoryLaTeXEv[_ZN10LexerLaTeX17LexerFactoryLaTeXEv]+0x84): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexLaTeX.o):LexLaTeX.cxx:(.xdata$_ZN10LexerLaTeX17Lex erFactoryLaTeXEv+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexLua.o):LexLua.cxx:(.text+0x3df3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexLua.o):LexLua.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexMPT.o):LexMPT.cxx:(.text+0xb64): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexMPT.o):LexMPT.cxx:(.xdata+0x48): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.text+0x677): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.text+0x96b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.text+0x20f0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.text+0x51ed): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.xdata+0x44): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.xdata+0x74): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.xdata+0xb8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPascal.o):LexPascal.cxx:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.text+0x9b): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.text+0x94df): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.xdata+0x110): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.text$_ZNSt8_Rb_treeINSt7__cx x1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI11OptionsPerlE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_ uniqueIJRKSt21piecewise_construct_tSt5tupl eIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcE EESt4pairIKS5_N9OptionSetI11OptionsPerlE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupl eIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__c xx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI11OptionsPerlE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint _uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.text$_ZN9LexerPerl16LexerFac toryPerlEv[_ZN9LexerPerl16LexerFactoryPerlEv]+0x18a8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPerl.o):LexPerl.cxx:(.xdata$_ZN9LexerPerl16LexerFa ctoryPerlEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPowerPro.o):LexPowerPro.cxx:(.text+0x1249): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPowerPro.o):LexPowerPro.cxx:(.text+0x45fd): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPowerPro.o):LexPowerPro.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexPowerPro.o):LexPowerPro.cxx:(.xdata+0x88): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.text+0x3f51): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.text$_ZNSt8_Rb_treeI NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI15OptionsRegistryE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_e mplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_t reeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI15OptionsRegistryE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22 _M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d) : undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.xdata$_ZNSt8_Rb_tree INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI15OptionsRegistryE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_ emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.text$_ZN13LexerRegis try20LexerFactoryRegistryEv[_ZN13LexerRegistry20LexerFactoryRegistryEv]+0x6d3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/li bwxscintilla.a(wxscintilla_LexRegistry.o):LexRegistry.cxx:(.xdata$_ZN13LexerRegistry20LexerFactoryRegistryEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.text+0x99): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.text+0x64e4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.xdata+0x14c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.text$_ZNSt8_Rb_treeINSt7__cx x1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI11OptionsRustE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_ uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cx x1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI11OptionsRustE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_ uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__c xx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI11OptionsRustE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint _uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.text$_ZN13OptionSetRustC1Ev[ _ZN13OptionSetRustC1Ev]+0x2263): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.xdata$_ZN13OptionSetRustC1Ev +0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.text$_ZN9LexerRust16LexerFac toryRustEv[_ZN9LexerRust16LexerFactoryRustEv]+0x1be): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexRust.o):LexRust.cxx:(.xdata$_ZN9LexerRust16LexerFa ctoryRustEv+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSpice.o):LexSpice.cxx:(.text+0x2957): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSpice.o):LexSpice.cxx:(.xdata+0x1c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.text+0x139): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.text$_ZNSt8_Rb_treeINSt7__cxx1 112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsSQLE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uni queIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iterato rISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsSQLE 6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iterator ISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_]+0x41d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.xdata$_ZNSt8_Rb_treeINSt7__cxx 1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N9OptionSetI10OptionsSQLE6OptionEESt10_Select1stISC_ESt4lessIS5_ESaISC_EE22_M_emplace_hint_un iqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESN_IJEEEEESt17_Rb_tree_iteratorISC_ESt23_Rb_tree_const_iteratorISC_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.text$_ZN12OptionSetSQLC1Ev[_ZN 12OptionSetSQLC1Ev]+0x1c63): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.xdata$_ZN12OptionSetSQLC1Ev+0x 18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.text$_ZN8LexerSQL15LexerFactor ySQLEv[_ZN8LexerSQL15LexerFactorySQLEv]+0x12f): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSQL.o):LexSQL.cxx:(.xdata$_ZN8LexerSQL15LexerFacto rySQLEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSTTXT.o):LexSTTXT.cxx:(.text+0x124d): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSTTXT.o):LexSTTXT.cxx:(.text+0x4281): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSTTXT.o):LexSTTXT.cxx:(.xdata+0x5c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexSTTXT.o):LexSTTXT.cxx:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text+0x1cf): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text+0x13c8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text+0x15d7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text+0x1e58): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text+0x538e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata+0x38): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata+0xf0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata+0x11c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata+0x148): undefined reference to `__gxx_pe rsonality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata+0x1bc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZN9OptionSetIN12 _GLOBAL__N_114OptionsVerilogEE14DefinePropertyEPKcMS1_bNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.constprop.294+0x6e0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZN9OptionSetIN1 2_GLOBAL__N_114OptionsVerilogEE14DefinePropertyEPKcMS1_bNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE.constprop.294+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZN12_GLOBAL__N_1 16OptionSetVerilogC2Ev.constprop.293+0x3cb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZN12_GLOBAL__N_ 116OptionSetVerilogC2Ev.constprop.293+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZN12LexerVerilog 11SymbolValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_[_ZN12LexerVerilog11SymbolValueC1ERKNSt7__cxx1112basic_stringIcSt11char_tra itsIcESaIcEEES8_]+0x5e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZN12LexerVerilo g11SymbolValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_+0xc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZN12LexerVerilog 19LexerFactoryVerilogEv[_ZN12LexerVerilog19LexerFactoryVerilogEv]+0x2d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZN12LexerVerilo g19LexerFactoryVerilogEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZN12LexerVerilog 14SetIdentifiersEiPKc[_ZN12LexerVerilog14SetIdentifiersEiPKc]+0x2a0): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZN12LexerVerilo g14SetIdentifiersEiPKc+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZNSt8_Rb_treeINS t7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hint _uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt23_Rb_tree_const_iteratorISA_EDpOT_[_ZNSt8_Rb_treeINSt7__c xx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hint_uniq ueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt23_Rb_tree_const_iteratorISA_EDpOT_]+0x4da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZNSt8_Rb_treeIN St7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE22_M_emplace_hin t_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESL_IJEEEEESt17_Rb_tree_iteratorISA_ESt 23_Rb_tree_const_iteratorISA_EDpOT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZNSt8_Rb_treeINS t7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_A lloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11Symbo lValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_]+0x1db): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.text$_ZNSt8_Rb_treeINS t7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_A lloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_[_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11Symbo lValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_Alloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_]+0x23e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVerilog.o):LexVerilog.cxx:(.xdata$_ZNSt8_Rb_treeIN St7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N12LexerVerilog11SymbolValueEESt10_Select1stISA_ESt4lessIS5_ESaISA_EE7_M_copyINSG_11_ Alloc_nodeEEEPSt13_Rb_tree_nodeISA_EPKSK_SL_RT_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVHDL.o):LexVHDL.cxx:(.text+0x4660): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVHDL.o):LexVHDL.cxx:(.xdata+0x6c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.text+0xeb): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.text+0x39de) : undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.xdata+0x14): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.xdata+0x70): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.text$_ZN17Le xerVisualProlog24LexerFactoryVisualPrologEv[_ZN17LexerVisualProlog24LexerFactoryVisualPrologEv]+0x1ef): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexVisualProlog.o):LexVisualProlog.cxx:(.xdata$_ZN17L exerVisualProlog24LexerFactoryVisualPrologEv+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerBase.o):LexerBase.cxx:(.text+0x15e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerBase.o):LexerBase.cxx:(.text+0x1e5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerBase.o):LexerBase.cxx:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerBase.o):LexerBase.cxx:(.xdata+0x5c): undefined reference to `__gxx_personalit y_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerModule.o):LexerModule.cxx:(.text+0x231): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerModule.o):LexerModule.cxx:(.xdata+0x34): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerSimple.o):LexerSimple.cxx:(.text+0x251): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_LexerSimple.o):LexerSimple.cxx:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.text+0x6a6): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.text+0x799): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.text+0x868): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.text+0xafa): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.xdata+0x40): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.xdata+0x84): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.xdata+0xac): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_PropSetSimple.o):PropSetSimple.cxx:(.xdata+0xec): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text+0xf4): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text+0x11da): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata+0x10): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata+0x2c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata+0xe0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text$_ZSt16__inser tion_sortIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_[_ZSt16__insertion_sortIN9__gnu_cxx17__ normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_]+0x31a): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata$_ZSt16__inse rtion_sortIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.tex t$_ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_[_ZSt22__final_ins ertion_sortIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_]+0x463): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata$_ZSt22__fina l_insertion_sortIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text$_ZSt13__adjus t_heapIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEExiNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_T0_SC_T1_T2_[_ZSt13__adjust_heapIN9__gnu_cxx17 __normal_iteratorIPiSt6vectorIiSaIiEEEExiNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_T0_SC_T1_T2_]+0x3ff): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata$_ZSt13__adju st_heapIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEExiNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_T0_SC_T1_T2_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text$_ZSt13__heap_ selectIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_SB_T0_[_ZSt13__heap_selectIN9__gnu_cxx17__nor mal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_SB_T0_]+0x3e7): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata$_ZSt13__heap _selectIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEENS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_SB_T0_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.text$_ZSt16__intro sort_loopIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEExNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_T1_[_ZSt16__introsort_loopIN9__gnu_cxx 17__normal_iteratorIPiSt6vectorIiSaIiEEEExNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_T1_]+0xc08): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_AutoComplete.o):AutoComplete.cxx:(.xdata$_ZSt16__intr osort_loopIN9__gnu_cxx17__normal_iteratorIPiSt6vectorIiSaIiEEEExNS0_5__ops15_Iter_comp_iterI6SorterEEEvT_SB_T0_T1_+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ContractionState.o):ContractionState.cxx:(.text+0xe1b ): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ContractionState.o):ContractionState.cxx:(.text+0xe46 ): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_ContractionState.o):ContractionState.cxx:(.xdata+0x6c ): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Decoration.o):Decoration.cxx:(.text+0x1ac): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Decoration.o):Decoration.cxx:(.xdata+0x3c): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x16f3): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwx scintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x388e): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x7009): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x72ba): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x7ce5): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.text+0x8649): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0xcc): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0x128): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0x348): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0x634): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0x694): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_Document.o):Document.cxx:(.xdata+0x6c0): more undefined references to `__gxx_personality_seh0' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditModel.o):EditModel.cxx:(.text+0x152): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditModel.o):EditModel.cxx:(.xdata+0x18): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditModel.o):EditModel.cxx:(.xdata+0x50): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x19d2): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x1bae): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x1f28): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x20b8): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x21bc): undefined reference to `_Unwind_Resume' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.text+0x2356): more undefined references to `_Unwind_Resume' follow C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0xf8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0x138): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0x174): undefined referen ce to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0x1b8): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0x1f0): undefined reference to `__gxx_personality_seh0' C:/Source/Go/src/github.com/dontpanic92/wxGo/wx/windows_amd64/lib/libwxscintilla.a(wxscintilla_EditView.o):EditView.cxx:(.xdata+0x220): more undefined references to `__gxx_personality_seh0' follow collect2.exe: error: ld returned 1 exit status