facebookarchive / pfff

Tools for code analysis, visualizations, or style-preserving source transformation.
http://github.com/facebook/pfff/wiki/Main
Other
2.44k stars 204 forks source link

make fails on mac OS X Yosemite #133

Closed anthcp closed 8 years ago

anthcp commented 8 years ago

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 8 years ago

you need ocaml >= 4.01

anthcp commented 8 years ago

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

xennygrimmato commented 8 years ago

make fails with OCaml 4.02.3 as well.