Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: keithrk on February 10, 2011, 11:43:49 am

Title: Codeblocks relocation error on Fedora 14
Post by: keithrk 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
Title: Re: Codeblocks relocation error on Fedora 14
Post by: Jenna on February 10, 2011, 11:57:00 am
Where did you get C::B from ?
Title: Re: Codeblocks relocation error on Fedora 14
Post by: keithrk 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?
Title: Re: Codeblocks relocation error on Fedora 14
Post by: Jenna on February 10, 2011, 12:27:07 pm
The problem is probably that it is build against wx2.8.10 (most likely).
Title: Re: Codeblocks relocation error on Fedora 14
Post by: Folco on February 10, 2011, 12:43:12 pm
You can use this repo : http://fedora.danny.cz/danny/

It works. :)
Title: Re: Codeblocks relocation error on Fedora 14
Post by: keithrk on February 10, 2011, 05:12:52 pm
Thanks

Downloaded and working