Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Can't use ocaml REPL and other tools with Coq.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Can't use ocaml REPL and other tools with Coq.


Chronological Thread 
  • From: Kirill Taran <kirill.t256 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Can't use ocaml REPL and other tools with Coq.
  • Date: Sat, 7 Dec 2013 20:39:39 +0400

Hello,

I just tried to run ocaml REPL and encountered the problem:
"Error: The files ./plugins/extraction/miniml.cmi and ./checker/term.cmi make inconsistent assumptions over interface Term."
I ran REPL with the following command:
~/kirillt/coq $ ocaml -rectypes `find -iname "*.ml" | xargs dirname | uniq | sed s/^/-I\ /g` plugins/extraction/extract_env.ml
(`find -iname "*.ml" | xargs dirname | uniq | sed s/^/-I\ /g` becomes "-I ./checker \n -I ./config ...")

Perhaps, some compiler extensions should be enabled (like -rectypes)?

Also, I encountered the same problem when I tried to use "merlin" plugin for vim.
And maybe my recent issue with ocamldebug is related, too?

The project is build from trunk (last commit is 28 November by xclerc).

Sincerely,
Kirill Taran



Archive powered by MHonArc 2.6.18.

Top of Page