-
Notifications
You must be signed in to change notification settings - Fork 6
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
can't install Linenoise on Windows #29
Comments
Hello, I've stopped working on this library - I recommend reaching out to the fine folks at |
If that's the case, maybe you can give someone else privileges to keep working on this? This is still part of Rakudo Star (until, probably, next release) |
@JJ Sure, I'd be happy to! How do you feel about me transfering ownership to the perl6 organization? |
@hoelzro It will be great if this library continues to be maintained as Readline is too big for command line editing and requires a lot of efforts to make it work on Windows. |
@hoelzro if there's not anyone else wanting to co-maintain it, we could transfer it to |
@JJ Good idea. It's really important for editing experience. |
Sounds good - consider it done! |
Ok...I tried, but GitHub tells me I lack the permissions to create public repositories on |
@hoelzro I guess you need be a member of |
We need to do it by hand, I think. No problem, once I have your permission.
El dom., 17 nov. 2019 14:20, Rob Hoelz <[email protected]> escribió:
… Ok...I tried, but GitHub tells me I lack the permissions to create public
repositories on perl6-community-modules =/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAD5AWFVFHTMC4W5ZDID3QUFAIXANCNFSM4JOEXG4Q>
.
|
@JJ Sounds good - do I just add you as a co-maintainer, then? |
I think that might be a better option than just moving it... I don't know
much about Windows, but I guess I could have a go at the other issues.
Thanks!
El dom., 17 nov. 2019 a las 19:58, Rob Hoelz (<[email protected]>)
escribió:
… @JJ <https://github.com/JJ> Sounds good - do I just add you as a
co-maintainer, then?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAD5G65HWAQSTSLOP5GK3QUGH55ANCNFSM4JOEXG4Q>
.
--
JJ
|
@JJ Ok, you should have an invite to be a collaborator now. I'd prefer if the repo were moved under the perl6 umbrella, just so there's no confusion about my ability to contribute fixes in the future! |
the problem is that we would lose the issues, we would need to re-release
it, and it would be generally problematic. Let's give this a try and see if
we can come up with a solution that gets it back into Rakudo Star; I'll try
to get some more people to help too and might ask you to add them to the
repo. The problem is that moving it to the perl6-community-modules repos
does not guarantee anyone adopting them, only that more people (those with
privs) have the capability to do it... But in some cases, everyone is able,
no one is responsible...
This might mean that you will still get notifications of activity and so
on, but I would really prefer you to stay around just in case we get into a
tight knot...
And, again, thanks!
|
This is line 15:
I think it's simply failing to find the library in Windows. I guess this can be fixed with instructions, more than any other thing... |
From here: antirez/linenoise#113 it looks line the underlying linenoise library does not work in Windows, and has apparently never had. The issue selects several alternatives, mostly written in C++, which are also mentioned in this README.md. The problem is that I have no idea if the library itself is compatible; also, C++ and the Native interface are probably not a good mix... So I don't see an easy solution for this. |
OK, so it might be fixable after all, according to #17. But you'll need to use mingw. |
Thanks!
El mar., 19 nov. 2019 a las 6:48, Rob Hoelz (<[email protected]>)
escribió:
… @JJ <https://github.com/JJ> The linenoise code in this repo is actually
from a MoarVM-based fork (see 72003ff
<72003ff>)
that supports Windows - I'm guessing the use of %?RESOURCES needs to
change. You might find d0a2ec0
<d0a2ec0>
and f368fe0
<f368fe0>
useful to look at for ideas
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAD5CMWAVEFUXTWZZNUH3QUN42XANCNFSM4JOEXG4Q>
.
--
JJ
|
Hi, I'm trying to install Linenoise with zef, and got a warning similar with #25:
When I run REPL, this warning is emitted:
Environment:
zef version:
v0.8.2
Rakudo version:
The text was updated successfully, but these errors were encountered: