Author Topic: Plz HELP installing codeblocks on Slackware 13.37 ...  (Read 4097 times)

Blitz

  • Guest
Plz HELP installing codeblocks on Slackware 13.37 ...
« 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 !!
« Last Edit: November 08, 2011, 05:19:40 am by Blitz »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Plz HELP installing codeblocks on Slackware 13.37 ...
« Reply #1 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.