(.text._ZNK14wxCheckBoxBase16DoGet3StateValueEv[wxCheckBoxBase::DoGet3StateValue() const]+0x22): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'Don't mix wxWidgets debug with wxWidgets release libs.
(.text._ZNK14wxCheckBoxBase16DoGet3StateValueEv[wxCheckBoxBase::DoGet3StateValue() const]+0x22): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'Don't mix wxWidgets debug with wxWidgets release libs.
Next time,. please post the full build log. Such snippets are usually not helpful at all.
~/src/codeblocks$ which codeblocks
/usr/local/bin/codeblocks
~/src/codeblocks$ codeblocks
codeblocks: symbol lookup error: codeblocks: undefined symbol: _ZTI14cbBacktraceDlg
It seems you did not un-install it completely, including its dependencies. This dialog came after 10/05. I Don't know your system and what you did exactly, all I can tell is that you are mixing two incompatible Code::Blocks libraries now. Why don't you simply use the Ubuntu packages provided via the nightlies? This will avoid such hassle if you don't exactly know what you are doing...CodeI did have CB 10.05 installed first, but uninstalled it before doing the "sudo make install".codeblocks: symbol lookup error: codeblocks: undefined symbol: _ZTI14cbBacktraceDlg
Why don't you simply use the Ubuntu packages provided via the nightlies? This will avoid such hassle if you don't exactly know what you are doing...