Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Still adding modules...

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Still adding modules...


chronological Thread 
  • From: Jean-Christophe Filliatre <Jean-Christophe.Filliatre AT lri.fr>
  • To: "Claudia Fernanda Oliveira K Tavares" <claudia AT consiste.dimap.ufrn.br>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Still adding modules...
  • Date: Thu, 28 Oct 2004 17:52:27 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Claudia Fernanda Oliveira K Tavares writes:
 > 
 >  I had some problems because it has a dependency between the files and I 
 > don't get to compile the files:
 > 
 > - But when a try to load the "theta.v" module, it causes an error: 
 >             Coq < Load theta. 
 >             Error while reading /home/consiste/claudia/Programas/coq- 
 >             8.0/theories/blinc/theta/theta.v : 
 >             File "/home/consiste/claudia/Programas/coq- 
 >             8.0/theories/blinc/theta/theta.v", line 1, characters 8-13 
 >             User error: Cannot find library claus in loadpath 

The message "Cannot find library claus" indicates that Coq is looking
for a compiled version of claus.v, that is claus.vo, when interpreting
a command such as "Require claus". So you probably forgot to compile
claus.v first.

-- 
Jean-Christophe





Archive powered by MhonArc 2.6.16.

Top of Page