On Fri, Oct 03, 2003 at 10:17:23AM +0200, Martin Pitt wrote: > But SNAFU: What do I have to see? > > ------------ snip -------------- > [EMAIL PROTECTED]:~$ ocaml camlp4o.cma > Objective Caml version 3.07 > > Camlp4 Parsing version 3.07 > > # type t = f:int -> int -> int;; > type t = (f:int -> int) -> int > # > ------------ snip --------------
I've a working version on my laptop, which is the one on http://bononia.it/zack/ocaml/: Camlp4 Parsing version 3.07 # type t = f:int -> int -> int;; type t = f:int -> int -> int # but this is an unofficial version I made before knowing that Sven was also working on this. Evidently the uploaded version is still bugged. [ Sven, the bug is trivial: you just forget to mention camlp4_optional.dpatch in debian/patches/00list. ] If you would like to rebuild by yourself a bug free ocaml 3.07, just add the following line to debian/patches/00list and rebuild: camlp4_optional.dpatch Sorry for this. Cheers. -- Stefano Zacchiroli -- Master in Computer Science @ Uni. Bologna, Italy [EMAIL PROTECTED],debian.org,bononia.it} - http://www.bononia.it/zack/ " I know you believe you understood what you think I said, but I am not sure you realize that what you heard is not what I meant! " -- G.Romney
signature.asc
Description: Digital signature

