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

[lists@lanwin.de: OCaml 3.10.0]



----- Forwarded message from Steve Wagner <lists@lanwin.de> -----

From: Steve Wagner <lists@lanwin.de>
Subject: OCaml 3.10.0
Date: Wed, 25 Jul 2007 09:01:26 +0200
To: debian-arm@lists.debian.org
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 debian-arm-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

----- End forwarded message -----

-- 
Martin Michlmayr
http://www.cyrius.com/



Reply to: