Browse thread
Make opt: The constructor Ccheckbound expects 1 argument(s) in selection.ml line 109
- Steve Wagner
[
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: | Steve Wagner <lanwin@w...> |
| Subject: | Make opt: The constructor Ccheckbound expects 1 argument(s) in selection.ml line 109 |
Hi, ive try to compile Ocaml 3.10(tar archive) and 3.11(cvs trunk) on my arm liddel endian NSLU2. I am using Debian SID(ARM LE) Gcc 4.1.1 and Glibc 2.6. Ocaml 3.09 compiles without any error. make world compiles without errors but on make opt ive get 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 --------------------------------------- Dose anybody know how to fix this? Steve