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=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 08427BC0A for ; Sun, 1 Apr 2007 19:28:50 +0200 (CEST) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l31HSm6N019982 for ; Sun, 1 Apr 2007 19:28:49 +0200 Received: by wr-out-0506.google.com with SMTP id q50so1118001wrq for ; Sun, 01 Apr 2007 10:28:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E5YdPqBK5F1cpxVxJhC4M2/DowS4V3JvR+8tPgXNmFWovYiF8dWKoioixpt7OY+Most9K7LIyEyodDqmZz4xjoCwue+XFqGwGZvHIYG2T0I+dAJ/wSViFYZp8nF54+h+A2BAB8NHozBnrbsF28uG7knJuJBmSk7qrQx/J4YoxOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ouh8JlaNyZKGl0XPdg5z7O7sUCRp8zqQQoxwmDmK+nnEIyGDczCck7AkNf3ysaM9JpHUt0ZALBJVlSRQtk+1LbPUOn9gvGR58fe6wxHvX0Q75PM9eplalnTQuJICnyObIXwO1temOqaJ/8lequMd2uW3OffnR8b3jcrHmsCNwdk= Received: by 10.115.106.7 with SMTP id i7mr1514224wam.1175448527759; Sun, 01 Apr 2007 10:28:47 -0700 (PDT) Received: by 10.114.181.18 with HTTP; Sun, 1 Apr 2007 10:28:47 -0700 (PDT) Message-ID: Date: Sun, 1 Apr 2007 19:28:47 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] New camlp4 and q_MLast Cc: "Caml List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4C8BE613-EE4E-4A60-B793-1406BC0D7672@gmail.com> X-j-chkmail-Score: MSGID : 460FEBD0.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 460FEBD0.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 mlast:01 camlp:01 ocamlc:01 -pp:01 mlast:01 cmo:01 ocamlc:01 -pp:01 2007,:98 wrote:01 wrote:01 caml-list:01 generally:03 renamed:04 On 4/1/07, Joel Reymont wrote: > > On Apr 1, 2007, at 5:56 PM, Nicolas Pouillard wrote: > > > Not gone just renamed (by some very descriptive long name). > > > > Generally one now should use camlp4*f commands (f for full) > > I'm trying to translate this command line: > > $(OCAMLC) -c -I +camlp4 -pp '$(CAMLP4O) q_MLast.cmo -loc loc' $< CAMLPOF=camlp4of > $(OCAMLC) -c -I +camlp4 -pp '$(CAMLP4OF) -loc loc' $< -- Nicolas Pouillard