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

Doesn't need cygwin necessarily #7

Open
fpqc opened this issue Dec 15, 2016 · 4 comments
Open

Doesn't need cygwin necessarily #7

fpqc opened this issue Dec 15, 2016 · 4 comments

Comments

@fpqc
Copy link

fpqc commented Dec 15, 2016

Hiya rprichard, just wanted you to know: You can build the frontend with msys2 also. I just built it from the git source.

@mintty
Copy link

mintty commented Jul 26, 2017

It's not useful to build with MSYS for a subtle reason:

  • The build environment should preferably be the same as for the surrounding mintty terminal.
  • If mintty is built on MSYS, since MSYS does not use the /cygdrive prefix, mintty cannot properly recognize path names for Linux/Windows conversion for the open link and drag-and-drop functions.

@fpqc
Copy link
Author

fpqc commented Jul 26, 2017

I wonder if the MSYS2 packaging people build mintty with a patch to change the path to an MSYS2-compatible one, or if maybe there needs to be a patch instead to WSLBridge.

@mintty
Copy link

mintty commented Jul 26, 2017

Since wsltty includes a stand-alone minimal cygwin installation anyway, there is really no need to bother about an MSYS-based alternative package, even if you use MSYS otherwise.

@mintty
Copy link

mintty commented Oct 10, 2017

The new release (in a few days...) will support easy invocation from cygwin (or MSYS/Git bash), simply using --WSL=, so then it's not completely useless anymore to have an MSYS build. The problem with recognition of drag-and-drop conversion remains, though.

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