wRabbit,
That wil not work unless you have gdk compiled with debug information.
Well, beeing an X error, it is most likely a wxGTK problem, because there is no X programming inside aMule. So, check to see if the wxGTK you are using is *really* the one you want to use, i.e., look at other places and see if you don't have an old installation interfering. One easy way to be sure is to run aMule with the line
$ LD_LIBRARY_PATH=/usr/local/wxWidgets-cvs/lib/ src/amule &
Where LD_LIBRARY_PATH points to the right place. Inside gdb, you will have to
(gdb) set env LD_LIBRARY_PATH /usr/local/wxWidgets-cvs/lib/
If in doubt, don't hesitate to ask.
Cheers!