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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id DE08E7FA4D for ; Sat, 2 Aug 2014 14:35:34 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of rich@annexia.org) identity=pra; client-ip=80.68.91.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="rich@annexia.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of rich@annexia.org designates 80.68.91.176 as permitted sender) identity=mailfrom; client-ip=80.68.91.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="rich@annexia.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@furbychan.cocan.org) identity=helo; client-ip=80.68.91.176; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="rich@annexia.org"; x-sender="postmaster@furbychan.cocan.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvkNAI7a3FNQRFuw/2dsb2JhbABZgw1SV4EhgQZRq1IFBgUBbpxKh0sDAgGBAxZ3hAQBBSMPAUYQCxgCAgUTDgICDwUoIROIRgGvKJdFF4EshFAviSEHgnk2gRwFjnaNDpRgg048Lw X-IPAS-Result: AvkNAI7a3FNQRFuw/2dsb2JhbABZgw1SV4EhgQZRq1IFBgUBbpxKh0sDAgGBAxZ3hAQBBSMPAUYQCxgCAgUTDgICDwUoIROIRgGvKJdFF4EshFAviSEHgnk2gRwFjnaNDpRgg048Lw X-IronPort-AV: E=Sophos;i="5.01,786,1400018400"; d="scan'208";a="88034403" Received: from furbychan.cocan.org ([80.68.91.176]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 02 Aug 2014 14:35:34 +0200 Received: from rich by furbychan.cocan.org with local (Exim 4.80) (envelope-from ) id 1XDYX3-0005lx-DD; Sat, 02 Aug 2014 13:35:29 +0100 Date: Sat, 2 Aug 2014 13:35:29 +0100 From: "Richard W.M. Jones" To: Kim =?utf-8?B?Tmd1eeG7hW4=?= Cc: Jeremie Dimino , "caml-list@inria.fr" Message-ID: <20140802123529.GB21347@annexia.org> References: <20140801141228.GC8964@annexia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [Caml-list] Bug in camlp4 4.02 ? [ was: cduce on ocaml 4.02 ] On Fri, Aug 01, 2014 at 06:31:22PM +0200, Kim Nguyễn wrote: > Hi > > On Fri, Aug 1, 2014 at 5:11 PM, Jeremie Dimino wrote: > > Could you fill an issue there: https://github.com/ocaml/camlp4 ? > > Done, this is issue #42. As explained in the bug report, using the > ocamlfind package "camlp4.extend" fixes the issue for us. > > For those interested I'm attaching a patch that allows one to compile > cduce with the current ocaml trunk (I only tested using the > 4.02.0+trunk switch of opam). That's better, but it still fails with 4.02 from git: File "runtime/run_dispatch.ml", line 222, characters 41-43: Failure: "antiquotation not allowed here" File "runtime/run_dispatch.ml", line 1: Error: Error while running external preprocessor (If you comment out that use of $$ then it fails on an earlier one) Rich. -- Richard Jones Red Hat