Browse thread
[Caml-list] camlp4o & include directories
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] camlp4o & include directories |
Hi, I compiled & installed xml-light.cma, which by default seemed to go in the ocaml lib dir (not a nested dir). Anyways, trying to use camlp4o with this lib failed (couldn't find it). I had to use this hack to get around: XMLLIGHT=-I `camlp4 -where`/.. xml-light.cma Why isn't the normal ocaml include dirs searched? Is this intended? (Using 3.08.2) Jonathan