7sharp9 / fable-fuse

Other
9 stars 1 forks source link

Build errors in Windows environment #1

Open pleverett opened 8 years ago

pleverett commented 8 years ago

I went through the steps from the blog post to create a fable|>fuse application on a Windows machine.

When I ran the build using "build.bat", the following errors were displayed:

C:\Projects\F#\fable-fuse-test (fable-fuse-test@0.0.1)
build.bat

fable --module=commonjs --outDir=../App/js/ src/fable-fuse-test.fsproj --coreLib ./fable-core.js --copyExt -w
Start compilation...
F# project contains errors:

Unexpected start of structured construct in definition. Expected '=' or other token.: L7 (fable-fuse-test.fs) Unexpected keyword 'let' or 'use' in implementation file: L8 (fable-fuse-test.fs)

pleverett commented 8 years ago

I tried the same procedures in OSX and get the same errors when I ran "./build.sh".

davidpodhola commented 8 years ago

It was working for me although please see #2