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.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 0D982BC0A for ; Tue, 15 May 2007 14:50:28 +0200 (CEST) Received: from ghost.is-a-geek.org ([84.205.135.191]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4FCoRE9010251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 15 May 2007 14:50:27 +0200 Received: by ghost.is-a-geek.org (Postfix, from userid 1000) id 0ED5B282B5; Tue, 15 May 2007 14:50:23 +0200 (CEST) Date: Tue, 15 May 2007 14:50:23 +0200 From: =?utf-8?B?U3TDqXBoYW5l?= Gimenez To: Nicolas Pouillard Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] ocamlbuild, menhir and include directories Message-ID: <20070515125023.GA6038@ghost.is-a-geek.org> Mail-Followup-To: =?utf-8?B?U3TDqXBoYW5l?= Gimenez , Nicolas Pouillard , caml-list@yquem.inria.fr References: <20070514165620.GA15565@ghost.is-a-geek.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.14 (2007-02-12) X-Miltered: at concorde with ID 4649AC93.003 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; gimenez:01 gimenez:01 dirs:01 bug:01 phane:98 3100:98 phane:98 cvs:01 caml-list:01 pps:01 jussieu:01 parameters:02 btw:02 failing:02 shell:04 > >I got stuck with calls from ocamlbuild to > > menhir --infer ... > >failing because include dirs (-I dir) were not given as parameters. > > > > I already fixed this bug on the ocamlbuild side by giving -I > directories trough --ocamlc. It's in the CVS, release3100 tag Ok! thanks and sorry for the noise. I follow MAIN branch, and I was thinking such fixes would have been applied here. (Btw, just in case, my menhir patch was lacking filename quotation, don't use it whithout modification. Silly shell calls...) Stéphane.