Browse thread
Lwt and OCamlMakefile
[
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: | Sylvain Le Gall <sylvain@l...> |
| Subject: | Re: Lwt and OCamlMakefile |
On 21-12-2010, Jérémie Dimino <jeremie@dimino.org> wrote: > On Mon, Dec 20, 2010 at 09:36:39PM -0500, orbitz@ezabel.com wrote: >> Thanks, I forgot to mention that I am setting that: >> >> (*pp camlp4o pa_lwt.cmo *) > > This one should work: > > (*pp camlp4o `ocamlfind query -i-format lwt` `ocamlfind query -predicates syntax,preprocessor -a-format -r lwt.syntax` *) > It will work on Linux. On Windows, you will get a problem because ocamlfind EOL (win32) doesn't match "`...`" EOL wrapping (cygwin). There was a similar problem with sexplib... Regards, Sylvain Le Gall