aMule Forum

English => Compilation problems => Topic started by: netster403 on June 03, 2006, 05:09:24 PM

Title: fatal mismatch
Post by: netster403 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
Title: Re: fatal mismatch
Post by: Gerd78 on June 03, 2006, 05:11:01 PM
http://forum.amule.org/search.php? ;)
Title: Re: fatal mismatch
Post by: wuischke on June 03, 2006, 05:30:44 PM
To summarize:wx is built with a different version of gcc than aMule.
Rebuild wx
Title: Re: fatal mismatch
Post by: netster403 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