When I try to build ocamlfind using the ocaml built with ocamljava I get an inconsistent assumptions over interface errors:
File "topfind.ml", line 1:
# Error: The files /Users/cox/.opam/ocamljava-2.0-alpha3/lib/ocaml/compiler-libs/toploop.cmi
# and /Users/cox/.opam/ocamljava-2.0-alpha3/lib/ocaml/compiler-libs/parsetree.cmi
# make inconsistent assumptions over interface Warnings
# make[1]: *** [topfind.cmo] Error 2
I tried to figure out how to fix it, but I couldn't figure out how to make the pieces of the build work outside of build.sh
When I try to build ocamlfind using the ocaml built with ocamljava I get an inconsistent assumptions over interface errors:
I tried to figure out how to fix it, but I couldn't figure out how to make the pieces of the build work outside of
build.sh