When I try to run code that uses the wxMax library it crashes with this:
I had to install some older version of wxWidgets to get code::blocks to work, could that be the problem?
I still have 2.8, 2.6, and 2.4 development packages installed..
/usr/bin/ld: warning: libstdc++.so.6, needed by /usr/lib/libwx_gtk2u_aui-2.8.so, may conflict with libstdc++.so.5
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.6).
Aborted
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.6).
Aborted
I had to install some older version of wxWidgets to get code::blocks to work, could that be the problem?
I still have 2.8, 2.6, and 2.4 development packages installed..