[
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: META file for bitmatch |
On 05-07-2008, Richard Jones <rich@annexia.org> wrote: > [Is there a good mailing list for discussion of, or help with writing > META files?] > > Anyhow ... For bitmatch, after a lot of faffing around yesterday, I > came up with this file: > > http://code.google.com/p/bitmatch/source/browse/trunk/META.in > > I wonder if people would comment on it? It seems to have problem. > One needs to write: > > ocamlfind ocamlc -package bitmatch.syntax -syntax bitmatch.syntax ... > > instead of what I would have expected: > > ocamlfind ocamlc -package bitmatch -syntax bitmatch.syntax ... > > Also it hard-codes preprocessor = "camlp4of". I don't know if that is > a good thing or not. I was thinking that the call should have been: ocamlfind ocamlc -package bitmatch.syntax -syntax camlp4o ... Regards, Sylvain Le Gall