fsprojects / zarchive-sublime-fsharp-package

F# development tools for SublimeText 3
32 stars 7 forks source link

"FSharp - ERROR: Could not find compiler" #87

Open alexpanter opened 8 years ago

alexpanter commented 8 years ago

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:

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.

7sharp9 commented 8 years ago

Why are you using mono on windows?

alexpanter commented 8 years ago

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

rneatherway commented 8 years ago

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.

7sharp9 commented 8 years ago

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

There could be a lot of those assumptions.