----- Forwarded message from Steve Wagner <[EMAIL PROTECTED]> ----- From: Steve Wagner <[EMAIL PROTECTED]> Subject: OCaml 3.10.0 Date: Wed, 25 Jul 2007 09:01:26 +0200 To: [EMAIL PROTECTED] User-Agent: Thunderbird 2.0.0.5 (Windows/20070716)
OCaml 3.10.0 dosnt compile on arm debian sid. Ive got the following error: ------------------------------------------- ln -s arm/selection.ml asmcomp/selection.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml File "asmcomp/selection.ml", line 109, characters 4-15: The constructor Ccheckbound expects 1 argument(s), but is here applied to 0 argument(s) make: *** [asmcomp/selection.cmo] Error 2 ------------------------------------------- For all who whant to use it on such system: Simply replace `Ccheckbound' by `Ccheckbound _' in asmcomp/selection.ml line 109 make world.opt compiles without errors. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] ----- End forwarded message ----- -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

