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.4 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 1F33CBB84 for ; Thu, 9 Oct 2008 20:37:27 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.33,384,1220220000"; d="asc'?scan'208";a="18470199" Received: from peray.inria.fr (HELO ausone.inria.fr) ([128.93.8.98]) by mail1-relais-roc.national.inria.fr with SMTP; 09 Oct 2008 20:37:26 +0200 Received: by ausone.inria.fr (sSMTP sendmail emulation); Thu, _d Oct 2008 20:36:40 +0200 From: "Nicolas Pouillard" Cc: Caml_mailing list Subject: Re: [Caml-list] camlp4 module dependencies To: John Harrison References: In-Reply-To: Date: Thu, 09 Oct 2008 20:36:40 +0200 Message-Id: <1223577338-sup-1579@ausone.local> User-Agent: Sup/git Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="=-1223577400-885564-50294-1460-11-="; micalg="pgp-sha1" MIME-Version: 1.0 X-Spam: no; 0.00; camlp:01 dependencies:01 camlp:01 syntax:01 ocaml:01 parsers:01 caml-list:01 cma:01 string:02 quotations:03 module:03 aka:04 loading:05 sep:06 0200:07 X-Attachments: cset="UTF-8" type="application/pgp-signature" name="signature.asc" name="signature.asc" --=-1223577400-885564-50294-1460-11-= Content-Type: text/plain; charset=UTF-8 Excerpts from John Harrison's message of Sun Sep 21 20:05:36 +0200 2008: > I'm trying once again to make some code work under the new camlp4. I > don't want to make any real syntax modifications, but just enable > quotations performing a simple string transformation on the body of > the quotation, e.g. turning > [...] > Can anyone tell me what else I should be loading/opening? You have to add the include directories: $ ocaml camlp4of.cma -I +camlp4 -I +camlp4/Camlp4Parsers Regards, -- Nicolas Pouillard aka Ertai --=-1223577400-885564-50294-1460-11-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkjuTzgACgkQj+FCNw9dwLn1FwCfWtT8m8e7My5zTZeeX27Zz4EI ENMAnRvib34zfSMImpuHJHO4IFPy/leE =DCsm -----END PGP SIGNATURE----- --=-1223577400-885564-50294-1460-11-=--