Closed differentprogramming closed 2 years ago
I got it working with
opam install ocamlbuild --fake
But now I'm getting type errors in the build I'll make that a separate issue
ocamlbuild isn't installable with opam at the moment. I installed it manually and told opam to accept it. But now I'm getting type errors when building.
I'm following your progress, since I'm also interested on Bolt, a promising language which needs some help :)
The error returned is:
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ┌─ The following actions failed │ λ build ocamlbuild 0.14.1 └─ ╶─ No changes have been performed # Run eval $(opam env) to update the current shell environment make: *** [Makefile:15: install] Error 31
What do I have to do to get make install to run all the way through?