Since I upgraded to Debian Etch I get this error messages:
amuled: Symbol `_ZTV16wxDatagramSocket' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV14wxSocketServer' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV13wxSocketEvent' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV8wxObject' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV16wxZipInputStream' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV7wxEvent' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted
Any tips? Is this a bug or is it me?
I tried with amule cvs sources for testing and I get the same result.