aMule Forum

English => aMule crashes => Topic started by: lennynero on January 08, 2006, 02:48:27 AM

Title: Fatal error on start
Post by: lennynero on January 08, 2006, 02:48:27 AM
i paste my error below:

Code: [Select]
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).
Abortito

i had used cvs-20051022 fine, but now amule(cvs-20060107) not work...
i cant understand this error, please help me.

thank a lot for your support
Title: Re: Fatal error on start
Post by: Gerd78 on January 08, 2006, 03:42:48 AM
You *must* use compatible compilers for wxWidgets and any application that uses it. You used GCC 3.2 or 3.3 for wxWidgets and GCC 3.4 or 4.0 for aMule. That doesn't work.

Compatible compilers are:

- GCC 3.2 and 3.3
- GCC 3.4 and 4.0
Title: Re: Fatal error on start
Post by: lennynero on January 08, 2006, 11:34:08 AM
thank u, i think i upgraded compiler after compiling old wxGTK-2.6.0....