Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.


Chronological Thread 
  • From: Kevin Buzzard <kevin.m.buzzard AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.
  • Date: Wed, 14 Jun 2017 08:36:51 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=kevin.m.buzzard AT gmail.com; spf=Pass smtp.mailfrom=kevin.m.buzzard AT gmail.com; spf=None smtp.helo=postmaster AT mail-wr0-f173.google.com
  • Ironport-phdr: 9a23:TAatDh/Y0Tycn/9uRHKM819IXTAuvvDOBiVQ1KB42ukcTK2v8tzYMVDF4r011RmSDNqds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2e2//5/ebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRx3miCkHOTA383zZhNJsg69AvBKtuwZyz5LIbI2JNvdzeL7Wc9MARWpGW8ZcTylPDZ2ib4sOCeoKIPtVr5T8ploPtxS+HxSjD/7oxz9LmHD2w6w60+I7HQHDxgAvBM8OsXXVrdrvLqcdTPu4zKbNzTrZbvNW3S3x55TPchAkuPyBW697f8TWyUkqDQzFj1OQpJTkPzOTzOQNsnKU4/BuVeK1k2Inrht+oiSvxscrlInGmJgVyl7A9SV+zoc5P9u4R1BnYdOiDZBetDmaOpNoTs8+R2xkoiU3x70ctZKmYiQHy44rywPdZvGJdYWD/wjtW/yLIThigXJoYLK/iAi28Uin0uD8U9O70FdOriZcnNjMrGwB2wXd6sSaSPZw8F2t2TmI1wDU5eFEJV47mbDHJJ4mx748jpsTsULdES/qgEj6krOae0E+9uWr6+nreKjqqoGfOoNulw3zMKojltS6AesiMwgOW2ab+f671L3m5UD5Q6tFjuM3kqnfqpzaIN4XqbWkAw5U04cs8Qy/ACq93dQXmHkINlNFeBadg4f1PFHOJej0De2jjFS0jDdr2/fGM6X9DZXKN3jPiavufbJg60FH0wcz1tBe55dMCr4bOv7zW0nxtMbZDhAjKQC0zfznW51B0dYVXnvKCauEOovTt0WJ76QhObqifogQ7RXwNfkjr9Tzn20wg1NVKaqkw5oRLnX+FOl0MUyDbVLjh94AFSEBuQ9oH7+is0GLTTMGPyX6ZKk7/DxuUI8=

Just to be clear -- I am using the proof files here

https://gforge.inria.fr/projects/coqfinitgroup/

and my impression is that the version of ssreflect there will not
compile on the latest version of Coq. Ideally I would be using the
latest version of everything but I am having trouble persuading
the feit thompson files to use the latest ssreflect.


On 14 June 2017 at 08:29, Kevin Buzzard
<kevin.m.buzzard AT gmail.com>
wrote:
> I am on Ubuntu 14.04. I wanted to take a look at the Coq Feit Thompson
> proof. I started with the Ubuntu 14.04 repository of coq (8.4pl5 or
> so) and did get as far as compiling the proof with make, but then I
> ran into this:
>
> https://mathoverflow.net/a/164998/43076
>
> I felt like this issue shouldn't be ignored, so I decided to start
> again and install everything from opam (now giving me Coq 8.6). But
> when I do this, "make" in the feit thompson directory gives me
>
> make[1]: Entering directory `/home/buzzard/Encfs/Coq/feit_thompson'
> CAMLC -c src/ssrmatching.mli
> File "src/ssrmatching.mli", line 76, characters 14-34:
> Error: Unbound type constructor glob_constr_and_expr
> make[1]: *** [src/ssrmatching.cmi] Error 2
> make[1]: Leaving directory `/home/buzzard/Encfs/Coq/feit_thompson'
> make: *** [all] Error 2
>
> My understanding of this error is that it's a problem with an early
> version of ssreflect not compiling with the later version of coq. I
> have installed coq-mathcomp-ssreflect using pam, but now I have to
> persuade the Feit-Thompson code to use this more modern version of
> ssreflect and I can't see how to change the ssreflect option in the
> makefile.
>
> **
>
> What I am trying to do is to get and IDE up and running where I can
> analyse the feit thompson proof files and step through them etc. I'm
> finding this tough. Can anyone give me any pointers?
>
> Kevin Buzzard



Archive powered by MHonArc 2.6.18.

Top of Page