Skip to Content.
Sympa Menu

ssreflect - Problem Building Ssreflect 1.4 for Coq 8.4

Subject: Ssreflect Users Discussion List

List archive

Problem Building Ssreflect 1.4 for Coq 8.4


Chronological Thread 
  • From: Christian Doczkal <>
  • To:
  • Subject: Problem Building Ssreflect 1.4 for Coq 8.4
  • Date: Thu, 06 Sep 2012 00:13:59 +0200

Hello

I have trouble building the contents of

ssreflect-1.4-coq8.4.tar.gz

When I unpack the source and run make I get the following errors:

File "src/ssrmatching.ml4", line 889, characters 0-7:
Parse error: Deprecated syntax, use EXTEND MyGramModule ... END instead
Preprocessing error on file src/ssrmatching.ml4

...

File "src/ssreflect.ml4", line 481, characters 0-7:
Parse error: Deprecated syntax, use EXTEND MyGramModule ... END instead
Preprocessing error on file src/ssreflect.ml4

Here are the program versions I use:

$ coqc --version
The Coq Proof Assistant, version 8.4 (September 2012)
compiled on Sep 05 2012 22:28:55 with OCaml 3.12.1
$ camlp5 -v
Camlp5 version 6.02.3 (ocaml 3.12.1)

OS: Gentoo Linux

Remark: I recompiled everything using camlp5 6.06 but this didn't help

Can someone tell me what I'm doing wrong? Any help would be appreciated.

Regards
Christian






Archive powered by MHonArc 2.6.18.

Top of Page