[
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: | 2008-10-09 (18:37) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] camlp4 module dependencies |
Excerpts from John Harrison's message of Sun Sep 21 20:05:36 +0200 2008: > I'm trying once again to make some code work under the new camlp4. I > don't want to make any real syntax modifications, but just enable > quotations performing a simple string transformation on the body of > the quotation, e.g. turning > [...] > Can anyone tell me what else I should be loading/opening? You have to add the include directories: $ ocaml camlp4of.cma -I +camlp4 -I +camlp4/Camlp4Parsers Regards, -- Nicolas Pouillard aka Ertai