-
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
Should this work on Linux? #31
Comments
I get this error on OS X Yosemite as well. |
Ditto, same with OS X Yosemite. Any suggestions to fix this issue? |
Same here, MacVim 7-something on Yosemite. |
Same. Would like to be able to disable this. |
Still have it happening. What exactly is the error from? |
I don't build from within Vim but I want syntax highlighting for The correct fix is probably to look for |
@ramon-rocha Can you build your project on following repository? |
@rbtnn It works on OS X in Neovim. |
? |
If that helps anyone, you can add something like this to your
|
Please try latest commits, this should now be resolved. |
I can confirm that it works on OS X 👍 |
Good to hear. I'll leave this open for a bit to see if there's anymore feedback. |
Wait, is commit ed34df1 where all you did was remove echom "Unable to find " . a:compiler the solution? You could have at least put in the readme that only Windows is supported. |
@HiPhish No. The solution was multifold. First it checks for msbuild and xbuild on the path, failing that it looks in known locations on Windows for the latest copy of the framework (since typically they're not on the path by default on Windows). After that, if it couldn't find msbulid, then it was still being noisy, so it made more sense for it to fail quietly. |
Hi, I wanted to try this plugin on Linux with Mono but I am getting an error. It says "Unable to find csc.exe" on Vim start-up- I think it should use mcs instead. Is it supposed to work on Linux? (sorry if the question is stupid).
The text was updated successfully, but these errors were encountered: