-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Not compatible with Cygwin? #30
Comments
Did you try the |
Running |
@dmos62 What is your system's locale set to? |
Are these the variables you have in mind? As you can see only LANG is set.
I have tried |
Have you had any luck debugging this issue? |
No, I have not. Something else I have noticed is that |
@dmos62 re: |
Just to clarify again, |
I can confirm the issue. It looks like cygwin's mintty has many problems with windows console applications: nodejs/node-v0.x-archive#6459 Judging from the last link, the repl client may try to check if System/console is nil and refuse to start. |
@dmos62 Can you use the leiningen repl client in Cygwin? Or does that result in the same problem? |
|
Opened an issue technomancy/leiningen#1852 On Mon, Mar 9, 2015 at 9:12 PM, Ralf Schmitt notifications@github.com
|
@dmos62 Can you try the |
The workaround works:
First(?) session on Cygwin:
|
Ok awesome, I'll work something out for this. Hopefully it won't need to be too ugly. I'll push to a branch so you can test it before it gets merged into master, okay? |
Sounds good. On Thu, Mar 12, 2015 at 6:08 PM, Micha Niskin notifications@github.com
|
@dmos62 Can you please verify that this does in fact work? Thanks :) |
@micha I verify :) though an interesting echo effect appeared, but that's another story.
|
That looks like the |
Yes. The shell calls seem to be exactly the same like in the workaround script, yet when I wrap the latest boot in that script the echo disappears. |
Can't seem to get it running under Cygwin. I shall try and illustrate by copy pasting commands from mintty:
Now here comes the crash (?). I will run the repl, but it will not respond to any input, I will ultimately Ctrl-c:
Some additional information below. Notably I am using a Windows Java installation, which has not caused problems running sbt or leiningen by the way.
The text was updated successfully, but these errors were encountered: