News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Plz HELP installing codeblocks on Slackware 13.37 ...

Started by Blitz, November 08, 2011, 05:06:06 AM

Previous topic - Next topic

Blitz

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 !!

Jenna

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.