From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 8BC8CBBC4 for ; Wed, 15 Apr 2009 12:54:24 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAB9a5UnVuiYS/2dsb2JhbADSQAeCOSACgRwG X-IronPort-AV: E=Sophos;i="4.40,192,1238968800"; d="scan'208";a="24620374" Received: from solaria.dimino.org ([213.186.38.18]) by mail2-smtp-roc.national.inria.fr with ESMTP; 15 Apr 2009 12:54:24 +0200 Received: from aurora (localhost.localdomain [127.0.0.1]) by solaria.dimino.org (Postfix) with ESMTP id DAC458004C; Wed, 15 Apr 2009 12:54:23 +0200 (CEST) Received: by aurora (Postfix, from userid 1000) id B24A3446EE; Wed, 15 Apr 2009 12:54:23 +0200 (CEST) Subject: Re: [Caml-list] interface mismatch on camlp4_import From: =?ISO-8859-1?Q?J=E9r=E9mie?= Dimino To: Joel Reymont Cc: O'Caml Mailing List In-Reply-To: <949546F8-26B4-4657-8F30-898DD28600D0@gmail.com> References: <949546F8-26B4-4657-8F30-898DD28600D0@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 15 Apr 2009 12:54:23 +0200 Message-Id: <1239792863.7820.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 X-Spam: no; 0.00; mismatch:01 camlp:01 camlp:01 uncaught:01 usr:01 lib:01 ocaml:01 site-lib:01 mismatch:01 ocaml:01 cheers:01 wrote:01 exception:01 caml-list:01 cma:01 Joel Reymont wrote: > Camlp4: Uncaught exception: DynLoader.Error ("/usr/local/lib/ocaml/=20 > site-lib/ocsigen/xhtmlsyntax.cma", "interface mismatch on =20 > Camlp4_import") >=20 > What does this mean and how do I fix it? This means that xhtmlsyntax.cma requires a different version of the Camlp4_import module than the one installed on your system (you can verify that with ocamlobjinfo). This may happen if you compiled ocsigen with a different ocaml version than the one you are using now. Recompiling and reinstalling ocsigen should fix this error. Cheers, J=C3=A9r=C3=A9mie