-
Notifications
You must be signed in to change notification settings - Fork 88
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
Unable to run 'make' and 'make lib' #59
Comments
Did you install Coq at all? As far as I know, vscoq is only an editor plugin, but does not contain Coq itself. I'd install the Coq Platform as described here: |
Thank you so much for your quickly reply! Yes, I have installed Coq. After I ran
|
I have no experience of running Coq on Windows (I use Linux only), but looking at your error message and at the generated
Your system doesn't have a |
Hello! I am also having problems with running
when I press it proceeds to list a few other files it can't find (i.e., I'm running on macOS and here's my coq version:
|
I got a very similar issue on Windows 10 running make
I could fix it by adding the coq directory to the PATH var. due to the commands in the makefile being specific to the Linux OS. |
Hi, I have ran
or
I found that The stmaryrd.sty file is part of the texlive-math-extra package. Try installing the package and it solved the "File not found" problem. So, after I ran the following commands, I can run make successfully.
You can have a try and see if it works. |
On Windows 10, I downloaded the code file and open it in Visual Studio Code (vscoq version 0.3.7)
when I ran
make
in the terminal, I got the following errorThen I ran
make lib
, I got the following error:I'm new to coq and I really appreciate it if you can help me solve this problem. Thank you so much!
The text was updated successfully, but these errors were encountered: