Closed satnam6502 closed 5 years ago
Build break:
COQC Kami/Ext/Extraction.v File "./Kami/Ext/Extraction.v", line 6, characters 20-25: Syntax error: [tactic:language] expected after 'Language' (in [vernac:command]). make[1]: *** [Makefile.coq.all:367: Kami/Ext/Extraction.vo] Error 1 make[1]: Leaving directory '/usr/local/google/home/satnam/forked-kami' make: *** [Makefile:23: coq] Error 2
The line:
Extraction Language OCaml.
should be:
Extraction Language Ocaml.
because OCaml show now be Ocaml.
OCaml
Ocaml
Oh, this was due to a confusion between two different versions of Coq I was using! Reverting and closing.
My confusion, due to using different versions of Coq in coqtop and coqide.
coqtop
coqide
Build break:
The line:
should be:
because
OCaml
show now beOcaml
.