Functional programming TypeRex是否支持OCAML4.00.1?

Functional programming TypeRex是否支持OCAML4.00.1?,functional-programming,ocaml,typerex,Functional Programming,Ocaml,Typerex,嗨,我想用TypeRex,但它说 $ ./configure checking for ocamlc... ocamlc OCaml version is 4.00.1 OCaml library path is /usr/local/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... ocamlc.opt checking for ocamlopt.opt... ocamlopt.opt checkin

嗨,我想用TypeRex,但它说

$ ./configure 
checking for ocamlc... ocamlc
OCaml version is 4.00.1
OCaml library path is /usr/local/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep.opt... ocamldep.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for camlp4... camlp4
checking for camlp4boot... camlp4boot
checking for camlp4o... camlp4o
checking for camlp4of... camlp4of
checking for camlp4oof... camlp4oof
checking for camlp4orf... camlp4orf
checking for camlp4prof... camlp4prof
checking for camlp4r... camlp4r
checking for camlp4rf... camlp4rf
configure: error: Your version of OCaml: 4.00.1 is not supported
TypeRex是否支持OCaml 4.00.1?


我接着看了这一页

我使用了这个命令

$./configure --disable-version-check EMACS=aquamacs
它不抱怨,但在我使用后

$ make
上面说

mkdir -p ./_obuild
ocamlc -o ./_obuild/unixrun -make-runtime unix.cma
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
File "_none_", line 1:
Error: Error while building custom runtime system
make: *** [_obuild/unixrun] Error 2

有人可以帮我吗?

使用OCaml 4.00.X键入开箱即用的REX(按照讨论进行)。您必须等待,“

我相信您可以在typerex2分支中试用开发版本。