Ok let's start.
I installed wxGTK 2.6 rpm then download the last daily CVS (aMule-CVS-20050425)
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon && make
make install
after this when I start amuled I get:
amuled
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
ls -l /usr/bin/wx* lrwxrwxrwx 1 root root 39 25 apr 18:00 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.6
lrwxrwxrwx 1 root root 8 25 apr 18:00 /usr/bin/wxrc -> wxrc-2.6
-rwxr-xr-x 1 root root 74642 24 apr 03:12 /usr/bin/wxrc-2.6
rpm -qa | grep wx wxGTK-2.6.0-1
Having already installed before wxBase I uninstalled it. And then I tryed with:
wx_config_args="--toolkit=gtk" ./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon && make
I get the same error as before both running amuled amuleweb and amulecmd:
amulecmd
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
Help! I can't stand to use MLDonkey :baby: