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.2 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 69F69BB84 for ; Sat, 5 Jul 2008 23:30:04 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAHuEb0jAXQIm/2dsb2JhbACsPQ X-IronPort-AV: E=Sophos;i="4.30,308,1212357600"; d="scan'208";a="14798728" Received: from discorde.inria.fr ([192.93.2.38]) by mail1-smtp-roc.national.inria.fr with ESMTP; 05 Jul 2008 23:30:04 +0200 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m65LU3aC010486 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sat, 5 Jul 2008 23:30:04 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkgDAHuEb0hQW+UCgWdsb2JhbACSWwEBECAEmSw X-IronPort-AV: E=Sophos;i="4.30,308,1212357600"; d="scan'208";a="12856926" Received: from main.gmane.org (HELO ciao.gmane.org) ([80.91.229.2]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/AES256-SHA; 05 Jul 2008 23:30:03 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KFFKR-00007R-Tj for caml-list@inria.fr; Sat, 05 Jul 2008 21:29:59 +0000 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 21:29:59 +0000 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Jul 2008 21:29:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: META file for bitmatch Date: Sat, 5 Jul 2008 21:29:53 +0000 (UTC) Message-ID: References: <20080705180326.GA27593@annexia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/pre0.9.9-102 (Linux) Sender: news X-Miltered: at discorde with ID 486FE7DB.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; le-gall:01 ocamlfind:01 ocamlc:01 -package:01 syntax:01 syntax:01 ocamlfind:01 ocamlc:01 -package:01 camlp:01 camlp:01 wrote:01 preprocessor:01 seems:03 problem:05 On 05-07-2008, Richard Jones wrote: > [Is there a good mailing list for discussion of, or help with writing > META files?] > > Anyhow ... For bitmatch, after a lot of faffing around yesterday, I > came up with this file: > > http://code.google.com/p/bitmatch/source/browse/trunk/META.in > > I wonder if people would comment on it? It seems to have problem. > One needs to write: > > ocamlfind ocamlc -package bitmatch.syntax -syntax bitmatch.syntax ... > > instead of what I would have expected: > > ocamlfind ocamlc -package bitmatch -syntax bitmatch.syntax ... > > Also it hard-codes preprocessor = "camlp4of". I don't know if that is > a good thing or not. I was thinking that the call should have been: ocamlfind ocamlc -package bitmatch.syntax -syntax camlp4o ... Regards, Sylvain Le Gall