Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Configuring CoqIDE using _CoqProject

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Configuring CoqIDE using _CoqProject


Chronological Thread 
  • From: Théo Zimmermann <theo.zimmermann AT ens.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Configuring CoqIDE using _CoqProject
  • Date: Wed, 20 Apr 2016 15:45:52 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=theo.zimmermann AT ens.fr; spf=Pass smtp.mailfrom=theo.zimmi AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f47.google.com
  • Ironport-phdr: 9a23:HuLNKBXJhtTkZm6ihVMX7bOoUgHV8LGtZVwlr6E/grcLSJyIuqrYZhCGt8tkgFKBZ4jH8fUM07OQ6PCwHzJeqsfZ+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq82VPVsD1WL1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GLdfFXEtN30/zMztrxjKCwWVtVUGVWBDrhrJBD/37RT/U430uy38/r5h2CSde9/3SLU5QzGr6aFDRRnzzikdYW1quFrLg9B92foI6CmqoAZyltbZ

Additionally, with Coq 8.5, I have observed that you have to provide a first line with options, such as "-R . MyLibrary". Otherwise a default "-R . Top" is implicitly added when doing make but not when loading CoqIDE. (This behavior might be a bug actually.)

Le mer. 20 avr. 2016 à 17:13, Tej Chajed <tchajed AT mit.edu> a écrit :
When you open a file with a file called _CoqProject in the same directory, CoqIDE should load it. If it works, you'll see "Reading options from <path to _CoqProject>" in the status bar at the very bottom briefly (eventually it will just say "Ready").

You might also check the IDE's settings for project files: there's a Project section of the settings that controls both the filename and what CoqIDE does with it (replace args, append to args, or nothing). It's possible that configuration is wrong for you.

Hope that helps!
Tej

On Wed, Apr 20, 2016 at 11:04 AM, scott constable <sdconsta AT syr.edu> wrote:
Hi All,

I have a simple coq project with a _CoqProject file in the source directory. According to the reference manual (Section 15.3), CoqIDE should be able to use the _CoqProject file to automatically configure itself at launch. However, I can't figure how to do this, and coqide --help isn't offering much assistance. Any help would be much appreciated.

~Scott Constable




Archive powered by MHonArc 2.6.18.

Top of Page