facebookarchive/pfff

make fails on mac OS X Yosemite

anthcp opened this issue · 3 comments

ocamlc.opt -g -thread -dtypes -w +A-4-29-6-45-41-44-48 -warn-error +a -bin-annot -absname -I ../commons -c figures.mli
ocamlc.opt -g -thread -dtypes -w +A-4-29-6-45-41-44-48 -warn-error +a -bin-annot -absname -I ../commons -c figures.ml
ocamlc.opt -g -thread -dtypes -w +A-4-29-6-45-41-44-48 -warn-error +a -bin-annot -absname -I ../commons -c simple_color.mli
ocamlc.opt -g -thread -dtypes -w +A-4-29-6-45-41-44-48 -warn-error +a -bin-annot -absname -I ../commons -c simple_color.ml
File "/Users/anthcp/mycode/pfff/pfff/h_visualization/simple_color.ml", line 914, characters 3-5:
Error: Unbound value |>
make[2]: *** [simple_color.cmo] Error 2
make[1]: *** [rec] Error 1
make: *** [all] Error 2

hhugo commented

you need ocaml >= 4.01

Thanks, just checked and I have "The OCaml toplevel, version 4.00.1"

make fails with OCaml 4.02.3 as well.