Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] More difficulties with Software Foundations in 8.5

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] More difficulties with Software Foundations in 8.5


Chronological Thread 
  • From: "Benjamin C. Pierce" <bcpierce AT cis.upenn.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] More difficulties with Software Foundations in 8.5
  • Date: Fri, 29 Jan 2016 14:55:07 -0500
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=bcpierce AT cis.upenn.edu; spf=Pass smtp.mailfrom=bcpierce AT cis.upenn.edu; spf=None smtp.helo=postmaster AT fox.seas.upenn.edu
  • Ironport-phdr: 9a23:kXhYUxM3u2f9x0fTAmsl6mtUPXoX/o7sNwtQ0KIMzox0KPjzrarrMEGX3/hxlliBBdydsKIbzbKI+Pm5BCQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTokbjssMSKPk1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQYxGI4y5WeGgQkBNNAg6Nx1eyZpb8qCD3/KIp0iKCPMDsRr0cUjW5qbpzRRnuzioLKmhqoynslsVsgfcD81qarBtlztuMbQ==

Hi Mitch,

We’re working now on a version of SF that works with both 8.4 and 8.5.  The change to 8.5 is already done, but the whole thing is going to take a few more weeks to release because we’re doing a bunch of other reorganization and rewriting at the same time.  The new version will be announced here when it’s ready.

    - Benjamin


On Jan 29, 2016, at 2:44 PM, Mitchell Wand <wand AT ccs.neu.edu> wrote:

I'm trying to relearn Coq by going through SF version 3.2 (January 2015).

1. make failed at Poly.v .  I added "Set Asymmetric Patterns", which fixed this.
2. make failed again at MoreLogic.v, with the message

coqc  -q  -I .    MoreLogic
File ".\MoreLogic.v", line 3, characters 15-21:
Syntax error: [constr:global] expected after [export_token] (in [vernac:gallina_ext]).
Makefile:202: recipe for target 'MoreLogic.vo' failed
make: *** [MoreLogic.vo] Error 1

The file starts with Require Export "Prop".

I tried removing the quotation marks, and got the following:

$ make
coqdep -c -slash -I .  "MoreLogic.v" > "MoreLogic.v.d" || ( RV=$?; rm -f "MoreLogic.v.d"; exit ${RV} )
warning: option -slash has no effect and is deprecated.
*** Warning: in file MoreLogic.v, library Prop is required and has not been found in the loadpath!
*** Warning: in file MoreLogic.v, library Prop is required and has not been found in the loadpath!
coqc  -q  -I .    MoreLogic
File ".\MoreLogic.v", line 3, characters 15-19:
Syntax error: [constr:global] expected after [export_token] (in [vernac:gallina_ext]).
Makefile:202: recipe for target 'MoreLogic.vo' failed
make: *** [MoreLogic.vo] Error 1

This despite

$ ls Prop*
Prop.glob  Prop.html  Prop.v  Prop.v.d  Prop.vo

How can I fix this?

More generally, is there an up-to-date version of SF that runs out of the box in 8.5 ?

--Mitch







Archive powered by MHonArc 2.6.18.

Top of Page