Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] (no subject)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] (no subject)


chronological Thread 
  • From: Pierre Courtieu <pierre.courtieu AT cnam.fr>
  • To: Edsko de Vries <devriese AT cs.tcd.ie>
  • Cc: ?? ?? <sophiee_shao AT hotmail.com>, Coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] (no subject)
  • Date: Thu, 19 Apr 2007 12:25:18 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Le Thu, 19 Apr 2007 10:34:55 +0100,
Edsko de Vries 
<devriese AT cs.tcd.ie>
 a écrit :

> Did you compile XX? As far as I know, Require Import only opens
> compiled libraries. To compile XX, open it in coqide, then select
> Compile -> Compile Buffer. Then try the import again; it should work. 
> 
> Edsko

You should also make sure that the compiled file (.vo) is in the path.

You can do that at launch:

coqide -I <path> -I <path>

or inside coqide by the command

Add LoadPath "path".

By default the current path (the path where the current file is) is in
the path.

Cheers,
Pierre Courtieu





Archive powered by MhonArc 2.6.16.

Top of Page