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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 83199BBAF for ; Tue, 21 Dec 2010 11:21:57 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkYFANMOEE1QW+UMgWdsb2JhbACDY5ISjhkVAQEWIiSvF5EYgSCDNXQEiwI X-IronPort-AV: E=Sophos;i="4.60,207,1291590000"; d="scan'208";a="71199578" Received: from lo.gmane.org ([80.91.229.12]) by mail3-smtp-sop.national.inria.fr with ESMTP; 21 Dec 2010 11:21:57 +0100 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUzLw-0002SI-4b for caml-list@inria.fr; Tue, 21 Dec 2010 11:21:56 +0100 Received: from avelizy-155-1-1-245.w83-199.abo.wanadoo.fr ([83.199.40.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 11:21:56 +0100 Received: from sylvain by avelizy-155-1-1-245.w83-199.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 11:21:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: Lwt and OCamlMakefile Date: Tue, 21 Dec 2010 10:21:44 +0000 (UTC) Message-ID: References: <2D355E1A-E205-4FD6-82E9-A50E949C6B81@ezabel.com> <3746A668-E963-40AE-A441-B01517F1E13E@ezabel.com> <20101221085753.GA18588@aurora> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: avelizy-155-1-1-245.w83-199.abo.wanadoo.fr User-Agent: slrn/pre1.0.0-18 (Linux) X-Spam: no; 0.00; le-gall:01 camlp:01 cmo:01 camlp:01 ocamlfind:01 ocamlfind:01 -predicates:01 syntax:01 syntax:01 eol:01 eol:01 cygwin:01 20,:98 wrote:01 wrote:01 On 21-12-2010, Jérémie Dimino wrote: > On Mon, Dec 20, 2010 at 09:36:39PM -0500, orbitz@ezabel.com wrote: >> Thanks, I forgot to mention that I am setting that: >> >> (*pp camlp4o pa_lwt.cmo *) > > This one should work: > > (*pp camlp4o `ocamlfind query -i-format lwt` `ocamlfind query -predicates syntax,preprocessor -a-format -r lwt.syntax` *) > It will work on Linux. On Windows, you will get a problem because ocamlfind EOL (win32) doesn't match "`...`" EOL wrapping (cygwin). There was a similar problem with sexplib... Regards, Sylvain Le Gall