Well after putting up with a previous (broken cvs) that could only run semi-reliably under amulecmd/amuled,I have tried compiling the latest cvs.Here are the details of the wxgtk and amule compiles:
wxGTK 2.5.3:
--with-gtk2 --with-unicode
amule:
---disable-debug --enable-optimise -enable-amule-daemon --enable-webserver
--enable-amulecmd --disable-systray --enable-ccache
And here are the problems:
Main amule(GUI):
Gui doesn't have the swap workspace/window segfault anymore but now it can't load my shared files or transfer list.These are the errors in the log that stand out:
IDS_CRYPT_INITFAILED
Error enumerating files for dir ~/amule/temp
Error enumerating files for dir ~/amule/incoming/
Also graphics are somewhat messed up,such as unicode might not be working correctly.
amulecmd:
Loads the password prompt and lets me enter my pass then it just closes without a message.
amuleweb:
Õ· Õ·ssword not passed on command line and config file not used
amuled:
Possible insight to the above problems here as it seems to be trying to load the shared/temp files from '.' rather then my proper shared/temp directories:
Loading temp files from .
Empty dir shared
A lot of the problesm above might suggest permission problems but I am have read/write access to all of the files,so I can't see why thies would be happening.
I'm compiling rc7 again against the same wx to see if the problems disappear.