thx :)
it all worked :)
i read this text about two wxWidgets but it seems a little confusing (or i just dont understand it)
anyways, i downloaded latest wxBase from official page, ./configure then make, then make install
after that i had to add /usr/local/lib directory where wxWidgets libraries installed (Default) to /etc/ld.so.conf file (at least for Debian that is) and run ldconfig, and it was set :)
now i have problem with webserver search - it just doesnt work. no results when i click on refetch, or sometimes i get "%u %s" and such (and still no results)
but other than that, everything is ok :)
edited:
P.S. something is wrong, when i click on transfer now webserver is crashing and i cant see Transfer tab at all.
i added some files when i first started it, but now i cant check them. i attached results from amuleweb -v when clicking on Transfer
P.S.2 this attachment looks ugly in webbrowser (no next line characters) but should be ok in any text editor i think (looks ok in linux pico or windows wordpad :P )
but it seems there is nothing intresting in this file ;) i get also:
CServerSocket: destroying socket 0x83dec30
CServerSocket: terminated
CServerSocket: connection closed
CServerSocket: connection closed
CServerSocket: destroying socket 0x840a3c0
CServerSocket: terminated
CServerSocket: destroying socket 0x840cfb0
CServerSocket: destroying socket 0x840d2e8
ECSocket::ReadBuffer error No error happened
from amuled screen...
also , which is strange, amuled seems to be multipling itself :)
juice@debian:~/amule$ ps auxw|grep amule|wc -l
16...
12 or so is amuled, 4 is amuleweb (dont know also why its 4)
strange things :)
PS.3 haha ok now another thing happend, after i restarted all amuled and amuleweb:
Oops, aMule crashed! [...]
[0] CamuleApp::OnFatalException() in amule.cpp:1035
[1] wxFatalSignalHandler in /usr/local/lib/libwx_base-2.5.so.3[0x40167bf8]
[2] ?? in /lib/libpthread.so.0 [0x40027825]
[3] ?? in /lib/libc.so.6 [0x404475e8]
[4] CServerConnect::CheckForTimeout() in sockets.cpp:422
[5] CamuleApp::OnCoreTimer(wxEvent&) in amule.cpp:1451
[6] CamuleDaemonApp::OnRun() in amuled.cpp:163
[7] wxEntry(int&, char**) in /usr/local/lib/libwx_base-2.5.so.3[0x4010a933]
[8] main in amuled.cpp:134
[9] __libc_start_main in /lib/libc.so.6[0x40433dc6]
[10] _start in start.S:105