-
Notifications
You must be signed in to change notification settings - Fork 380
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
Cannot compile prelude with latest Idris, file read error #32
Comments
Comment by chrrasmussen I believe this problem may occur if
|
Comment by edwinb If this is to do with the Mac chez test failures, perhaps it's okay now? |
Comment by andrevidela I tried again today and here are my findings: It now fails at the Of course it works fine if I replace the However this fix only creates another, because compilation fail a bit later on compiling the c rts
|
Comment by ziman For the record, I had the problem described in OP and @chrrasmussen's advice helped, thank you! |
Comment by andrevidela Which commit were you using @ziman ? |
Comment by ziman I'm on the latest |
Comment by ziman Sorry, I forgot to mention that I'm on Linux; that's probably important. The part of this issue that manifests also on Linux is fixed by @chrrasmussen's trick. |
Comment by andylokandy I have the same problem on win10. I've found that the prefix generated in |
Comment by andrevidela
What change dud you make? |
Comment by andylokandy I hand-wrote the absolute prefix path into dist/idris2.c as: char* idris2_prefix = "C:\\Users\\Andy\\.idris2"; |
Give that this is about Idris2-boot, and so everything is likely to have changed, I'm going to close this. |
Issue by andrevidela
Friday Jan 24, 2020 at 23:25 GMT
Originally opened as edwinb/Idris2-boot#187
steps to reproduce (on Mac OS 10.15.2)
make install
Expected output
it works
Actual output
I can reproduce the problem with those steps as well:
make idris2
cd libs/prelude
../../idris2 --install prelude.ipkg
The error is the same.
I checked my permissions are correct (even with
chmod 777
) and tried running as sudo and the result is the same.Any ideas?
The text was updated successfully, but these errors were encountered: