Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Export/Import

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Export/Import


Chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • Cc: Vladimir Voevodsky <vladimir AT ias.edu>, coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Export/Import
  • Date: Wed, 1 Jan 2014 18:02:49 -0500

No options at all. The files uuu and uu0 were compiled with the command

coqc Generalities/uuu.v

coqc Generalities/uu0.v

from a copy of Foundations/ outside of user-contrib/ and then copied to
/user-contrib/Foundations/Generalities/

Are you sure you did not leave a copy of uuu.vo around somewhere other than
in user-contrib/Foundations/Generalities/uuu.vo ?

Also it is important:

a. To have quotes around all file names.

b. To have two layers i.e. Foundations/Generalities/

V.



On Jan 1, 2014, at 5:51 PM, Guillaume Melquiond wrote:

> On 01/01/2014 23:04, Vladimir Voevodsky wrote:
>> I get an error message:
>>
>> File "./pathnotations.v", line 2, characters 0-21:
>> Error: Cannot find library uuu in loadpath
>
> I cannot reproduce this bug. The file in the separate directory compiles
> just fine and transitively imports uuu. Could you tell us which options you
> have used to compile the three files? Of particular interest are -I and -R.
>
> Best regards,
>
> Guillaume




Archive powered by MHonArc 2.6.18.

Top of Page