-
Notifications
You must be signed in to change notification settings - Fork 39
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
make not working. Is Cygwin supported? #27
Comments
it wasn't designed to work this way, but I don't see why it shouldn't. I'll take a look. |
I added an alias to my ~/.bashrc file for
Update I also added the alias to my ~/.profile file with the same results. |
Perhaps instead of an alias, maybe a shell script marked as executable inside a folder that works from the default path would work? Maybe this doesn't work because Vim's shell execution doesn't load the profile? My understanding around some of this is limited :) |
That at least finds something to execute. Realistically I usually have another terminal open in the directory anyway for git, grep, etc so having it inside of vim doesn't provide much more value |
Please try latest commits - we now look for an executable on the path before hunting in framework folders. |
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:
As a side-note, running "msbuild" from cygwin wont work, but "msbuild.exe" (after I added to my PATH) does.
The text was updated successfully, but these errors were encountered: