Skip to content

typical installation - error #168

Description

@BearCarpenter

I have only this.

  1. install vscode extension:
  2. and next: scoop bucket add nimblesite https://github.com/Nimblesite/scoop-bucket
  3. and next: scoop install osprey
Image
  1. it runs to the end correctly
  2. and:
> (get-command osprey.exe).Path 
C:\Users\user\scoop\shims\osprey.exe
> osprey.exe --run .\hello.osp 
clang: warning: unable to find a Visual Studio installation; try running Clang from a developer command prompt [-Wmsvc-not-found]
clang: error: unable to execute command: program not executable
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: clang failed to compile C:\Users\user\AppData\Local\Temp\hello.ll
> osprey.exe --run .\hello.ospml
clang: warning: unable to find a Visual Studio installation; try running Clang from a developer command prompt [-Wmsvc-not-found]
clang: error: unable to execute command: program not executable
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: clang failed to compile C:\Users\user\AppData\Local\Temp\hello.ll

code :

// hello.osp
let greeting = "Hello from the ML flavor"
print(greeting)
print("2 + 3 = ${2 + 3}")
// hello.ospml
greeting = "Hello from the ML flavor"
print greeting
print "2 + 3 = ${2 + 3}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions