Browse thread
ocamlbuild, menhir and include directories
-
Stéphane Gimenez
-
Nicolas Pouillard
- Stéphane Gimenez
-
Nicolas Pouillard
[
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: | Stéphane Gimenez <gimenez@p...> |
| Subject: | Re: [Caml-list] ocamlbuild, menhir and include directories |
> >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.