Hi,
I just upgraded amule from 2.0.0 to 2.0.1 and wxGTK from 2.4.2 to 2.6.0 and amule does not start! It displays the following error message:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted
Note the difference: ABI 102 vs ABI 1002. Is there a typo in the code?