Subject: Ssreflect Users Discussion List
List archive
- From: Christian Neukirchen <>
- To: ssreflect <>
- Subject: Building ssreflect 1.3pl2 with coq 8.3pl3 and camlp5 6.05
- Date: Tue, 20 Mar 2012 16:47:05 +0100
Hello,
in order to build ssreflect with the current camlp5 6.05, I had to build
camlp5 with -transitional and apply this tiny patch.
diff -aur ssreflect-1.3pl2.orig/src/ssreflect.ml
ssreflect-1.3pl2/src/ssreflect.ml
--- ssreflect-1.3pl2.orig/src/ssreflect.ml 2011-11-21 15:20:53.000000000
+0100
+++ ssreflect-1.3pl2/src/ssreflect.ml 2012-03-20 16:36:25.859060780 +0100
@@ -2683,8 +2683,8 @@
try tac gl
with
| UserError (l, s) -> raise (UserError (l, prefix i ++ s))
- | Stdpp.Exc_located(loc, UserError (l, s)) ->
- raise (Stdpp.Exc_located(loc, UserError (l, prefix i ++ s))) in
+ | Compat.Exc_located(loc, UserError (l, s)) ->
+ raise (Compat.Exc_located(loc, UserError (l, prefix i ++ s))) in
let rec loop i gl =
if i = n then tac_err_at i gl else
(tclTHEN (tac_err_at i) (loop (i + 1))) gl in
I hope this helps others in the same situation,
--
Christian Neukirchen <> http://chneukirchen.org
- Building ssreflect 1.3pl2 with coq 8.3pl3 and camlp5 6.05, Christian Neukirchen, 03/20/2012
Archive powered by MHonArc 2.6.18.