-
```
Both cygwin and python are currently needed by msvs gyp. Ideally only python
should be needed. The cygwin dependency makes some potential users
uncomfortable.
```
Original issue reported on cod…
-
```
Both cygwin and python are currently needed by msvs gyp. Ideally only python
should be needed. The cygwin dependency makes some potential users
uncomfortable.
```
Original issue reported on cod…
-
I use cygwin's vim (not gvim) and msbuild is not in my PATH by default.
OOTB, running make within vim from a folder that contains an sln file results in this:
![image](https://cloud.githubuserconten…
-
```
What steps will reproduce the problem?
1. install up-to-date CygWin
2. download libkml-1.2.0.tat.gz
3. tar -zxf likml-1.2.0.tar.gz
4. cd libkml-1.2.0
5. ./configure --disable-swig --disable-python…
-
```
Both cygwin and python are currently needed by msvs gyp. Ideally only python
should be needed. The cygwin dependency makes some potential users
uncomfortable.
```
Original issue reported on cod…
-
When running `layout_go` under Cygwin, it does not work, since the path that is generated is a linux path, but on most Windows, people will use the Windows Go binary. The windows go binary does not un…
-
```
What steps will reproduce the problem?
1. setup the puttycyg and cygwin
2. run the putty.exe and select the connection type to be cygterm, enter the
dash as the host name
3. click on the open but…
-
```
Both cygwin and python are currently needed by msvs gyp. Ideally only python
should be needed. The cygwin dependency makes some potential users
uncomfortable.
```
Original issue reported on cod…
-
```
Both cygwin and python are currently needed by msvs gyp. Ideally only python
should be needed. The cygwin dependency makes some potential users
uncomfortable.
```
Original issue reported on cod…
-
```
In libraryloader.py, loaderclass["cygwin"] = WindowsLibraryLoader, but
WindowsError is not defined in cygwin python. So any exception raised will be
fatal if it is tried to be matched to Windows…