Browse thread
ocamlbuild and menhir on MinGW
- Christoph Bauer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christoph Bauer <Christoph.Bauer@l...> |
| Subject: | ocamlbuild and menhir on MinGW |
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 <options> <filenames> .... But ocamldep should get the -modules flag, not menhir. Christoph Bauer