mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
573 stars 53 forks source link

make install fails on ocamlbuild even if I build it manually #149

Closed differentprogramming closed 2 years ago

differentprogramming commented 2 years ago

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?

differentprogramming commented 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

differentprogramming commented 2 years ago

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.

paulocoghi commented 2 years ago

I'm following your progress, since I'm also interested on Bolt, a promising language which needs some help :)