aMule Forum
English => aMule Help => Topic started by: korner on May 15, 2005, 11:38:25 AM
-
hi,
I have some quirkness since I have compiled latest release; firstly in some cases i have A4AF string instead of normal progress bar (it occurs when my client is asking for another file); second problem consist in that my amule doesn't display some files' names, for instance when I am browsing my shared files I don't have name of one file but I see its size, id etc.
regards
korner
-
unicode problem
-
so what is the simplest solution?
-
i dunno what linux distri & wxgtk you use
-
I've compiled wxGTK-2.6.0, I have Aurox 10.1, maybe I should have specified some parameters for amule ./configure?
-
Originally posted by korner
firstly in some cases i have A4AF string instead of normal progress bar (it occurs when my client is asking for another file);
http://forum.amule.org/thread.php?threadid=5091&sid=&threadview=0&hilight=&hilightuser=0&page=3
-
any suggestions about second issue??
-
korner, when you configured wxGTK, did you specify --enable-unicode? You should.
-
recompile wxGTK-2.6.0 using:
./configure --prefix=/your-prefix --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
-
unicode problem solved, thx