Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.0.13.pre x86-mingw32 does not work #76

Open
kojix2 opened this issue Nov 12, 2023 · 3 comments
Open

Version 0.0.13.pre x86-mingw32 does not work #76

kojix2 opened this issue Nov 12, 2023 · 3 comments

Comments

@kojix2
Copy link
Owner

kojix2 commented Nov 12, 2023

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

lib_name = [
"libui.#{RbConfig::CONFIG['host_cpu']}.#{RbConfig::CONFIG['SOEXT']}",
"libui.#{RbConfig::CONFIG['SOEXT']}"
]

RbConfig::CONFIG['host_cpu'] will be i386. Not x86

@kojix2 kojix2 closed this as completed in 0f56d6d Nov 12, 2023
@kojix2 kojix2 reopened this Nov 12, 2023
@kojix2
Copy link
Owner Author

kojix2 commented Nov 13, 2023

0.1.3.pre - November 12, 2023 x86-mingw32 (120KB) Yanked

@rubyFeedback
Copy link
Collaborator

Are many folks using 32 bit still?

@kojix2
Copy link
Owner Author

kojix2 commented Nov 16, 2023

Not many people use the 32-bit version, so dropping its support won't be a major issue.
However, I will add support for x86-mingw32 in libui-ng in the next version, as it's easy to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants