In order to compile and oasis install on OS-x you will need: _ To patch the makefile in file-utils. It calls [install] with -d which is a gnu specific extension. It should probably use the install bundled with configure but the patch I uploaded just makes the call posix compatible. _ To update ocaml-data-notation to compile with the new type-conv. The patch also remove calls out to oasis during the compile (I used a darcs checkout). Till On Mon, May 30, 2011 at 7:47 AM, Daniel Bünzli wrote: > On 30 May 2011 13:15, Sylvain Le Gall wrote: >> Hi, you use type-conv 2.3.0, which is not yet compatible with >> ocaml-data-notation... >> >> For now, I stick to type-conv 1.7.1. I really need to update it but >> ENOTENOUGH time for now.... > > The problem is that  type-conv 1.7.1 doesn't compile with ocaml 3.12... > > Daniel > >> make > ocamlc -c -w Ae -I +camlp4 pa_type_conv.mli > ocamlc -c -pp "camlp4orf " -w Ae -I +camlp4 pa_type_conv.ml > File "pa_type_conv.ml", line 349, characters 33-37: > Error: This expression has type >         Camlp4.PreCast.Syntax.Gram.token_info = >           Camlp4.PreCast.Gram.token_info >       but an expression was expected of type >         Camlp4.PreCast.Syntax.Loc.t = Camlp4.PreCast.Loc.t > make[1]: *** [pa_type_conv.cmo] Error 2 > make: *** [all] Error 2 > > -- > Caml-list mailing list.  Subscription management and archives: > https://sympa-roc.inria.fr/wws/info/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > >