[
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: | Török Edwin <edwintorok@g...> |
| Subject: | Re: [Caml-list] build/fastworld issues |
On 2010-06-10 23:21, Nicolas Pouillard wrote: > On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin <edwintorok@gmail.com> wrote: >> Hi, >> >> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get >> an error if I try 'build/fastworld.sh'. >> Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2. >> >> Here is the error: >> + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat >> -I stdlib -o otherlibs/dynlink/nat/dynlink.cmx >> otherlibs/dynlink/nat/dynlink.ml >> File "otherlibs/dynlink/nat/dynlink.ml", line 43, characters 0-15: >> Error: Unbound module Cmx_format >> Command exited with code 2. >> Compilation unsuccessful after building 1621 targets (678 cached) in >> 00:00:18. >> >> This happens on Debian unstable, x86-64. >> Should I open a bugreport, or is reporting to this list about problems >> with trunk enough? > > This issue is fixed in the 3.12 branch. > Thanks, switching to 3.12 branch worked. Not being familiar with OCaml development process I thought that 3.12 will be released from trunk, I didn't know 3.12 branch existed already. Best regards, --Edwin