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 mismatch  (Read 2696 times)

netster403

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
fatal mismatch
« on: June 03, 2006, 05:09:24 PM »

I compiled with a basic:
./configure
make
make install

and when I run amule i get:
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

version 2.1.2

whats this ABI 102 and 1002, sounds like a build error.

--Alex
« Last Edit: June 03, 2006, 05:10:05 PM by netster403 »
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: fatal mismatch
« Reply #1 on: June 03, 2006, 05:11:01 PM »

Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: fatal mismatch
« Reply #2 on: June 03, 2006, 05:30:44 PM »

To summarize:wx is built with a different version of gcc than aMule.
Rebuild wx
Logged

netster403

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: fatal mismatch
« Reply #3 on: June 03, 2006, 07:10:08 PM »

ah fixed, I had to rm all wx windows stuff and then make install mxwindows.

thanks for the fast reply! :D
Logged