-
Notifications
You must be signed in to change notification settings - Fork 41
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
2024.10 Cannot locate native library 'readline.dll' #205
Comments
What OS are you running on? |
Windows 10 and 11。
…---- Replied Message ----
| From | Elizabeth ***@***.***> |
| Date | 10/28/2024 21:36 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [rakudo/star] 2024.10 Cannot locate native library 'readline.dll' (Issue #205) |
What OS are you running on?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Well...
Thanks for reporting...
I'm not sure how to tackle such issues in general. [1] - The |
It can ignore on 2024.09, repl just reported warning, but crashed this version. |
Any error message(s)? |
Welcome to Rakudo(tm) Star v2024.10. I ran into a problem while trying to set up Readline: Cannot locate native library 'readline.dll': error 0x7e in any at C:\Program Files\Rakudo\bin..\share\perl6\runtime\perl6.moarvm line 1 [0] >Cannot locate symbol 'tcgetattr' in native library '' in any at C:\Program Files\Rakudo\bin..\share\perl6\runtime\perl6.moarvm line 1 [0] >Cannot locate symbol 'tcgetattr' in native library '' in any at C:\Program Files\Rakudo\bin..\share\perl6\runtime\perl6.moarvm line 1 [0] >Cannot locate symbol 'tcgetattr' in native library '' in any at C:\Program Files\Rakudo\bin..\share\perl6\runtime\perl6.moarvm line 1 ... forever |
Just FYI. I'm soon starting to work on getting all of the native Raku Terminal stack working on Windows. This will include Terminal-ReadLine. Currently it's mostly NYI everywhere. Lately Windows natively supports terminal escape sequences. It does not support the surrounding C APIs like termios. A start should be: https://todo.sr.ht/~patrickb/Terminal-MakeRaw/1. |
see also #206 |
raku
Welcome to Rakudo(tm) Star v2024.10.
Implementing the Raku(R) Programming Language v6.d.
Built on MoarVM version 2024.10.
I ran into a problem while trying to set up Readline: Cannot locate native library 'readline.dll': error 0x7e
The text was updated successfully, but these errors were encountered: