sublime-fsharp-package
sublime-fsharp-package copied to clipboard
"FSharp - ERROR: Could not find compiler"
I'm getting an error every time I start Sublime Text 3 (see the title). This means that I cannot use the autocompletion :'(
I have Mono 4.2.3 installed, and have the following files in PATH:
- "fsharpc.exe"
- "fsharpi.exe"
- "fsc.exe"
- "fsi.exe"
I'm running Windows 10 x86. Have tried to uninstall and install a dozen times. If someone has any clever advice for me it would be hugely appreciated.
Thanks in advance.
Why are you using mono on windows?
I like windows, I like mono.. is that stupid? Or are they generally a bad mix?
So much code will assume that if you are on Windows you are using .NET, so I don't think you will have a lot of luck.
See: https://github.com/fsharp/sublime-fsharp-package/blob/e8f29405b5ad1d452bc556ab4742fc9d9e84776b/build.sh#L9-L17
There could be a lot of those assumptions.