I have a fresh install of Coq 8.6 in Ubuntu 17.04. When I try to compile my project using make, it works fine until I get the first error message. Then, I try to use CoqIDE to locate and correct the error, but I get new error messages, such as:
"The file foo.vo contains library Top.foo and not library foo"
My guess is that something is wrong with the configuration of CoqIDE, but I do not know what that could be. Any hints?
Thanks in advance, Marcus.
I guess that you are now standing in the directory with the file
foo.vo
To map the files in the current dir
.
into the namespaceTop
you give the argumentHere is a "complete" example.
but using coqtop without mapping the .vo to the namespace into which it was compiled fails: