Author Topic: Codeblocks relocation error on Fedora 14  (Read 8643 times)

Offline keithrk

  • Single posting newcomer
  • *
  • Posts: 4
Codeblocks relocation error on Fedora 14
« on: February 10, 2011, 11:43:49 am »
I am returning to programming and wanted to install an IDE after a look through the offerings CodeBlocks seemed a good choice.

I have installed Fedora 14 without issues I added in codeblocks as my IDE; but when I ran it from the menu nothing happened. I tried running from a console window and the following message appears:

codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference.

I checked and wxBase 2.8.11 is installed as are wxGTK and wxGTK-media both at 2.8.11.

Any help would be greatly appreciated

Keith

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Codeblocks relocation error on Fedora 14
« Reply #1 on: February 10, 2011, 11:57:00 am »
Where did you get C::B from ?

Offline keithrk

  • Single posting newcomer
  • *
  • Posts: 4
Re: Codeblocks relocation error on Fedora 14
« Reply #2 on: February 10, 2011, 12:14:24 pm »
RPM package from RPM FIND.

Just noticed that it is an FC13 build. WOuld that makea significant difference?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Codeblocks relocation error on Fedora 14
« Reply #3 on: February 10, 2011, 12:27:07 pm »
The problem is probably that it is build against wx2.8.10 (most likely).

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Codeblocks relocation error on Fedora 14
« Reply #4 on: February 10, 2011, 12:43:12 pm »
You can use this repo : http://fedora.danny.cz/danny/

It works. :)
« Last Edit: February 10, 2011, 07:08:30 pm by Folco »
Kernel Extremist - PedroM power ©

Offline keithrk

  • Single posting newcomer
  • *
  • Posts: 4
Re: Codeblocks relocation error on Fedora 14
« Reply #5 on: February 10, 2011, 05:12:52 pm »
Thanks

Downloaded and working