sublime-fsharp-package icon indicating copy to clipboard operation
sublime-fsharp-package copied to clipboard

"FSharp - ERROR: Could not find compiler"

Open alexpanter opened this issue 9 years ago • 4 comments

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.

alexpanter avatar Apr 25 '16 21:04 alexpanter

Why are you using mono on windows?

7sharp9 avatar Apr 25 '16 22:04 7sharp9

I like windows, I like mono.. is that stupid? Or are they generally a bad mix?

alexpanter avatar Apr 26 '16 09:04 alexpanter

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.

rneatherway avatar Apr 26 '16 10:04 rneatherway

See: https://github.com/fsharp/sublime-fsharp-package/blob/e8f29405b5ad1d452bc556ab4742fc9d9e84776b/build.sh#L9-L17

There could be a lot of those assumptions.

7sharp9 avatar Apr 26 '16 10:04 7sharp9