-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 errors on installing and using futhark
#107
Comments
The first issue seems to be a problem where building The second issue seems to be that
Using nim 2.0.4, Futhark 0.13.1, and clang 17.0.6. But your setup should work as well. |
Yes. On my mac I can install other nimble packages and compile and run Nim programs without issue.
I've got a very similar directory tree in my
And I can compile and run C source files that include |
For me it errors when building opir: |
Here are a couple errors I'm getting. On my mac, I'm getting an error on installation of
futhark
. On replit, I'm getting an error trying to use it.mac
I'm on macOS Monterey 12.6.3
Error message attempting to install
futhark
:Clang Version
Nim Version
Nimble Version
replit
Here's the url: https://replit.com/@theSherwood/EarlyBlueSpreadsheets
It's public, so you should be able to see it if you're so inclined.
Here's the nim file:
Here's the error when trying to run the nim file (
nim c -r main.nim
):Nim version
Nimble version
Clang version
The text was updated successfully, but these errors were encountered: