Poll
Question:
How can i start codeblocks ??
Option 1: Nothing to be said !
votes: 0
Option 2: Nothing to be said !
votes: 0
After installing codeblocks from abinary slackware pkg [Latest Version], I get that while starting the app up !
codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
However, I compiled that too --> http://www.wxwidgets.org/downloads/ from source !!
That means the wxWidgets versions used for building C::B is not binary compatible with the one you have build yourself.
Either you install the one used for creating the binary package (if possible), or you have to build C::B yourself.
The second is not so hard, if you use autotools.