In the 32-bit version of RubyInstaller, that is x86-mingw32, LibUI cannot find the shared libraries.
|
lib_name = [ |
|
"libui.#{RbConfig::CONFIG['host_cpu']}.#{RbConfig::CONFIG['SOEXT']}", |
|
"libui.#{RbConfig::CONFIG['SOEXT']}" |
|
] |
RbConfig::CONFIG['host_cpu'] will be i386. Not x86
In the 32-bit version of RubyInstaller, that is x86-mingw32, LibUI cannot find the shared libraries.
LibUI/lib/libui.rb
Lines 12 to 15 in b5b6bfb
RbConfig::CONFIG['host_cpu']will bei386. Notx86