Hi there !
I had the same problem : I didn't have the non-unicode version of the library (libwx_gtk2
u_xrc-2.6.so.0 instead of libwx_gtk2_xrc-2.6.so.0)
You probably have the unicode one too...
So you just have to get wxGTK-2.6.3 sources, then ./configure with "--disable-unicode" option, compile and install it !
