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=NO_RELAYS autolearn=disabled version=3.1.3 Received: by yquem.inria.fr (Postfix, from userid 18965) id C5D71BBAF; Mon, 24 Aug 2009 13:59:00 +0200 (CEST) Date: Mon, 24 Aug 2009 13:59:00 +0200 From: Francois Pottier To: ChoJin Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OCamlMakefile, menhir and its --infer option Message-ID: <20090824115900.GR25913@yquem.inria.fr> Reply-To: Francois.Pottier@inria.fr References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.9i X-Spam: no; 0.00; 0200,:01 makefile:01 2009:98 wrote:01 caml-list:01 pottier:01 pottier:01 simplest:02 francois:02 francois:02 fpottier:02 bugs:03 thu:05 problem:05 shared:06 Hello, On Thu, Aug 06, 2009 at 01:16:35PM +0200, ChoJin wrote: > I have an issue while using OCamlMakefile, menhir and its --infer > option. I don't know if OCamlMakefile properly supports menhir with the --infer option. The simplest solution to your problem would be to use ocamlbuild instead of OCamlMakefile. Another possibility would be to use "Makefile.shared", which is provided with menhir -- it is, however, known to have some bugs. -- François Pottier Francois.Pottier@inria.fr http://gallium.inria.fr/~fpottier/