Hi,
I was using Debian Jessie with, I believe, Code::Blocks 17.12. I upgraded to stretch then buster. When done, Code::Blocks wouldn't run. I then looked for updates and found the
https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks_20.03_i386_stable.tar.xz which is supposed to be made for Debian 10 (Buster).
I extracted the file, change to that directory and ran
sudo dpkg -i *.deb followed by
sudo apt-get install -f (which didn't update or change anything - just ran it because instructions I found for install said to). Anyway, once done the icon still wouldn't launch so I ran "codeblocks" from terminal and it says:
codeblocks: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: cannot open shared object file: No such file or directorySo I'm stuck, I can't see to find that file anywhere and the only package I found it listed was for SID.
What do I need to do for code::blocks to run on Debian Buster?