[CMake] cmake and wxwidgets on windows

John dbgtjp at hotmail.com
Thu Oct 30 19:25:19 EDT 2008


hi Miguel,

seems that I resolved the problem with CMake not finding
wxWidgets.
There must have been a problem while building wxWidgets 
on my machine.
As I installed wxPack now, CMake finds wxWidgets.

However since then a new error appears.
I've got a lot of undefined reference to 
_Unwind_Resume errors now.
See below error message for further information.

Anybody got an idea why they could appear?
Google hasn't brouhgt up, any useful suggestions so far.

John

appbase.cpp||undefined reference to `_Unwind_Resume'|
appbase.cpp||undefined reference to `_Unwind_Resume'|
appbase.cpp||undefined reference to `_Unwind_Resume'|
appbase.cpp||undefined reference to `_Unwind_Resume'|
appbase.cpp||undefined reference to `_Unwind_Resume'|
appbase.cpp||more undefined references to 
`_Unwind_Resume' follow|
C:\wx2.8\lib\gcc_lib\libwxbase28.a(baselib_appbase.o)
(.eh_frame+0x12):appbase.cpp||undefined
reference to `__gxx_personality_v0'|
string.cpp||undefined reference to `_Unwind_Resume'|
string.cpp||undefined reference to `_Unwind_Resume'|
string.cpp||undefined reference to `_Unwind_Resume'|
string.cpp||undefined reference to `_Unwind_Resume'|
string.cpp||undefined reference to `_Unwind_Resume'|
string.cpp||more undefined references to 
`_Unwind_Resume' follow|
C:\wx2.8\lib\gcc_lib\libwxbase28.a(baselib_string.o)
(.eh_frame+0x12):string.cpp||undefined
reference to `__gxx_personality_v0'|
thread.cpp||undefined reference to `_Unwind_Resume'|
thread.cpp||undefined reference to `_Unwind_Resume'|
thread.cpp||undefined reference to `_Unwind_Resume'|
thread.cpp||undefined reference to `_Unwind_Resume'|
thread.cpp||undefined reference to `_Unwind_Resume'|
thread.cpp||more undefined references to
`_Unwind_Resume' follow|
C:\wx2.8\lib\gcc_lib\libwxbase28.a(baselib_thread.o)
(.eh_frame+0x12):thread.cpp||undefined
reference to `__gxx_personality_v0'|
...
...
...
C:\wx2.8\lib\gcc_lib\libwxbase28.a(baselib_textfile.o)
(.text$_ZN10wxTextFileD0Ev[wxTextFile::~wxTextFile()]+0x47):
textfile.cpp||undefined
reference to `_Unwind_Resume'|
||More errors follow but not being shown.|
||Edit the max errors limit in compiler options...|
||=== Build finished: 50 errors, 0 warnings ===|



More information about the CMake mailing list