From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id AD29B7ED28 for ; Fri, 1 Jun 2012 17:46:53 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkMCAK/jyE9iiyzAhmdsb2JhbABFgkWyGgEBAQoJCwcWJ4IPUAEBAQE2ARwBiS4BAwukS4QuAQUBhGkCSAWJTwEGjW6DFohDhD6IIoEIhEAtjHk X-IronPort-AV: E=Sophos;i="4.75,698,1330902000"; d="scan'208,217";a="146203940" Received: from nm29-vm0.access.bullet.mail.sp2.yahoo.com ([98.139.44.192]) by mail4-smtp-sop.national.inria.fr with SMTP; 01 Jun 2012 17:46:37 +0200 Received: from [98.139.44.104] by nm29.access.bullet.mail.sp2.yahoo.com with NNFMP; 01 Jun 2012 15:46:35 -0000 Received: from [98.139.44.78] by tm9.access.bullet.mail.sp2.yahoo.com with NNFMP; 01 Jun 2012 15:46:35 -0000 Received: from [127.0.0.1] by omp1015.access.mail.sp2.yahoo.com with NNFMP; 01 Jun 2012 15:46:35 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 915504.6319.bm@omp1015.access.mail.sp2.yahoo.com Received: (qmail 45682 invoked by uid 60001); 1 Jun 2012 15:46:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1338565594; bh=YhODe1asj9NOJRU/hFeznqLdHXShqD4e+J34LpYuLLw=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=Pr9I/+KgA9zu1AJCqoRQO5jxF5qxkiml/E4kv5TbVAyb4/0RAjWCRxkj5abztedRmyVuNhPvLaVv+Lw595Wvv5UaYxMMxJZPhjXYUpWPcRBefvNZ1PEtrLLbm0QU2ZvirCq1Jop753ysW6Y/dMkjm3lWCk6E0MOhYqoqIrW89ek= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=att.net; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=yVYkokvTkT+s1O/biYPovSX1dcZ+skt12qz+3di+Q/naXuaViKc75xg7seIWxu17O1hBtVoXk6Q1iXMrUybswbPhGEP1eTezGNCbtp6L3ohowmPqnFKxOpRlg8piLyuQDtL+qMDHjJc8Im986VFzt0vg8JW4l6LJ98XpjaVGRI0=; X-YMail-OSG: PbT57NoVM1kD3NpyVMuae_dP3fmqj0.L7BoLb3Zr.n.n6nm lvx4hlxVBu5obp6egwpqVeLIkmkP9jQrLWjPiWQY5HiCWLody4CRALuNnWyi NeS.10foFjZNbn1rSW3ykb8yQOxXc4p7cOynfVoMJwbpOVEhTh1V5aSrzVtJ pdFJqEgvKIsvm279kQey27PfajKAXwL8R0TPd20.3GphvnXkWfDwWDr8fnOR DPbwELYYObKRtEVN7B9rdsJrMz93RRxuIBRR1fdPAureVS3A8_cZvmfkTd0x H4.LRLAvHMbMgb6ZOfO_e4DKhHENp4JV5XdIsEJ8rBZbAYKQFIWXkCPMw8LY 4uSZubQNfVuHYLjdCbJjS4N7.KMpcBO477mroaj6H9c49UhKJDVVag16LGez KdXu66b5TAwxurfaGredj3tMC63PupTVED.JeH13ZD32CXWmLu4Adn0Kz Received: from [70.225.167.134] by web180015.mail.gq1.yahoo.com via HTTP; Fri, 01 Jun 2012 08:46:34 PDT X-Mailer: YahooMailRC/708 YahooMailWebService/0.8.118.349524 Message-ID: <1338565594.20475.YahooMailRC@web180015.mail.gq1.yahoo.com> Date: Fri, 1 Jun 2012 08:46:34 -0700 (PDT) From: Dan Bensen To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="571421679-1785283674-1338565594=:20475" Subject: [Caml-list] "interface mismatch" in camlp4 --571421679-1785283674-1338565594=:20475 Content-Type: text/plain; charset=us-ascii Is there any documentation on this error somewhere? I have no idea what it means. > $ camlp4rf _build/Metl.cmo _build/MetlString.cmo rules.ml > Camlp4: Uncaught exception: DynLoader.Error > ("./_build/MetlString.cmo", "interface mismatch on Metl") The first module (Metl) contains a functor, and the second one (MetlString) supplies an argument module and calls the functor. Both of them extend the PreCast parser. --571421679-1785283674-1338565594=:20475 Content-Type: text/html; charset=us-ascii
Is there any documentation on this error somewhere?
I have no idea what it means.

> $ camlp4rf _build/Metl.cmo _build/MetlString.cmo rules.ml
> Camlp4: Uncaught exception: DynLoader.Error
>  ("./_build/MetlString.cmo", "interface mismatch on Metl")

The first module (Metl) contains a functor, and
the second one (MetlString) supplies an argument module
and calls the functor.  Both of them extend the PreCast
parser.

--571421679-1785283674-1338565594=:20475--