We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make fails when run with Coq 8.11.1. The output is as follows: $make
$make
Generating Makefile make -f Makefile.coq.all make[1]: Entering directory '/home/vaishnavi/kami' COQDEP VFILES COQC Kami/Lib/StringStringAsOT.v File "./Kami/Lib/StringStringAsOT.v", line 79, characters 4-20: Error: No such goal. Makefile.coq.all:677: recipe for target 'Kami/Lib/StringStringAsOT.vo' failed make[2]: *** [Kami/Lib/StringStringAsOT.vo] Error 1 Makefile.coq.all:326: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/vaishnavi/kami' Makefile:30: recipe for target 'coq' failed make: *** [coq] Error 2
The text was updated successfully, but these errors were encountered:
I'm getting the same error with coq 8.12.2
Have anyone found a way to get around this errror?
This was the error (I used the code as it was today: 10 March 2022, from on rv32i branch)
COQC Kami/Lib/StringStringAsOT.v File "./Kami/Lib/StringStringAsOT.v", line 79, characters 4-20: Error: No such goal. Makefile.coq.all:715: recipe for target 'Kami/Lib/StringStringAsOT.vo' failed make[2]: *** [Kami/Lib/StringStringAsOT.vo] Error 1 Makefile.coq.all:338: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/user/kami' Makefile:30: recipe for target 'coq' failed make: *** [coq] Error 2
Sorry, something went wrong.
But it works when using the version in master branch, though.
No branches or pull requests
Make fails when run with Coq 8.11.1. The output is as follows:
$make
The text was updated successfully, but these errors were encountered: