Generating .meta files after installation modified coq #62
Answered
by
yangky11
smirnoffalexx
asked this question in
Q&A
-
Hello! I have tried to use coqgym with singularity and with built docker image (with the same versions), but I had the same problem as described in Issue (Location of meta files for dataset #7). I have installed modified coq from the repository, but after compilation my coq files, I didn't get any .meta files. Could you show the correct solution of the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
yangky11
Nov 3, 2021
Replies: 1 comment 5 replies
-
You were probably using the wrong Coq installation for compiling those projects. Can you run |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
smirnoffalexx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You were probably using the wrong Coq installation for compiling those projects. Can you run
which coqc
right beforecd coq_projects && make && cd ..
to check?