3
안녕 나는 TypeRex를 사용하고자하지만,TypeRex는 OCaml 4.00.1을 지원합니까?
$ ./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
은 OCaml로의 4.00.1을 지원 TypeRex합니까라고?
나는 더 내가 뭔가를 불평하지 않습니다
$./configure --disable-version-check EMACS=aquamacs
이 명령을 사용 http://www.typerex.org/manual-setup.html
이 페이지를 따라,하지만 난
$ 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
누구든지이 문제를 해결할 수 있습니까?
저는 typerex2 분기에서 개발 버전을 시험해 볼 수 있다고 믿습니다. – rgrinberg