Browse thread
Re: [Caml-list] Pretty printing Toploop errors?
-
Keiko Nakata
-
Geoffrey Alan Washburn
-
Jonathan Roewen
- Geoffrey Alan Washburn
-
Jonathan Roewen
-
Geoffrey Alan Washburn
[
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: | Geoffrey Alan Washburn <geoffw@c...> |
| Subject: | Re: Pretty printing Toploop errors? |
Jonathan Roewen wrote: >> worked. However, is there some other library I could link against that >> wouldn't require end-users having access to the OCaml sources? > > Have you tried toplevellib.cma? I am, but if I only link against that ocamlc claims that it cannot find the Errors module. If I add drivers/errors.cmo it works, but that is only in available in the actual OCaml source tree. Is there something else I should be trying?