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 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id EB808BC0A for ; Wed, 23 May 2007 09:40:03 +0200 (CEST) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4N7e3vH012134 for ; Wed, 23 May 2007 09:40:03 +0200 Received: by wr-out-0506.google.com with SMTP id 50so101933wra for ; Wed, 23 May 2007 00:40:02 -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=ePuRaC3JtR6Rqyx849GRGT9S4UPdyfFp11bYUKmripu0JFRPtWfH9Ed2WU20q9uUI5SAWzsIqVqfniXcmXxdXlKXK5xlLZ5Z0OZm8O35bkoTvPjHcYE/SXBxTf+A5DPfF2l385AHfAizS0a0ilRnnjX/0/pNCrg6/EDeuegaZfQ= 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=oclyvfe3f109r3NpuLvh+EuS4TmPVbbqAIOqciNGYCsAFb9TgOfq2Rt0K7GXsBs0MMdttoSYHF/h+7V4gS5sSdLIY3N7fFbbVR2IRPyQJljFxv50ZuDlMmOQ2CETIcOhsIRg8NuZDnHTqMkRS5lI/wNhg13RT6gOCExJaCBhfdQ= Received: by 10.114.103.1 with SMTP id a1mr139325wac.1179906002522; Wed, 23 May 2007 00:40:02 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Wed, 23 May 2007 00:40:02 -0700 (PDT) Message-ID: Date: Wed, 23 May 2007 09:40:02 +0200 From: "Nicolas Pouillard" To: "Christoph Bauer" Subject: Re: [Caml-list] ocamlbuild and menhir on MinGW 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: X-j-chkmail-Score: MSGID : 4653EFD3.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 4653EFD3.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; mingw:01 cygwin:01 ocaml:01 mingw:01 ocaml:01 ocamlmgw:01 ocamldep:01 ocamlmgw:01 ocamldep:01 wrote:01 caml-list:01 bin:01 bin:01 mly:02 mly:02 Are you in cygwin or the windows "shell"? On 5/22/07, Christoph Bauer wrote: > Hi, > > it there a quoting problem with ocamlbuild on OCaml/MinGW? I'm using > the released OCaml 3.10.0. > > $ ocamlbuild -use-menhir -I mlutils .... > C:/ocamlmgw/bin/menhir --raw-depend --ocamldep "ocamldep -modules" > mlutils/globParser.mly > mlutils/globParser.mly.depends > C:\ocamlmgw\bin\menhir: unknown option `-modules > mlutils/globParser.mly'. > Usage: C:\ocamlmgw\bin\menhir > .... > > But ocamldep should get the -modules flag, not menhir. > > Christoph Bauer > -- Nicolas Pouillard