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.0 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 44D7FBC0A for ; Mon, 2 Apr 2007 11:21:09 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l329L8Z5023541 for ; Mon, 2 Apr 2007 11:21:09 +0200 Received: by ug-out-1314.google.com with SMTP id k3so1562532ugf for ; Mon, 02 Apr 2007 02:21:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=P7FisAEZQgT8FkttG5skuel3r8beO26Y/NAe9GHhxBb0KrUbMlOEHTw9rZnpWnnTDaniyL9qwxyy0lVQX9zoZ+89ytQ3yfPt1WW8A578pdhfpBXUsOVakV2X1pOXYDw05s6Y6sK0tcun9p+04hrK+mavJJAgb843lU0o6tNThO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=VCMrvPuiy49V4ERZzx0vfDRwvIRaHI4PUoqqKdYCZzWtpcjV9eq64dutfYMbJ1h9ltiw7YbhFvoE/LThxpYGBcaVsQ7rZBhLwoWZOBfopLLkipoqAVq3eVmAs1AKpEZTDgYlxynOS4cEcSLOV1M/CQPS1ugKj8AQ2lnLRjCmxTs= Received: by 10.67.90.1 with SMTP id s1mr4120782ugl.1175505668615; Mon, 02 Apr 2007 02:21:08 -0700 (PDT) Received: from ?192.168.1.34? ( [81.33.210.112]) by mx.google.com with ESMTP id b23sm6812831ugd.2007.04.02.02.21.02; Mon, 02 Apr 2007 02:21:03 -0700 (PDT) In-Reply-To: References: <5526ED79-3406-4700-9E95-20C631FE40BF@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: "Caml List" Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: [Caml-list] Help with new camlp4 Date: Mon, 2 Apr 2007 10:21:04 +0100 To: "Nicolas Pouillard" X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4610CB04.000 on discorde : j-chkmail score : XXXX : 5/20 2 0.000 -> 4 X-Miltered: at discorde with ID 4610CB04.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 camlp:01 ocamlc:01 -pp:01 2007,:98 23,:98 vub:98 unbound:01 wrote:01 token:01 token:01 compile:01 caml-list:01 compiling:02 loc:03 On Apr 2, 2007, at 10:14 AM, Nicolas Pouillard wrote: > It depends on the camlp4 used. I think that you want to use camlp4orf > to compile that code. I'm compiling Octal[1] and used camlp4of previously. Trying camlp4orf but get ocamlc.opt -c -I +camlp4 -pp 'camlp4orf -loc loc' q_octal.ml File "q_octal.ml", line 23, characters 10-25: Unbound value Token.dummy_loc on let loc = Token.dummy_loc ;; Digging around now... Thanks, Joel [1] http://ssel.vub.ac.be/svn-gen/bdefrain/octal/ -- http://wagerlabs.com/