The C++, C & Fortran IDE CodeBlocks won't work for me. Whenever I click it in the menu nothing happens. I ran it from the terminal and got this error message:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8).
Aborted.
I Googled it and found out that if the user compiles it themselves it should work fine. However, the version in the repositories doesn't work for me and I assume it won't work for other people considering that this doesn't appear to be a hardware-specific error.
Thanks,
Liam