From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id BADB2BB83 for ; Thu, 6 Jul 2006 17:39:52 +0200 (CEST) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k66FdrKm020252 for ; Thu, 6 Jul 2006 17:39:53 +0200 Received: by nz-out-0102.google.com with SMTP id x3so1013795nzd for ; Thu, 06 Jul 2006 08:39:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dx80e4IlA4gZ+8IW6on5KqlrA7mVA4kBzfB9f5Y39XwPru7cv8lqds02JHxb7nIXv2XwHi8FpNS+fIz0ojd6oBtuu6yCfaUaiYjG4lxU11op6pPnjDjfmCdnVkiQyMnG0vaXISHdBzSrQVqTO9lWE8Y6AZL6OH8e0xc7Px6Fzlk= Received: by 10.36.140.3 with SMTP id n3mr1048868nzd; Thu, 06 Jul 2006 08:39:51 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Thu, 6 Jul 2006 08:39:51 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 03:39:51 +1200 From: "Jonathan Roewen" To: "Nicolas Pouillard" Subject: Re: [Caml-list] A global exception handler... Cc: "Till Varoquaux" , OCaml In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9d3ec8300607060748s18ad08c6v282af9bc795099c8@mail.gmail.com> X-j-chkmail-Score: MSGID : 44AD2EC9.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44AD2EC9.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; handler:01 camlp:01 camlp:01 ocaml:01 rework:01 caml-list:01 exception:01 guess:03 installed:05 mixing:07 distribution:10 build:12 instead:13 instead:13 tools:14 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP autolearn=disabled version=3.0.3 > > Can I build the new camlp4 with 3.09.2 tools? > > > > In fact camlp4 will be part of OCaml 3.10 distribution, so it's better > to try it directly like that, instead of mixing them with 3.09.2. My webhost only has 3.09.2 installed. I guess I could try rework your code to work with existing camlp4 instead...