Browse thread
specify include directories with ocamlbuild
- Hendrik Tews
[
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: | Hendrik Tews <tews@o...> |
| Subject: | specify include directories with ocamlbuild |
Hi,
in 3.11 I used
<some_file.ml>: I(+camlp4/Camlp4Parsers)
in _tags to specify that ocamlbuild should add
-I +camlp4/Camlp4Parsers when compiling some_file. In 3.12 this
gives
Warning: tag "I" does not expect a parameter, but is used with parameter "+camlp4/Camlp4Parsers"
What is the recommended way to specify an include directory in
3.12?
Thanks,
Hendrik Tews