aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Fatal error on start  (Read 2738 times)

lennynero

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 29
Fatal error on start
« 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
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Fatal error on start
« Reply #1 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
Logged

lennynero

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 29
Re: Fatal error on start
« Reply #2 on: January 08, 2006, 11:34:08 AM »

thank u, i think i upgraded compiler after compiling old wxGTK-2.6.0....
« Last Edit: January 08, 2006, 11:34:26 AM by lennynero »
Logged