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

Compatibility with Ruby 2.7 on Windows #57

Closed
Isty001 opened this issue Nov 14, 2020 · 3 comments
Closed

Compatibility with Ruby 2.7 on Windows #57

Isty001 opened this issue Nov 14, 2020 · 3 comments

Comments

@Isty001
Copy link
Contributor

Isty001 commented Nov 14, 2020

I tried to install Curses while using Ruby 2.7 on Windows, but it seems 2.7 is not allowed yet.

      curses (~> 1.3.2) x64-mingw32 was resolved to 1.3.2, which depends on
        Ruby (< 2.7.dev, >= 2.5) x64-mingw32

Could you please take a look at it if it's possible to change the requirement?

@shugo
Copy link
Member

shugo commented Dec 9, 2020

I'm trying to disable fat binaries to support newer versions of Ruby in the following branch:

https://github.com/ruby/curses/tree/disable_fat_binaries

However, ncurses is used instead of bundled PDCurses, and I'm invesitigating.

https://github.com/ruby/curses/runs/1522094454?check_suite_focus=true#step:6:12

@shugo
Copy link
Member

shugo commented Dec 10, 2020

@Isty001 I've released curses-1.4.0. Please try it.

You need DevKit to install curses.
Bundled PDCurses is used by default, but you can use ncurses with --use-system-libraries.

@shugo shugo closed this as completed Dec 10, 2020
@Isty001
Copy link
Contributor Author

Isty001 commented Dec 11, 2020

Seems to be working, thank you!

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

No branches or pull requests

2 participants