You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now after a year of hiatus, I'm back working on packaging this for Guix.
I got coq-elpi to build and tried testing it by running coqc on a file containing just the line
From elpi Require Import elpi.
I get the following error when doing that.
File "./testCoqElpi.v", line 1, characters 0-30:
Error:
Findlib error: coq-elpi.elpi not found in:
(a big list of directories)
After building, I'm only able to find a coq-lib.elpi file in the folder of the successful installation, but there is no coq-elpi.elpi file present.
Probably I'm just not able to see that there exists a simple way to fix this in the build process. It doesn't look like a problem with environment variables to me, but I can post the build script if it would help in debugging.
The text was updated successfully, but these errors were encountered:
The list didn't include the file src/META.coq-elpi, so adding a procedure to install that file fixed that error. What remains now is to get Coq to find stdlib-shims.
The second problem is a Guix issue, so I bet if I fixed something on that side, Coq would be able to find stdlib-shims.
Now after a year of hiatus, I'm back working on packaging this for Guix.
I got coq-elpi to build and tried testing it by running coqc on a file containing just the line
I get the following error when doing that.
After building, I'm only able to find a
coq-lib.elpi
file in the folder of the successful installation, but there is nocoq-elpi.elpi
file present.Probably I'm just not able to see that there exists a simple way to fix this in the build process. It doesn't look like a problem with environment variables to me, but I can post the build script if it would help in debugging.
The text was updated successfully, but these errors were encountered: