fsprojects / zarchive-sublime-fsharp-package

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

FSharp - ERROR: Could not find compiler #76

Closed danslapman closed 8 years ago

danslapman commented 8 years ago

I'm constantly receiving the message above, though fsc.exe and fsi.exe are in my PATH. SublimeText version is 3083

danslapman commented 8 years ago

As i said, Sublime Text build number is 3083 F# executables are in my PATH F# version is 4.0 I have also Visual Studio 2015 installed OS is Windows 8.1 latest

Please, respond if You need any more details

rneatherway commented 8 years ago

Do you only have F#4.0 installed? I'm not sure about the specific error that the sublime plugin is reporting, but the backend compiler service FSharp.Compiler.Service does not yet support F#4.0, so it is likely down to that.

danslapman commented 8 years ago

Oh, it's required to have 3.1.x in the PATH?

guillermooo commented 8 years ago

No, the plugin should be able to find the executables if they are available on the machine.

danslapman commented 8 years ago

Just installed 3.1.2 bundle - everything became OK. Thanks for the help!