-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Description
Interpreter README says simply run make
to build the interpreter, but make
(and make all
, make opt
etc.) fails with:
$ make
echo >_tags "true: bin_annot"
echo >>_tags "true: debug"
echo >>_tags "<{util,syntax,binary,text,valid,runtime,exec,script,host,main,tests}/*.cmx>: for-pack(Wasm)"
ocamlbuild -lexflags -ml -cflags '-w +a-4-27-42-44-45 -warn-error +a-3' -I util -I syntax -I binary -I text -I valid -I runtime -I exec -I script -I host -I main -I tests -libs bigarray -quiet main.native
+ /home/omer/.opam/default/bin/ocamlc.opt -c -w +a-4-27-42-44-45 -warn-error +a-3 -g -bin-annot -I exec -I main -I util -I script -I valid -I runtime -I tests -I syntax -I binary -I text -I host -o exec/ixx.cmo exec/ixx.ml
File "exec/ixx.ml", line 1:
Error (warning 70 [missing-mli]): Cannot find interface file.
Command exited with code 2.
make: *** [Makefile:70: main.native] Error 10
rm _tags
OCaml version:
$ ocamlc --version
4.13.1
Metadata
Metadata
Assignees
Labels
No labels