Code::Blocks Forums

User forums => Help => Topic started by: Blitz on November 08, 2011, 05:06:06 am

Title: Plz HELP installing codeblocks on Slackware 13.37 ...
Post by: Blitz on November 08, 2011, 05:06:06 am
After installing codeblocks from abinary slackware pkg [Latest Version], I get that while starting the app up !
Code
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 !!
Title: Re: Plz HELP installing codeblocks on Slackware 13.37 ...
Post by: Jenna on November 08, 2011, 07:19:14 am
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.