Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Problem compiling Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Problem compiling Coq


chronological Thread 
  • From: Daniel de Rauglaudre <daniel.de_rauglaudre AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Problem compiling Coq
  • Date: Tue, 10 Jan 2012 11:28:53 +0100

Hi,

On Tue, Jan 10, 2012 at 11:17:41AM +0100, Stefan Berghofer wrote:

>   Testing parsing/grammar.cma
>   >> Fatal error: Ocaml and preprocessor have incompatible versions
>   Fatal error: exception Misc.Fatal_error

Strange. It means that Camlp5 is not working, i.e. not installed? Does
it work when, e.g. launching the OCaml toplevel and testing:
   ocaml -I +camlp5
   # #load "camlp5o.cma";;

Or perhaps, you forgot to make clean before recompiling Coq?

-- 
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/



Archive powered by MhonArc 2.6.16.

Top of Page