Skip to Content.
Sympa Menu

ssreflect - Re: installation problem

Subject: Ssreflect Users Discussion List

List archive

Re: installation problem


Chronological Thread 
  • From: (François Garillot)
  • To:
  • Subject: Re: installation problem
  • Date: Fri, 13 Nov 2009 19:43:59 +0100

Ralph Matthes wrote today:

> When trying to install ssreflect-1.2 on top of Coq 8.2pl1 (created from
> the sources), I run into the following problem of make after 30 lines of
> unproblematic output:
>
> coqmktop -opt -o bin/ssrcoq src/ssreflect.cmx
> Files /tmp/coqmaineb0833.cmx and /usr/local/lib/coq/kernel/kernel.cmxa
> make inconsistent assumptions over interface Term
> make: *** [bin/ssrcoq] Erreur 2

What happens if you replace that line with:

bin/coqmktop -opt -o bin/ssrcoq src/ssreflect.cmx

?

I suspect you are calling another installed version of coq in this line.

--
François Garillot



Archive powered by MHonArc 2.6.18.

Top of Page