reasonml / ReasonNativeProject

Reason native compilation starter project
MIT License
203 stars 45 forks source link

jbuilder is not available #38

Open voila opened 6 years ago

voila commented 6 years ago

Following the README,

make build fails with:

`make: jbuilder: Command not found`

trying to install jbuilder with opam fails with:

`[ERROR] jbuilder is not available because your system doesn't comply with ocaml-version >= "4.03.0".`
jordwalke commented 6 years ago

So you are not on 4.03+ ? What version are you on and how did you install ocaml?

voila commented 6 years ago

I am on 4.02.3+buckle-master via opam. Is 4.03.0 required ?