[wxruby-users] wxRuby 1.9.9 on SLES 10
Alex Fenton
alex at pressure.to
Thu Nov 6 12:26:20 EST 2008
Irlweg, Franz (ZNT) wrote:
> wx-config --libs
> -L/usr/local/lib -pthread -L/usr/X11R6/lib -lwx_gtk2_richtext-2.8
> -lwx_gtk2_aui-2.8 -lwx_gtk2_xrc-2.8 -lwx_gtk2_qa-2.8 -lwx_gtk2_html-2.8
> -lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8
> -lwx_base-2.8
>
Thanks. I think the problem is that the rpm version you have is a
non-unicode build of wxWidgets, whereas I've built it against a unicode
version. See that the libs it's looking for have a u in the name, eg
libwx_gtk2u_aui, whereas the ones on your system don't.
I would suggest having a look in your repository to see if a "unicode"
build of wxWidgets 2.8 is available, and installing that. wxRuby hasn't
ever supported ascii-only builds of wxWidgets, and probably won't.
wxWidgets 3.0 will make this easier by having a single utf8 build only.
cheers
alex
More information about the wxruby-users
mailing list