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
Where did you get C::B from ?
RPM package from RPM FIND.
Just noticed that it is an FC13 build. WOuld that makea significant difference?
The problem is probably that it is build against wx2.8.10 (most likely).
You can use this repo : http://fedora.danny.cz/danny/
It works. :)
Thanks
Downloaded and working