[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

OCaml 3.10.0



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



Reply to: