Browse thread
Re: [Caml-list] Pretty printing Toploop errors?
-
Keiko Nakata
-
Geoffrey Alan Washburn
-
Jonathan Roewen
-
Geoffrey Alan Washburn
-
bacam@z...
- Geoffrey Alan Washburn
-
bacam@z...
-
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: | 2006-08-01 (14:38) |
From: | Geoffrey Alan Washburn <geoffw@c...> |
Subject: | Re: Pretty printing Toploop errors? |
Brian Campbell wrote: > You might have solved this in the meantime, but in case you haven't: > > The problem is that the interface file errors.cmi isn't installed along > with ocaml. You could keep a copy of errors.mli with your program and > use that to make a suitable errors.cmi for compiling against. At least, > that seems to work for me. That seems to have solved the problem. Thanks!