Skip to content
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 check the coq proof after build the whole project #2

Open
chan-bing opened this issue Mar 18, 2025 · 1 comment
Open

Cannot check the coq proof after build the whole project #2

chan-bing opened this issue Mar 18, 2025 · 1 comment

Comments

@chan-bing
Copy link

Hello,
I recently followed these steps to set up and build Velus:

$ cd $VELUS_DIR
$ mkdir opam
$ opam init --root=opam --compiler=4.13.1
$ eval `opam config env --root=$VELUS_DIR/opam`
$ opam install -j4 ocamlbuild coq.8.16.1 menhir.20230608 ocamlgraph
$ cd $VELUS
$ ./configure aarch64-macos
$ make

However, after completing the build, I am unable to check Coq proofs in VSCode, as I keep encountering the error:
"coqtop is not running."
But coqtop can run normally in other projects. I would really appreciate any guidance on resolving this issue.

@RatCornu
Copy link
Contributor

Hello! Did you try to create a new opam switch then setup vscoq-legacy to use it? Maybe the issue come from the fact that you're using an other version of coq in your other projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants