Skip to content

Instantly share code, notes, and snippets.

@FrankNiemeyer
Created August 28, 2015 15:07
Show Gist options
  • Save FrankNiemeyer/9344736a00e9fd0b6b57 to your computer and use it in GitHub Desktop.
Save FrankNiemeyer/9344736a00e9fd0b6b57 to your computer and use it in GitHub Desktop.
------ Build started: Project: ConsoleApplication1, Configuration: Release Any CPU ------
C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0\fsc.exe -o:obj\Release\ConsoleApplication1.exe --debug:pdbonly --noframework --define:TRACE --doc:bin\Release\ConsoleApplication1.XML --optimize+ --platform:x64 -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.0.0\FSharp.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\mscorlib.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.Core.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.Numerics.dll" -r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.Numerics.Vectors.dll" --target:exe --warn:3 --warnaserror:76 --vserrors --validate-type-providers --LCID:1033 --utf8output --fullpaths --flaterrors --subsystemversion:6.00 --highentropyva+ --sqmsessionguid:dbfb1201-d8ea-4f7f-af58-f587b9d5e3cb "C:\Users\Frank\AppData\Local\Temp\.NETFramework,Version=v4.6.AssemblyAttributes.fs" AssemblyInfo.fs Program.fs
AosVsSoa\ConsoleApplication1\ConsoleApplication1\Program.fs(5,37): error FS0039: The value, constructor, namespace or type 'Vector' is not defined
Done building project "ConsoleApplication1.fsproj" -- FAILED.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment