[wxruby-users] wxRuby 1.9.9 on SLES 10

Alex Fenton alex at pressure.to
Thu Nov 13 09:04:52 EST 2008


Irlweg, Franz (ZNT) wrote:
> require 'wx'
> LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/wxruby2.so:
> undefined symbol: mspack_destroy_chm_decompressor -
> /usr/local/lib/ruby/site_ruby/1.8/i686-linux/wxruby2.so

Seems this symbol comes from libmspack, which wxWidgets uses to support 
reading CHM help files. I don't know why this problem is occurring, but 
you could perhaps try excluding the feature.

Could you have a look at your setup.h file (somewhere like 
/usr/local/lib/wx/include/gtk-unicode-release-2.8/wx/setup.h )

and see if it has a line wxUSE_LIBMSPACK.

If the value of this is 1, you could try compiling wxWidgets again 
(sorry) configured with the additional option

--without-libmspack

a



More information about the wxruby-users mailing list