aMule Forum
English => Compilation problems => Topic started 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
-
http://forum.amule.org/search.php? ;)
-
To summarize:wx is built with a different version of gcc than aMule.
Rebuild wx
-
ah fixed, I had to rm all wx windows stuff and then make install mxwindows.
thanks for the fast reply! :D