-
Notifications
You must be signed in to change notification settings - Fork 90
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
Library compilation failed #801
Comments
AFAIU the error means that the file |
I would be interested which piece in the documentation lead you to set |
Can you confirm that you use Emacs 26.3? |
When I try to start Coq 8.18 or 8.19 with |
It was chatGPT(!)
My Emacs version: 28.1
Yes, it works. |
I am sorry, but if you use a more or less random source to misconfigure your Emacs and Proof General, then you are on your own. I gave some hints earlier to which you haven't replied yet and which might help you. Otherwise, please provide a detailed description on how to reproduce the problem in the docker container |
This happens at work computer. As soon as I get there on Monday 25.11.2024 I will give the detailed description using you guidance. |
You can run the container with |
Here are the logs: 1 items were added to the queue, scan for require |
I manually ran the command
trying to imitate what proof general does and got the following:
Seems that the cause are the permissions and some security measures done by Ubuntu. When I ran:
the error disappeared. Is it possible to setup ProofGeneral so that compilation was done in a subdir in my home directory? |
After changing the temporary directory location and creating the dir
|
OS: Ubuntu Linux 20.04
The Coq Proof Assistant, version 8.18.0
compiled with OCaml 4.14.1
coq is installed via snap into directory /snap/bin
coqc -where
gives/snap/coq-prover/34/coq-platform/lib/coq
I set the following variables into Emacs config:
But unfortunately, when I open a .v file and try to execute coq over it it fails on line:
With errors:
Seems, that it is unable to find the directory with coq libraries. What should I do?
The text was updated successfully, but these errors were encountered: